#57116E

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

Shades of Indigo #57116E

Tints of Indigo #57116E

Color information

#57116E (or 0x57116E) is unknown color: approx Indigo. HEX triplet: 57, 11 and 6E. RGB value is (87,17,110). Sum of RGB (Red+Green+Blue) = 87+17+110=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #57116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57116E is #A8EE91. Grayscale: #303030. Windows color (decimal): -11071122 or 7213399. OLE color: 7213399.

HSL color Cylindrical-coordinate representation of color #57116E: hue angle of 285.16º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57116E is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8717110-
CMYK0.210.8500.57
HSL285.16º73.23%24.9%-
HSV(B)285.16º84.55%43.14%-
XYZ6.953.5515.07-
YUV48.53162.69155.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 17 (7.03% from 255) = 7.94%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=40.65%
G=7.94%
B=51.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87171100.210.8500.57285.1673.2324.9
Hex57116E155503911d4919
Octal127211562512507143511131
Binary10101111000111011101010110101010111001100011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,17,110); }

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

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

 a { background-color: rgb(87,17,110); }

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

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

 span { border-color: rgb(87,17,110); }

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