#57106C

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

Shades of Indigo #57106C

Tints of Indigo #57106C

Color information

#57106C (or 0x57106C) is unknown color: approx Indigo. HEX triplet: 57, 10 and 6C. RGB value is (87,16,108). Sum of RGB (Red+Green+Blue) = 87+16+108=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #57106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57106C is #A8EF93. Grayscale: #2F2F2F. Windows color (decimal): -11071380 or 7082071. OLE color: 7082071.

HSL color Cylindrical-coordinate representation of color #57106C: hue angle of 286.3º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57106C is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8716108-
CMYK0.190.8500.58
HSL286.3º74.19%24.31%-
HSV(B)286.3º85.19%42.35%-
XYZ6.823.4814.5-
YUV47.72162.02156.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=41.23%
G=7.58%
B=51.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87161080.190.8500.58286.374.1924.31
Hex57106C135503A11e4a18
Octal127201542312507243611230
Binary10101111000011011001001110101010111010100011110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57106C; }

 p { color: rgb(87,16,108); }

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

<style>
 a { background-color: #57106C; }

 a { background-color: rgb(87,16,108); }

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

<style>
 span { border-color: #57106C; }

 span { border-color: rgb(87,16,108); }

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