#57199E

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

Shades of Indigo #57199E

Tints of Indigo #57199E

Color information

#57199E (or 0x57199E) is unknown color: approx Indigo. HEX triplet: 57, 19 and 9E. RGB value is (87,25,158). Sum of RGB (Red+Green+Blue) = 87+25+158=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #57199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57199E is #A8E661. Grayscale: #3A3A3A. Windows color (decimal): -11069026 or 10361175. OLE color: 10361175.

HSL color Cylindrical-coordinate representation of color #57199E: hue angle of 267.97º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57199E is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8725158-
CMYK0.450.8400.38
HSL267.97º72.68%35.88%-
HSV(B)267.97º84.18%61.96%-
XYZ10.455.1932.8-
YUV58.7184.04148.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 25 (10.16% from 255) = 9.26%
BLUE value IS 158 (62.11% from 255) = 58.52%
R=32.22%
G=9.26%
B=58.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87251580.450.8400.38267.9772.6835.88
Hex57199E2D5402610c4924
Octal127312365512404641411144
Binary10101111100110011110101101101010001001101000011001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,25,158); }

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

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

 a { background-color: rgb(87,25,158); }

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

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

 span { border-color: rgb(87,25,158); }

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