#57108D

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

Shades of Indigo #57108D

Tints of Indigo #57108D

Color information

#57108D (or 0x57108D) is unknown color: approx Indigo. HEX triplet: 57, 10 and 8D. RGB value is (87,16,141). Sum of RGB (Red+Green+Blue) = 87+16+141=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #57108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57108D is #A8EF72. Grayscale: #333333. Windows color (decimal): -11071347 or 9244759. OLE color: 9244759.

HSL color Cylindrical-coordinate representation of color #57108D: hue angle of 274.08º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57108D is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8716141-
CMYK0.380.8900.45
HSL274.08º79.62%30.78%-
HSV(B)274.08º88.65%55.29%-
XYZ8.924.3225.56-
YUV51.48178.52153.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=35.66%
G=6.56%
B=57.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87161410.380.8900.45274.0879.6230.78
Hex57108D265902D112501f
Octal127202154613105542212037
Binary1010111100001000110110011010110010101101100010010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57108D; }

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

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

<style>
 a { background-color: #57108D; }

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

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

<style>
 span { border-color: #57108D; }

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

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