#57157E

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

Shades of Indigo #57157E

Tints of Indigo #57157E

Color information

#57157E (or 0x57157E) is unknown color: approx Indigo. HEX triplet: 57, 15 and 7E. RGB value is (87,21,126). Sum of RGB (Red+Green+Blue) = 87+21+126=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #57157E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57157E is #A8EA81. Grayscale: #343434. Windows color (decimal): -11070082 or 8262999. OLE color: 8262999.

HSL color Cylindrical-coordinate representation of color #57157E: hue angle of 277.71º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57157E is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8721126-
CMYK0.310.8300.51
HSL277.71º71.43%28.82%-
HSV(B)277.71º83.33%49.41%-
XYZ7.964.0720.1-
YUV52.7169.37152.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 126 (49.61% from 255) = 53.85%
R=37.18%
G=8.97%
B=53.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87211260.310.8300.51277.7171.4328.82
Hex57157E1F53033116471d
Octal127251763712306342610735
Binary10101111010111111101111110100110110011100010110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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