Shades of Indigo #560D66
Tints of Indigo #560D66
RGB
CMYK
RGB Variations
Color information
#560D66 (or 0x560D66) is known color: Indigo. HEX triplet: 56, 0D and 66. RGB value is (86,13,102). Sum of RGB (Red+Green+Blue) = 86+13+102=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #560D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D66 is #A9F299. Grayscale: #2C2C2C. Windows color (decimal): -11137690 or 6688086. OLE color: 6688086.
HSL color Cylindrical-coordinate representation of color #560D66: hue angle of 289.21º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560D66 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 13 | 102 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.6 |
| HSL | 289.21º | 0.77% | 0.23% | - |
| HSV(B) | 289.21º | 0.87% | 0.4% | - |
| XYZ | 6.38 | 3.23 | 12.86 | - |
| YUV | 44.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 102 | 0.16 | 0.87 | 0 | 0.6 | 289.21 | 0.77 | 0.23 |
| Hex | 56 | D | 66 | 10 | 57 | 0 | 3C | 121 | 4D | 17 |
| Octal | 126 | 15 | 146 | 20 | 127 | 0 | 74 | 441 | 115 | 27 |
| Binary | 1010110 | 1101 | 1100110 | 10000 | 1010111 | 0 | 111100 | 100100001 | 1001101 | 10111 |
Color Harmonies of #560D66
Complementary color
Monochromatic Colors of #560D66
Black with #560D66
Text Example
Text Example
White with #560D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D66; }
p { color: rgb(86,13,102); }
H1.HeaderClassName
{
color: #560D66;
}
.AnyTagClassName
{
color: #560D66;
}
</style>
background-color css
<style>
a { background-color: #560D66; }
a { background-color: rgb(86,13,102); }
div.DivClassName
{
background-color: #560D66;
}
.BgClassName
{
background-color: #560D66;
}
</style>
border-color css
<style>
span { border-color: #560D66; }
span { border-color: rgb(86,13,102); }
td.TdClassName
{
border-color: #560D66;
}
.TagClassName
{
border-color: #560D66;
}
</style>