#57178E

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

Shades of Indigo #57178E

Tints of Indigo #57178E

Color information

#57178E (or 0x57178E) is unknown color: approx Indigo. HEX triplet: 57, 17 and 8E. RGB value is (87,23,142). Sum of RGB (Red+Green+Blue) = 87+23+142=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #57178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57178E is #A8E871. Grayscale: #373737. Windows color (decimal): -11069554 or 9312087. OLE color: 9312087.

HSL color Cylindrical-coordinate representation of color #57178E: hue angle of 272.27º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57178E is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8723142-
CMYK0.390.8400.44
HSL272.27º72.12%32.35%-
HSV(B)272.27º83.8%55.69%-
XYZ9.124.5926-
YUV55.7176.7150.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 23 (9.38% from 255) = 9.13%
BLUE value IS 142 (55.86% from 255) = 56.35%
R=34.52%
G=9.13%
B=56.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87231420.390.8400.44272.2772.1232.35
Hex57178E275402C1104820
Octal127272164712405442011040
Binary10101111011110001110100111101010001011001000100001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,23,142); }

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

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

 a { background-color: rgb(87,23,142); }

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

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

 span { border-color: rgb(87,23,142); }

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