Html Css Color HEX #420972 Indigo

📋 copy color: '#420972'

red 66 ◦ green 9 ◦ blue 114

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

Shades of Indigo #420972

Tints of Indigo #420972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.76%

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

R = 34.92%
G = 4.76%
B = 60.32%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#420972 (or 0x420972) is known color: Indigo. HEX triplet: 42, 09 and 72. RGB value is (66,9,114). Sum of RGB (Red+Green+Blue) = 66+9+114=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #420972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420972 is #BDF68D. Grayscale: #252525. Windows color (decimal): -12449422 or 7473474. OLE color: 7473474.

HSL color Cylindrical-coordinate representation of color #420972: hue angle of 272.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420972 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 9 114 -
CMYK 0.42 0.92 0 0.55
HSL 272.57º 0.85% 0.24% -
HSV(B) 272.57º 0.92% 0.45% -
XYZ 5.38 2.57 16.13 -
YUV 38.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 66 9 114 0.42 0.92 0 0.55 272.57 0.85 0.24
Hex 42 9 72 2A 5C 0 37 111 55 18
Octal 102 11 162 52 134 0 67 421 125 30
Binary 1000010 1001 1110010 101010 1011100 0 110111 100010001 1010101 11000

Color Harmonies of #420972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420972

Black with #420972

Text Example


Text Example

White with #420972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420972; }

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

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

background-color css

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

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

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

border-color css

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

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

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