Html Css Color HEX #420C72 Indigo

📋 copy color: '#420C72'

red 66 ◦ green 12 ◦ blue 114

#420C72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #420C72

Tints of Indigo #420C72

RGB

 RED value IS 66 (26.17% from 255) = 34.38%

 GREEN value IS 12 (5.08% from 255) = 6.25%

 BLUE value IS 114 (44.92% from 255) = 59.38%

R = 34.38%
G = 6.25%
B = 59.38%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#420C72 (or 0x420C72) is known color: Indigo. HEX triplet: 42, 0C and 72. RGB value is (66,12,114). Sum of RGB (Red+Green+Blue) = 66+12+114=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #420C72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C72 is #BDF38D. Grayscale: #272727. Windows color (decimal): -12448654 or 7474242. OLE color: 7474242.

HSL color Cylindrical-coordinate representation of color #420C72: hue angle of 271.76º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420C72 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 12 114 -
CMYK 0.42 0.89 0 0.55
HSL 271.76º 0.81% 0.25% -
HSV(B) 271.76º 0.89% 0.45% -
XYZ 5.42 2.64 16.14 -
YUV 39.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 66 12 114 0.42 0.89 0 0.55 271.76 0.81 0.25
Hex 42 C 72 2A 59 0 37 110 51 19
Octal 102 14 162 52 131 0 67 420 121 31
Binary 1000010 1100 1110010 101010 1011001 0 110111 100010000 1010001 11001

Color Harmonies of #420C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C72

Black with #420C72

Text Example


Text Example

White with #420C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420C72; }

 p { color: rgb(66,12,114); }

 H1.HeaderClassName
 {
   color: #420C72;
 }
 .AnyTagClassName
 {
   color: #420C72;
 }
</style>

background-color css

<style>
 a { background-color: #420C72; }

 a { background-color: rgb(66,12,114); }

 div.DivClassName
 {
   background-color: #420C72;
 }
 .BgClassName
 {
   background-color: #420C72;
 }
</style>

border-color css

<style>
 span { border-color: #420C72; }

 span { border-color: rgb(66,12,114); }

 td.TdClassName
 {
   border-color: #420C72;
 }
 .TagClassName
 {
   border-color: #420C72;
 }
</style>