Shades of Indigo #560D6C
Tints of Indigo #560D6C
RGB
CMYK
RGB Variations
Color information
#560D6C (or 0x560D6C) is known color: Indigo. HEX triplet: 56, 0D and 6C. RGB value is (86,13,108). Sum of RGB (Red+Green+Blue) = 86+13+108=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #560D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D6C is #A9F293. Grayscale: #2D2D2D. Windows color (decimal): -11137684 or 7081302. OLE color: 7081302.
HSL color Cylindrical-coordinate representation of color #560D6C: hue angle of 286.11º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560D6C is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 13 | 108 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.58 |
| HSL | 286.11º | 0.79% | 0.24% | - |
| HSV(B) | 286.11º | 0.88% | 0.42% | - |
| XYZ | 6.69 | 3.35 | 14.48 | - |
| YUV | 45.66 | 163.18 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 108 | 0.20 | 0.88 | 0 | 0.58 | 286.11 | 0.79 | 0.24 |
| Hex | 56 | D | 6C | 14 | 58 | 0 | 3A | 11E | 4F | 18 |
| Octal | 126 | 15 | 154 | 24 | 130 | 0 | 72 | 436 | 117 | 30 |
| Binary | 1010110 | 1101 | 1101100 | 10100 | 1011000 | 0 | 111010 | 100011110 | 1001111 | 11000 |
Color Harmonies of #560D6C
Complementary color
Monochromatic Colors of #560D6C
Black with #560D6C
Text Example
Text Example
White with #560D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D6C; }
p { color: rgb(86,13,108); }
H1.HeaderClassName
{
color: #560D6C;
}
.AnyTagClassName
{
color: #560D6C;
}
</style>
background-color css
<style>
a { background-color: #560D6C; }
a { background-color: rgb(86,13,108); }
div.DivClassName
{
background-color: #560D6C;
}
.BgClassName
{
background-color: #560D6C;
}
</style>
border-color css
<style>
span { border-color: #560D6C; }
span { border-color: rgb(86,13,108); }
td.TdClassName
{
border-color: #560D6C;
}
.TagClassName
{
border-color: #560D6C;
}
</style>