COLOR #420F81

HEX: #420F81
RGB: (66,15,129)

Color info

#420F81 contains mainly blue color. Web safe color of #420F81 is #330099 (or #309).

RGB color model

#420F81 color RGB value is (66,15,129).

  • red value is 66;
  • green value is 15;
  • blue value is 129.
RGB:
(66,15,129)
(26%,6%,51%)

RGB channels and saturation

R 66 of 255 = 26%
G 15 of 255 = 6%
B 129 of 255 = 51%

66
15
129

R + G + B ~ 28%. #420F81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 15 + 129 = 210 (100%)
R 66 of 210 ~ 31.43%
G 15 of 210 ~ 7.14%
B 129 of 210 ~ 61.43%

%31.43
%61.43

CMYK color model

#420F81 color CMYK value is (49,88,0,49).

  • cyan value is 48.84%
  • magenta value is 88.37%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(49,88,0,49)
C49M88Y0K49 
(49%,88%,0%,49%)
(0.49/0.88/0.00/0.49)	

CMYK percentages

%48.84
%88.37
%0
%49.41

Codes

Color #420F81 in popluar color models

420F81
RGB6615129
HSL267°79.17%28.24%
HSB/HSV267°88.37%50.59%
CMYK48.84%88.37%0.00%
49.41%

Color #420F81 in popluar number systems.

HEX420F81
Decimal6615129
Binary1000010111110000001
Octal10217201

Shades and tints

Shades of #420F81

#420F81
(66,15,129)
#3C0E76
(60,14,118)
#360D6B
(54,13,107)
#300C60
(48,12,96)
#2A0B55
(42,11,85)
#240A4A
(36,10,74)
#1E093F
(30,9,63)
#180834
(24,8,52)
#120729
(18,7,41)
#0C061E
(12,6,30)
#060513
(6,5,19)
#000000
(0,0,0)

Tints of #420F81

#420F81
(66,15,129)
#53248C
(83,36,140)
#643997
(100,57,151)
#754EA2
(117,78,162)
#8663AD
(134,99,173)
#9778B8
(151,120,184)
#A88DC3
(168,141,195)
#B9A2CE
(185,162,206)
#CAB7D9
(202,183,217)
#DBCCE4
(219,204,228)
#ECE1EF
(236,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420F81 color. Also use rgb(66,15,129) instead hex code.

Text Font Color

.myTextColor { color: #420F81; }

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

This text font color is #420F81.


Background Color

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

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

This div background color is #420F81.


Border color

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

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

This div border color is #420F81.


Opacity

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

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

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

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

This text has shadow with #420F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420F81 on black background.


Color preview on white background

This text has color #420F81 on white background.



Black color preview on #420F81 background

This text has black color on #420F81 background.


White color preview on #420F81 background

This text has white color on #420F81 background.