#57059C

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

Shades of Indigo #57059C

Tints of Indigo #57059C

Color information

#57059C (or 0x57059C) is unknown color: approx Indigo. HEX triplet: 57, 05 and 9C. RGB value is (87,5,156). Sum of RGB (Red+Green+Blue) = 87+5+156=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #57059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57059C is #A8FA63. Grayscale: #2E2E2E. Windows color (decimal): -11074148 or 10224983. OLE color: 10224983.

HSL color Cylindrical-coordinate representation of color #57059C: hue angle of 272.58º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57059C is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB875156-
CMYK0.440.9700.39
HSL272.58º93.79%31.57%-
HSV(B)272.58º96.79%61.18%-
XYZ9.994.5431.8-
YUV46.73189.67156.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 156 (61.33% from 255) = 62.90%
R=35.08%
G=2.02%
B=62.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8751560.440.9700.39272.5893.7931.57
Hex5759C2C610271115e20
Octal12752345414104742113640
Binary101011110110011100101100110000101001111000100011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57059C; }

 p { color: rgb(87,5,156); }

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

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

 a { background-color: rgb(87,5,156); }

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

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

 span { border-color: rgb(87,5,156); }

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