COLOR #420D60

HEX: #420D60
RGB: (66,13,96)

Color info

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

RGB color model

#420D60 color RGB value is (66,13,96).

  • red value is 66;
  • green value is 13;
  • blue value is 96.
RGB:
(66,13,96)
(26%,5%,38%)

RGB channels and saturation

R 66 of 255 = 26%
G 13 of 255 = 5%
B 96 of 255 = 38%

66
13
96

R + G + B ~ 23%. #420D60 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 13 + 96 = 175 (100%)
R 66 of 175 ~ 37.71%
G 13 of 175 ~ 7.43%
B 96 of 175 ~ 54.86%

%37.71
%54.86

CMYK color model

#420D60 color CMYK value is (31,86,0,62).

  • cyan value is 31.25%
  • magenta value is 86.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(31,86,0,62)
C31M86Y0K62 
(31%,86%,0%,62%)
(0.31/0.86/0.00/0.62)	

CMYK percentages

%31.25
%86.46
%0
%62.35

Codes

Color #420D60 in popluar color models

420D60
RGB661396
HSL278°76.15%21.37%
HSB/HSV278°86.46%37.65%
CMYK31.25%86.46%0.00%
62.35%

Color #420D60 in popluar number systems.

HEX420D60
Decimal661396
Binary100001011011100000
Octal10215140

Shades and tints

Shades of #420D60

#420D60
(66,13,96)
#3C0C58
(60,12,88)
#360B50
(54,11,80)
#300A48
(48,10,72)
#2A0940
(42,9,64)
#240838
(36,8,56)
#1E0730
(30,7,48)
#180628
(24,6,40)
#120520
(18,5,32)
#0C0418
(12,4,24)
#060310
(6,3,16)
#000000
(0,0,0)

Tints of #420D60

#420D60
(66,13,96)
#53236E
(83,35,110)
#64397C
(100,57,124)
#754F8A
(117,79,138)
#866598
(134,101,152)
#977BA6
(151,123,166)
#A891B4
(168,145,180)
#B9A7C2
(185,167,194)
#CABDD0
(202,189,208)
#DBD3DE
(219,211,222)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420D60 color. Also use rgb(66,13,96) instead hex code.

Text Font Color

.myTextColor { color: #420D60; }

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

This text font color is #420D60.


Background Color

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

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

This div background color is #420D60.


Border color

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

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

This div border color is #420D60.


Opacity

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

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

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

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

This text has shadow with #420D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420D60 on black background.


Color preview on white background

This text has color #420D60 on white background.



Black color preview on #420D60 background

This text has black color on #420D60 background.


White color preview on #420D60 background

This text has white color on #420D60 background.