Html Css Color HEX #420994 Indigo

📋 copy color: '#420994'

red 66 ◦ green 9 ◦ blue 148

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

Shades of Indigo #420994

Tints of Indigo #420994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 66.37%

R = 29.6%
G = 4.04%
B = 66.37%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#420994 (or 0x420994) is known color: Indigo. HEX triplet: 42, 09 and 94. RGB value is (66,9,148). Sum of RGB (Red+Green+Blue) = 66+9+148=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #420994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420994 is #BDF66B. Grayscale: #292929. Windows color (decimal): -12449388 or 9701698. OLE color: 9701698.

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

Color convert

RGB 66 9 148 -
CMYK 0.55 0.94 0 0.42
HSL 264.6º 0.89% 0.31% -
HSV(B) 264.6º 0.94% 0.58% -
XYZ 7.69 3.49 28.29 -
YUV 41.89 187.88 145.2 -
System Red Green Blue C M Y K H S L
Decimal 66 9 148 0.55 0.94 0 0.42 264.6 0.89 0.31
Hex 42 9 94 37 5E 0 2A 109 59 1F
Octal 102 11 224 67 136 0 52 411 131 37
Binary 1000010 1001 10010100 110111 1011110 0 101010 100001001 1011001 11111

Color Harmonies of #420994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420994

Black with #420994

Text Example


Text Example

White with #420994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420994; }

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

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

background-color css

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

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

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

border-color css

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

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

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