COLOR #420A5B

HEX: #420A5B
RGB: (66,10,91)

Color info

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

RGB color model

#420A5B color RGB value is (66,10,91).

  • red value is 66;
  • green value is 10;
  • blue value is 91.
RGB:
(66,10,91)
(26%,4%,36%)

RGB channels and saturation

R 66 of 255 = 26%
G 10 of 255 = 4%
B 91 of 255 = 36%

66
10
91

R + G + B ~ 22%. #420A5B is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 10 + 91 = 167 (100%)
R 66 of 167 ~ 39.52%
G 10 of 167 ~ 5.99%
B 91 of 167 ~ 54.49%

%39.52
%54.49

CMYK color model

#420A5B color CMYK value is (27,89,0,64).

  • cyan value is 27.47%
  • magenta value is 89.01%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(27,89,0,64)
C27M89Y0K64 
(27%,89%,0%,64%)
(0.27/0.89/0.00/0.64)	

CMYK percentages

%27.47
%89.01
%0
%64.31

Codes

Color #420A5B in popluar color models

420A5B
RGB661091
HSL281°80.20%19.80%
HSB/HSV281°89.01%35.69%
CMYK27.47%89.01%0.00%
64.31%

Color #420A5B in popluar number systems.

HEX420A5B
Decimal661091
Binary100001010101011011
Octal10212133

Shades and tints

Shades of #420A5B

#420A5B
(66,10,91)
#3C0A53
(60,10,83)
#360A4B
(54,10,75)
#300A43
(48,10,67)
#2A0A3B
(42,10,59)
#240A33
(36,10,51)
#1E0A2B
(30,10,43)
#180A23
(24,10,35)
#120A1B
(18,10,27)
#0C0A13
(12,10,19)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #420A5B

#420A5B
(66,10,91)
#532069
(83,32,105)
#643677
(100,54,119)
#754C85
(117,76,133)
#866293
(134,98,147)
#9778A1
(151,120,161)
#A88EAF
(168,142,175)
#B9A4BD
(185,164,189)
#CABACB
(202,186,203)
#DBD0D9
(219,208,217)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420A5B color. Also use rgb(66,10,91) instead hex code.

Text Font Color

.myTextColor { color: #420A5B; }

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

This text font color is #420A5B.


Background Color

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

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

This div background color is #420A5B.


Border color

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

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

This div border color is #420A5B.


Opacity

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

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

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

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

This text has shadow with #420A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420A5B on black background.


Color preview on white background

This text has color #420A5B on white background.



Black color preview on #420A5B background

This text has black color on #420A5B background.


White color preview on #420A5B background

This text has white color on #420A5B background.