Html Css Color HEX #420992 Indigo

📋 copy color: '#420992'

red 66 ◦ green 9 ◦ blue 146

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

Shades of Indigo #420992

Tints of Indigo #420992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 66.06%

R = 29.86%
G = 4.07%
B = 66.06%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#420992 (or 0x420992) is known color: Indigo. HEX triplet: 42, 09 and 92. RGB value is (66,9,146). Sum of RGB (Red+Green+Blue) = 66+9+146=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #420992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420992 is #BDF66D. Grayscale: #292929. Windows color (decimal): -12449390 or 9570626. OLE color: 9570626.

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

Color convert

RGB 66 9 146 -
CMYK 0.55 0.94 0 0.43
HSL 264.96º 0.88% 0.3% -
HSV(B) 264.96º 0.94% 0.57% -
XYZ 7.53 3.43 27.46 -
YUV 41.66 186.88 145.36 -
System Red Green Blue C M Y K H S L
Decimal 66 9 146 0.55 0.94 0 0.43 264.96 0.88 0.3
Hex 42 9 92 37 5E 0 2B 109 58 1E
Octal 102 11 222 67 136 0 53 411 130 36
Binary 1000010 1001 10010010 110111 1011110 0 101011 100001001 1011000 11110

Color Harmonies of #420992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420992

Black with #420992

Text Example


Text Example

White with #420992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420992; }

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

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

background-color css

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

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

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

border-color css

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

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

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