#57029F

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

Shades of Indigo #57029F

Tints of Indigo #57029F

Color information

#57029F (or 0x57029F) is unknown color: approx Indigo. HEX triplet: 57, 02 and 9F. RGB value is (87,2,159). Sum of RGB (Red+Green+Blue) = 87+2+159=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #57029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57029F is #A8FD60. Grayscale: #2C2C2C. Windows color (decimal): -11074913 or 10420823. OLE color: 10420823.

HSL color Cylindrical-coordinate representation of color #57029F: hue angle of 272.48º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57029F is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB872159-
CMYK0.450.9900.38
HSL272.48º97.52%31.57%-
HSV(B)272.48º98.74%62.35%-
XYZ10.214.5733.15-
YUV45.31192.16157.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=35.08%
G=0.81%
B=64.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8721590.450.9900.38272.4897.5231.57
Hex5729F2D630261106220
Octal12722375514304642014240
Binary10101111010011111101101110001101001101000100001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57029F; }

 p { color: rgb(87,2,159); }

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

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

 a { background-color: rgb(87,2,159); }

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

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

 span { border-color: rgb(87,2,159); }

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