#420AAC

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

Shades of Indigo #420AAC

Tints of Indigo #420AAC

Color information

#420AAC (or 0x420AAC) is unknown color: approx Indigo. HEX triplet: 42, 0A and AC. RGB value is (66,10,172). Sum of RGB (Red+Green+Blue) = 66+10+172=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #420AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420AAC is #BDF553. Grayscale: #2C2C2C. Windows color (decimal): -12449108 or 11274818. OLE color: 11274818.

HSL color Cylindrical-coordinate representation of color #420AAC: hue angle of 260.74º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420AAC is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6610172-
CMYK0.620.9400.33
HSL260.74º89.01%35.69%-
HSV(B)260.74º94.19%67.45%-
XYZ9.84.3539.35-
YUV45.21199.55142.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 172 (67.58% from 255) = 69.35%
R=26.61%
G=4.03%
B=69.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66101720.620.9400.33260.7489.0135.69
Hex42AAC3E5E0211055924
Octal102122547613604140513144
Binary1000010101010101100111110101111001000011000001011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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