COLOR #41026D

HEX: #41026D
RGB: (65,2,109)

Color info

#41026D contains mainly red and blue colors. Web safe color of #41026D is #330066 (or #306).

RGB color model

#41026D color RGB value is (65,2,109).

  • red value is 65;
  • green value is 2;
  • blue value is 109.
RGB:
(65,2,109)
(25%,1%,43%)

RGB channels and saturation

R 65 of 255 = 25%
G 2 of 255 = 1%
B 109 of 255 = 43%

65
2
109

R + G + B ~ 23%. #41026D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 2 + 109 = 176 (100%)
R 65 of 176 ~ 36.93%
G 2 of 176 ~ 1.14%
B 109 of 176 ~ 61.93%

%36.93
%61.93

CMYK color model

#41026D color CMYK value is (40,98,0,57).

  • cyan value is 40.37%
  • magenta value is 98.17%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(40,98,0,57)
C40M98Y0K57 
(40%,98%,0%,57%)
(0.40/0.98/0.00/0.57)	

CMYK percentages

%40.37
%98.17
%0
%57.25

Codes

Color #41026D in popluar color models

41026D
RGB652109
HSL275°96.40%21.76%
HSB/HSV275°98.17%42.75%
CMYK40.37%98.17%0.00%
57.25%

Color #41026D in popluar number systems.

HEX41026D
Decimal652109
Binary1000001101101101
Octal1012155

Shades and tints

Shades of #41026D

#41026D
(65,2,109)
#3C0264
(60,2,100)
#37025B
(55,2,91)
#320252
(50,2,82)
#2D0249
(45,2,73)
#280240
(40,2,64)
#230237
(35,2,55)
#1E022E
(30,2,46)
#190225
(25,2,37)
#14021C
(20,2,28)
#0F0213
(15,2,19)
#000000
(0,0,0)

Tints of #41026D

#41026D
(65,2,109)
#52197A
(82,25,122)
#633087
(99,48,135)
#744794
(116,71,148)
#855EA1
(133,94,161)
#9675AE
(150,117,174)
#A78CBB
(167,140,187)
#B8A3C8
(184,163,200)
#C9BAD5
(201,186,213)
#DAD1E2
(218,209,226)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41026D color. Also use rgb(65,2,109) instead hex code.

Text Font Color

.myTextColor { color: #41026D; }

<p style="color:#41026D">This sample text font color is #41026D.</p>

This text font color is #41026D.


Background Color

.myBgColor { background-color: #41026D; }

<div style="background-color:#41026D">Inner text</div>

This div background color is #41026D.


Border color

.myBorderColor { border: 1px solid #41026D; }

<div style="border:3px solid #41026D">Div</div>

This div border color is #41026D.


Opacity

.myOpacity80 { color: #41026D; opacity: 0.8; }

<p style="color:#41026D;opacity:0.8;">80%</p>

Text with #41026D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #41026D;}

<p style="text-shadow: 3px 3px 1px #41026D">Text here.</p>

This text has shadow with #41026D color.

.textShadow {text-shadow: 3px 3px 1px #41026D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #41026D, 5px 5px 20px red">Text here.</p>

This text has shadow with #41026D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#41026D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#41026D, Direction=45, Strength=4)">Text</p>

This text has shadow with #41026D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #41026D;
  -webkit-box-shadow:	1px 1px 3px 2px #41026D;
  box-shadow:		1px 1px 3px 2px #41026D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #41026D;
-webkit-box-shadow: 1px 1px 3px 2px #41026D;
box-shadow:1px 1px 3px 2px #41026D;">
Div content here</div>
This div box has shadow with color #41026D.

Preview

Color preview on black background

This text has color #41026D on black background.


Color preview on white background

This text has color #41026D on white background.



Black color preview on #41026D background

This text has black color on #41026D background.


White color preview on #41026D background

This text has white color on #41026D background.