#420FAA

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

Shades of Indigo #420FAA

Tints of Indigo #420FAA

Color information

#420FAA (or 0x420FAA) is unknown color: approx Indigo. HEX triplet: 42, 0F and AA. RGB value is (66,15,170). Sum of RGB (Red+Green+Blue) = 66+15+170=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #420FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420FAA is #BDF055. Grayscale: #2F2F2F. Windows color (decimal): -12447830 or 11145026. OLE color: 11145026.

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

Color convert

RGB6615170-
CMYK0.610.9100.33
HSL259.74º83.78%36.27%-
HSV(B)259.74º91.18%66.67%-
XYZ9.674.438.37-
YUV47.92196.9140.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 170 (66.80% from 255) = 67.73%
R=26.29%
G=5.98%
B=67.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66151700.610.9100.33259.7483.7836.27
Hex42FAA3D5B0211045424
Octal102172527513304140412444
Binary1000010111110101010111101101101101000011000001001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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