#420BAB

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

Shades of Indigo #420BAB

Tints of Indigo #420BAB

Color information

#420BAB (or 0x420BAB) is unknown color: approx Indigo. HEX triplet: 42, 0B and AB. RGB value is (66,11,171). Sum of RGB (Red+Green+Blue) = 66+11+171=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #420BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420BAB is #BDF454. Grayscale: #2D2D2D. Windows color (decimal): -12448853 or 11209538. OLE color: 11209538.

HSL color Cylindrical-coordinate representation of color #420BAB: hue angle of 260.62º degrees, saturation: 0.88, 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 #420BAB is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6611171-
CMYK0.610.9400.33
HSL260.62º87.91%35.69%-
HSV(B)260.62º93.57%67.06%-
XYZ9.724.3438.85-
YUV45.68198.72142.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 11 (4.69% from 255) = 4.44%
BLUE value IS 171 (67.19% from 255) = 68.95%
R=26.61%
G=4.44%
B=68.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66111710.610.9400.33260.6287.9135.69
Hex42BAB3D5E0211055824
Octal102132537513604140513044
Binary1000010101110101011111101101111001000011000001011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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