#420FA2

Color #420FA2 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #420FA2

Tints of Indigo #420FA2

Color information

#420FA2 (or 0x420FA2) is unknown color: approx Indigo. HEX triplet: 42, 0F and A2. RGB value is (66,15,162). Sum of RGB (Red+Green+Blue) = 66+15+162=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 162 (63.67% from 255 or 66.67% from 243); Max value from RGB is 162 - color contains mainly: blue. Hex color #420FA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420FA2 is #BDF05D. Grayscale: #2E2E2E. Windows color (decimal): -12447838 or 10620738. OLE color: 10620738.

HSL color Cylindrical-coordinate representation of color #420FA2: hue angle of 260.82º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420FA2 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6615162-
CMYK0.590.9100.36
HSL260.82º83.05%34.71%-
HSV(B)260.82º90.74%63.53%-
XYZ8.944.1134.5-
YUV47.01192.9141.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 15 (6.25% from 255) = 6.17%
BLUE value IS 162 (63.67% from 255) = 66.67%
R=27.16%
G=6.17%
B=66.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66151620.590.9100.36260.8283.0534.71
Hex42FA23B5B0241055323
Octal102172427313304440512343
Binary1000010111110100010111011101101101001001000001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,15,162); }

 H1.HeaderClassName
 {
   color: #420FA2;
 }
 .AnyTagClassName
 {
   color: #420FA2;
 }
</style>
background-color css

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

 a { background-color: rgb(66,15,162); }

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

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

 span { border-color: rgb(66,15,162); }

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