COLOR #420C61

HEX: #420C61 RGB: (66,12,97)

Color info

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

RGB color model

#420C61 color RGB value is (66,12,97).

RGB: (66,12,97) (26%, 5%, 38%)

RGB channels and saturation

R 66 of 255 = 26%
G 12 of 255 = 5%
B 97 of 255 = 38%

66
12
97

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

Portions of RGB colors in percentages

R + G + B = 66 + 12 + 97 = 175 (100%)
R 66 of 175 ~ 37.71%
G 12 of 175 ~ 6.86%
B 97 of 175 ~ 55.43'%

%37.71
%55.43

CMYK color model

#420C61 color CMYK value is (32,88,0,62).

  • cyan value is 31.96%
  • magenta value is 87.63%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (32,88,0,62)
C32M88Y0K62 (32%, 88%, 0%, 62%)
(0.32 / 0.88 / 0.00 / 0.62)

CMYK percentages

%31.96
%87.63
%0
%61.96

Codes

Color #420C61 in popluar color models

42 0C 61
RGB 66 12 97
HSL 278° 77.98% 21.37%
HSB/HSV 278° 87.63% 38.04%
CMYK 31.96% 87.63% 0.00%
61.96%

Color #420C61 in popluar number systems.

HEX 42 0C 61
Decimal 66 12 97
Binary 1000010 1100 1100001
Octal 102 14 141

Shades and tints

Shades of #420C61

#420C61
(66,12,97)
#3C0B59
(60,11,89)
#360A51
(54,10,81)
#300949
(48,9,73)
#2A0841
(42,8,65)
#240739
(36,7,57)
#1E0631
(30,6,49)
#180529
(24,5,41)
#120421
(18,4,33)
#0C0319
(12,3,25)
#060211
(6,2,17)
#000000
(0,0,0)

Tints of #420C61

#420C61
(66,12,97)
#53226F
(83,34,111)
#64387D
(100,56,125)
#754E8B
(117,78,139)
#866499
(134,100,153)
#977AA7
(151,122,167)
#A890B5
(168,144,181)
#B9A6C3
(185,166,195)
#CABCD1
(202,188,209)
#DBD2DF
(219,210,223)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420C61 color. Also use rgb(66,12,97) instead hex code.

Text Font Color

.myTextColor { color: #420C61; }

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

This text font color is #420C61.

Background Color

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

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

This div background color is #420C61.

Border color

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

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

This div border color is #420C61.

Opacity

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

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

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

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

This text has shadow with #420C61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #420C61.

Preview

Color preview on black background

This text has color #420C61 on black background.


Color preview on white background

This text has color #420C61 on white background.


Black color preview on #420C61 background

This text has black color on #420C61 background.


White color preview on #420C61 background

This text has white color on #420C61 background.


Related colors

Complementary color

Complementary color for #hex is #BDF39E.


I love getcolorcode.com

Triadic colors

1 #61420C and #0C6142 with #420C61 are triadic colors.

2 #610C42 and #0C4261 with #420C61 are triadic colors.