Html Css Color HEX #420772 Indigo

📋 copy color: '#420772'

red 66 ◦ green 7 ◦ blue 114

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

Shades of Indigo #420772

Tints of Indigo #420772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.74%

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

R = 35.29%
G = 3.74%
B = 60.96%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#420772 (or 0x420772) is known color: Indigo. HEX triplet: 42, 07 and 72. RGB value is (66,7,114). Sum of RGB (Red+Green+Blue) = 66+7+114=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #420772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420772 is #BDF88D. Grayscale: #242424. Windows color (decimal): -12449934 or 7472962. OLE color: 7472962.

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

Color convert

RGB 66 7 114 -
CMYK 0.42 0.94 0 0.55
HSL 273.08º 0.88% 0.24% -
HSV(B) 273.08º 0.94% 0.45% -
XYZ 5.36 2.53 16.12 -
YUV 36.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 66 7 114 0.42 0.94 0 0.55 273.08 0.88 0.24
Hex 42 7 72 2A 5E 0 37 111 58 18
Octal 102 7 162 52 136 0 67 421 130 30
Binary 1000010 111 1110010 101010 1011110 0 110111 100010001 1011000 11000

Color Harmonies of #420772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420772

Black with #420772

Text Example


Text Example

White with #420772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420772; }

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

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

background-color css

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

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

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

border-color css

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

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

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