#57159F

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

Shades of Indigo #57159F

Tints of Indigo #57159F

Color information

#57159F (or 0x57159F) is unknown color: approx Indigo. HEX triplet: 57, 15 and 9F. RGB value is (87,21,159). Sum of RGB (Red+Green+Blue) = 87+21+159=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #57159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57159F is #A8EA60. Grayscale: #373737. Windows color (decimal): -11070049 or 10425687. OLE color: 10425687.

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

Color convert

RGB8721159-
CMYK0.450.8700.38
HSL268.7º76.67%35.29%-
HSV(B)268.7º86.79%62.35%-
XYZ10.465.0733.23-
YUV56.47185.87149.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 159 (62.5% from 255) = 59.55%
R=32.58%
G=7.87%
B=59.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87211590.450.8700.38268.776.6735.29
Hex57159F2D5702610d4d23
Octal127252375512704641511543
Binary10101111010110011111101101101011101001101000011011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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