#57106E

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

Shades of Indigo #57106E

Tints of Indigo #57106E

Color information

#57106E (or 0x57106E) is unknown color: approx Indigo. HEX triplet: 57, 10 and 6E. RGB value is (87,16,110). Sum of RGB (Red+Green+Blue) = 87+16+110=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #57106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57106E is #A8EF91. Grayscale: #2F2F2F. Windows color (decimal): -11071378 or 7213143. OLE color: 7213143.

HSL color Cylindrical-coordinate representation of color #57106E: hue angle of 285.32º degrees, saturation: 0.75, 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 #57106E is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8716110-
CMYK0.210.8500.57
HSL285.32º74.6%24.71%-
HSV(B)285.32º85.45%43.14%-
XYZ6.933.5215.07-
YUV47.94163.02155.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.85%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=40.85%
G=7.51%
B=51.64%

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
Decimal87161100.210.8500.57285.3274.624.71
Hex57106E155503911d4b19
Octal127201562512507143511331
Binary10101111000011011101010110101010111001100011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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