#420971

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

Shades of Indigo #420971

Tints of Indigo #420971

Color information

#420971 (or 0x420971) is unknown color: approx Indigo. HEX triplet: 42, 09 and 71. RGB value is (66,9,113). Sum of RGB (Red+Green+Blue) = 66+9+113=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #420971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420971 is #BDF68E. Grayscale: #252525. Windows color (decimal): -12449423 or 7407938. OLE color: 7407938.

HSL color Cylindrical-coordinate representation of color #420971: hue angle of 272.88º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420971 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB669113-
CMYK0.420.9200.56
HSL272.88º85.25%23.92%-
HSV(B)272.88º92.04%44.31%-
XYZ5.332.5515.83-
YUV37.9170.38148.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 113 (44.53% from 255) = 60.11%
R=35.11%
G=4.79%
B=60.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6691130.420.9200.56272.8885.2523.92
Hex429712A5C0381115518
Octal102111615213407042112530
Binary10000101001111000110101010111000111000100010001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420971; }

 p { color: rgb(66,9,113); }

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

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

 a { background-color: rgb(66,9,113); }

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

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

 span { border-color: rgb(66,9,113); }

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