Html Css Color HEX #420AA8 Indigo

📋 copy color: '#420AA8'

red 66 ◦ green 10 ◦ blue 168

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

Shades of Indigo #420AA8

Tints of Indigo #420AA8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.1%

 BLUE value IS 168 (66.02% from 255) = 68.85%

R = 27.05%
G = 4.1%
B = 68.85%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#420AA8 (or 0x420AA8) is known color: Indigo. HEX triplet: 42, 0A and A8. RGB value is (66,10,168). Sum of RGB (Red+Green+Blue) = 66+10+168=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 168 (66.02% from 255 or 68.85% from 244); Max value from RGB is 168 - color contains mainly: blue. Hex color #420AA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420AA8 is #BDF557. Grayscale: #2C2C2C. Windows color (decimal): -12449112 or 11012674. OLE color: 11012674.

HSL color Cylindrical-coordinate representation of color #420AA8: hue angle of 261.27º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420AA8 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 10 168 -
CMYK 0.61 0.94 0 0.34
HSL 261.27º 0.89% 0.35% -
HSV(B) 261.27º 0.94% 0.66% -
XYZ 9.42 4.2 37.36 -
YUV 44.76 197.55 143.15 -
System Red Green Blue C M Y K H S L
Decimal 66 10 168 0.61 0.94 0 0.34 261.27 0.89 0.35
Hex 42 A A8 3D 5E 0 22 105 59 23
Octal 102 12 250 75 136 0 42 405 131 43
Binary 1000010 1010 10101000 111101 1011110 0 100010 100000101 1011001 100011

Color Harmonies of #420AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420AA8

Black with #420AA8

Text Example


Text Example

White with #420AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,10,168); }

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

background-color css

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

 a { background-color: rgb(66,10,168); }

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

border-color css

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

 span { border-color: rgb(66,10,168); }

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