#560E6D

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

Shades of Indigo #560E6D

Tints of Indigo #560E6D

Color information

#560E6D (or 0x560E6D) is unknown color: approx Indigo. HEX triplet: 56, 0E and 6D. RGB value is (86,14,109). Sum of RGB (Red+Green+Blue) = 86+14+109=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #560E6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560E6D is #A9F192. Grayscale: #2E2E2E. Windows color (decimal): -11137427 or 7147094. OLE color: 7147094.

HSL color Cylindrical-coordinate representation of color #560E6D: hue angle of 285.47º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560E6D is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8614109-
CMYK0.210.8700.57
HSL285.47º77.24%24.12%-
HSV(B)285.47º87.16%42.75%-
XYZ6.763.414.77-
YUV46.36163.35156.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 14 (5.86% from 255) = 6.70%
BLUE value IS 109 (42.97% from 255) = 52.15%
R=41.15%
G=6.70%
B=52.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86141090.210.8700.57285.4777.2424.12
Hex56E6D155703911d4d18
Octal126161552512707143511530
Binary1010110111011011011010110101110111001100011101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560E6D; }

 p { color: rgb(86,14,109); }

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

<style>
 a { background-color: #560E6D; }

 a { background-color: rgb(86,14,109); }

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

<style>
 span { border-color: #560E6D; }

 span { border-color: rgb(86,14,109); }

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