Shades of Indigo #560D6A
Tints of Indigo #560D6A
RGB
CMYK
RGB Variations
Color information
#560D6A (or 0x560D6A) is known color: Indigo. HEX triplet: 56, 0D and 6A. RGB value is (86,13,106). Sum of RGB (Red+Green+Blue) = 86+13+106=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #560D6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D6A is #A9F295. Grayscale: #2D2D2D. Windows color (decimal): -11137686 or 6950230. OLE color: 6950230.
HSL color Cylindrical-coordinate representation of color #560D6A: hue angle of 287.1º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560D6A is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 13 | 106 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.58 |
| HSL | 287.1º | 0.78% | 0.23% | - |
| HSV(B) | 287.1º | 0.88% | 0.42% | - |
| XYZ | 6.58 | 3.31 | 13.93 | - |
| YUV | 45.43 | 162.18 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 106 | 0.19 | 0.88 | 0 | 0.58 | 287.1 | 0.78 | 0.23 |
| Hex | 56 | D | 6A | 13 | 58 | 0 | 3A | 11F | 4E | 17 |
| Octal | 126 | 15 | 152 | 23 | 130 | 0 | 72 | 437 | 116 | 27 |
| Binary | 1010110 | 1101 | 1101010 | 10011 | 1011000 | 0 | 111010 | 100011111 | 1001110 | 10111 |
Color Harmonies of #560D6A
Complementary color
Monochromatic Colors of #560D6A
Black with #560D6A
Text Example
Text Example
White with #560D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D6A; }
p { color: rgb(86,13,106); }
H1.HeaderClassName
{
color: #560D6A;
}
.AnyTagClassName
{
color: #560D6A;
}
</style>
background-color css
<style>
a { background-color: #560D6A; }
a { background-color: rgb(86,13,106); }
div.DivClassName
{
background-color: #560D6A;
}
.BgClassName
{
background-color: #560D6A;
}
</style>
border-color css
<style>
span { border-color: #560D6A; }
span { border-color: rgb(86,13,106); }
td.TdClassName
{
border-color: #560D6A;
}
.TagClassName
{
border-color: #560D6A;
}
</style>