#57088E

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

Shades of Indigo #57088E

Tints of Indigo #57088E

Color information

#57088E (or 0x57088E) is unknown color: approx Indigo. HEX triplet: 57, 08 and 8E. RGB value is (87,8,142). Sum of RGB (Red+Green+Blue) = 87+8+142=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #57088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57088E is #A8F771. Grayscale: #2E2E2E. Windows color (decimal): -11073394 or 9308247. OLE color: 9308247.

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

Color convert

RGB878142-
CMYK0.390.9400.44
HSL275.37º89.33%29.41%-
HSV(B)275.37º94.37%55.69%-
XYZ8.94.1525.92-
YUV46.9181.67156.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 8 (3.52% from 255) = 3.38%
BLUE value IS 142 (55.86% from 255) = 59.92%
R=36.71%
G=3.38%
B=59.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8781420.390.9400.44275.3789.3329.41
Hex5788E275E02C113591d
Octal127102164713605442313135
Binary101011110001000111010011110111100101100100010011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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