#420BA2

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

Shades of Indigo #420BA2

Tints of Indigo #420BA2

Color information

#420BA2 (or 0x420BA2) is unknown color: approx Indigo. HEX triplet: 42, 0B and A2. RGB value is (66,11,162). Sum of RGB (Red+Green+Blue) = 66+11+162=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 162 (63.67% from 255 or 67.78% from 239); Max value from RGB is 162 - color contains mainly: blue. Hex color #420BA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420BA2 is #BDF45D. Grayscale: #2C2C2C. Windows color (decimal): -12448862 or 10619714. OLE color: 10619714.

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

Color convert

RGB6611162-
CMYK0.590.9300.36
HSL261.85º87.28%33.92%-
HSV(B)261.85º93.21%63.53%-
XYZ8.894.0134.49-
YUV44.66194.22143.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 162 (63.67% from 255) = 67.78%
R=27.62%
G=4.60%
B=67.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66111620.590.9300.36261.8587.2833.92
Hex42BA23B5D0241065722
Octal102132427313504440612742
Binary1000010101110100010111011101110101001001000001101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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