#57137D

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

Shades of Indigo #57137D

Tints of Indigo #57137D

Color information

#57137D (or 0x57137D) is unknown color: approx Indigo. HEX triplet: 57, 13 and 7D. RGB value is (87,19,125). Sum of RGB (Red+Green+Blue) = 87+19+125=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #57137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57137D is #A8EC82. Grayscale: #333333. Windows color (decimal): -11070595 or 8196951. OLE color: 8196951.

HSL color Cylindrical-coordinate representation of color #57137D: hue angle of 278.49º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57137D is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8719125-
CMYK0.300.8500.51
HSL278.49º73.61%28.24%-
HSV(B)278.49º84.8%49.02%-
XYZ7.873.9719.75-
YUV51.42169.53153.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 125 (49.22% from 255) = 54.11%
R=37.66%
G=8.23%
B=54.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87191250.300.8500.51278.4973.6128.24
Hex57137D1E550331164a1c
Octal127231753612506342611234
Binary10101111001111111011111010101010110011100010110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57137D; }

 p { color: rgb(87,19,125); }

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

<style>
 a { background-color: #57137D; }

 a { background-color: rgb(87,19,125); }

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

<style>
 span { border-color: #57137D; }

 span { border-color: rgb(87,19,125); }

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