Shades of Indigo #560D73
Tints of Indigo #560D73
RGB
CMYK
RGB Variations
Color information
#560D73 (or 0x560D73) is known color: Indigo. HEX triplet: 56, 0D and 73. RGB value is (86,13,115). Sum of RGB (Red+Green+Blue) = 86+13+115=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #560D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D73 is #A9F28C. Grayscale: #2E2E2E. Windows color (decimal): -11137677 or 7540054. OLE color: 7540054.
HSL color Cylindrical-coordinate representation of color #560D73: hue angle of 282.94º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560D73 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 13 | 115 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.55 |
| HSL | 282.94º | 0.8% | 0.25% | - |
| HSV(B) | 282.94º | 0.89% | 0.45% | - |
| XYZ | 7.08 | 3.5 | 16.52 | - |
| YUV | 46.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 115 | 0.25 | 0.89 | 0 | 0.55 | 282.94 | 0.8 | 0.25 |
| Hex | 56 | D | 73 | 19 | 59 | 0 | 37 | 11B | 50 | 19 |
| Octal | 126 | 15 | 163 | 31 | 131 | 0 | 67 | 433 | 120 | 31 |
| Binary | 1010110 | 1101 | 1110011 | 11001 | 1011001 | 0 | 110111 | 100011011 | 1010000 | 11001 |
Color Harmonies of #560D73
Complementary color
Monochromatic Colors of #560D73
Black with #560D73
Text Example
Text Example
White with #560D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D73; }
p { color: rgb(86,13,115); }
H1.HeaderClassName
{
color: #560D73;
}
.AnyTagClassName
{
color: #560D73;
}
</style>
background-color css
<style>
a { background-color: #560D73; }
a { background-color: rgb(86,13,115); }
div.DivClassName
{
background-color: #560D73;
}
.BgClassName
{
background-color: #560D73;
}
</style>
border-color css
<style>
span { border-color: #560D73; }
span { border-color: rgb(86,13,115); }
td.TdClassName
{
border-color: #560D73;
}
.TagClassName
{
border-color: #560D73;
}
</style>