#57149E

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

Shades of Indigo #57149E

Tints of Indigo #57149E

Color information

#57149E (or 0x57149E) is unknown color: approx Indigo. HEX triplet: 57, 14 and 9E. RGB value is (87,20,158). Sum of RGB (Red+Green+Blue) = 87+20+158=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #57149E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57149E is #A8EB61. Grayscale: #373737. Windows color (decimal): -11070306 or 10359895. OLE color: 10359895.

HSL color Cylindrical-coordinate representation of color #57149E: hue angle of 269.13º degrees, saturation: 0.78, 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 #57149E is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8720158-
CMYK0.450.8700.38
HSL269.13º77.53%34.9%-
HSV(B)269.13º87.34%61.96%-
XYZ10.35532.77-
YUV55.76185.7150.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=32.83%
G=7.55%
B=59.62%

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
Decimal87201580.450.8700.38269.1377.5334.9
Hex57149E2D5702610d4e23
Octal127242365512704641511643
Binary10101111010010011110101101101011101001101000011011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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