COLOR #420E6D

HEX: #420E6D
RGB: (66,14,109)

Color info

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

RGB color model

#420E6D color RGB value is (66,14,109).

  • red value is 66;
  • green value is 14;
  • blue value is 109.
RGB:
(66,14,109)
(26%,5%,43%)

RGB channels and saturation

R 66 of 255 = 26%
G 14 of 255 = 5%
B 109 of 255 = 43%

66
14
109

R + G + B ~ 25%. #420E6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 14 + 109 = 189 (100%)
R 66 of 189 ~ 34.92%
G 14 of 189 ~ 7.41%
B 109 of 189 ~ 57.67%

%34.92
%57.67

CMYK color model

#420E6D color CMYK value is (39,87,0,57).

  • cyan value is 39.45%
  • magenta value is 87.16%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(39,87,0,57)
C39M87Y0K57 
(39%,87%,0%,57%)
(0.39/0.87/0.00/0.57)	

CMYK percentages

%39.45
%87.16
%0
%57.25

Codes

Color #420E6D in popluar color models

420E6D
RGB6614109
HSL273°77.24%24.12%
HSB/HSV273°87.16%42.75%
CMYK39.45%87.16%0.00%
57.25%

Color #420E6D in popluar number systems.

HEX420E6D
Decimal6614109
Binary100001011101101101
Octal10216155

Shades and tints

Shades of #420E6D

#420E6D
(66,14,109)
#3C0D64
(60,13,100)
#360C5B
(54,12,91)
#300B52
(48,11,82)
#2A0A49
(42,10,73)
#240940
(36,9,64)
#1E0837
(30,8,55)
#18072E
(24,7,46)
#120625
(18,6,37)
#0C051C
(12,5,28)
#060413
(6,4,19)
#000000
(0,0,0)

Tints of #420E6D

#420E6D
(66,14,109)
#53237A
(83,35,122)
#643887
(100,56,135)
#754D94
(117,77,148)
#8662A1
(134,98,161)
#9777AE
(151,119,174)
#A88CBB
(168,140,187)
#B9A1C8
(185,161,200)
#CAB6D5
(202,182,213)
#DBCBE2
(219,203,226)
#ECE0EF
(236,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420E6D color. Also use rgb(66,14,109) instead hex code.

Text Font Color

.myTextColor { color: #420E6D; }

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

This text font color is #420E6D.


Background Color

.myBgColor { background-color: #420E6D; }

<div style="background-color:#420E6D">Inner text</div>

This div background color is #420E6D.


Border color

.myBorderColor { border: 1px solid #420E6D; }

<div style="border:3px solid #420E6D">Div</div>

This div border color is #420E6D.


Opacity

.myOpacity80 { color: #420E6D; opacity: 0.8; }

<p style="color:#420E6D;opacity:0.8;">80%</p>

Text with #420E6D 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 #420E6D;}

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

This text has shadow with #420E6D color.

.textShadow {text-shadow: 3px 3px 1px #420E6D, 3px 3px 1px red;}

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

This text has shadow with #420E6D primary color and red secondary color.


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

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

This text has shadow with #420E6D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420E6D on black background.


Color preview on white background

This text has color #420E6D on white background.



Black color preview on #420E6D background

This text has black color on #420E6D background.


White color preview on #420E6D background

This text has white color on #420E6D background.