#57156F

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

Shades of Indigo #57156F

Tints of Indigo #57156F

Color information

#57156F (or 0x57156F) is unknown color: approx Indigo. HEX triplet: 57, 15 and 6F. RGB value is (87,21,111). Sum of RGB (Red+Green+Blue) = 87+21+111=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #57156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57156F is #A8EA90. Grayscale: #323232. Windows color (decimal): -11070097 or 7279959. OLE color: 7279959.

HSL color Cylindrical-coordinate representation of color #57156F: hue angle of 284º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #57156F is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8721111-
CMYK0.220.8100.56
HSL284º68.18%25.88%-
HSV(B)284º81.08%43.53%-
XYZ7.073.7115.38-
YUV50.99161.87153.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=39.73%
G=9.59%
B=50.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87211110.220.8100.5628468.1825.88
Hex57156F165103811c441a
Octal127251572612107043410432
Binary10101111010111011111011010100010111000100011100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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