#57158E

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

Shades of Indigo #57158E

Tints of Indigo #57158E

Color information

#57158E (or 0x57158E) is unknown color: approx Indigo. HEX triplet: 57, 15 and 8E. RGB value is (87,21,142). Sum of RGB (Red+Green+Blue) = 87+21+142=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #57158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57158E is #A8EA71. Grayscale: #363636. Windows color (decimal): -11070066 or 9311575. OLE color: 9311575.

HSL color Cylindrical-coordinate representation of color #57158E: hue angle of 272.73º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57158E is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8721142-
CMYK0.390.8500.44
HSL272.73º74.23%31.96%-
HSV(B)272.73º85.21%55.69%-
XYZ9.084.5225.98-
YUV54.53177.37151.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.8%
GREEN value IS 21 (8.59% from 255) = 8.4%
BLUE value IS 142 (55.86% from 255) = 56.8%
R=34.8%
G=8.4%
B=56.8%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87211420.390.8500.44272.7374.2331.96
Hex57158E275502C1114a20
Octal127252164712505442111240
Binary10101111010110001110100111101010101011001000100011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57158E; }

 p { color: rgb(87,21,142); }

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

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

 a { background-color: rgb(87,21,142); }

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

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

 span { border-color: rgb(87,21,142); }

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