Shades of Indigo #560F6D
Tints of Indigo #560F6D
RGB
CMYK
RGB Variations
Color information
#560F6D (or 0x560F6D) is known color: Indigo. HEX triplet: 56, 0F and 6D. RGB value is (86,15,109). Sum of RGB (Red+Green+Blue) = 86+15+109=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #560F6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560F6D is #A9F092. Grayscale: #2E2E2E. Windows color (decimal): -11137171 or 7147350. OLE color: 7147350.
HSL color Cylindrical-coordinate representation of color #560F6D: hue angle of 285.32º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #560F6D is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 15 | 109 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.57 |
| HSL | 285.32º | 0.76% | 0.24% | - |
| HSV(B) | 285.32º | 0.86% | 0.43% | - |
| XYZ | 6.77 | 3.42 | 14.77 | - |
| YUV | 46.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 109 | 0.21 | 0.86 | 0 | 0.57 | 285.32 | 0.76 | 0.24 |
| Hex | 56 | F | 6D | 15 | 56 | 0 | 39 | 11D | 4C | 18 |
| Octal | 126 | 17 | 155 | 25 | 126 | 0 | 71 | 435 | 114 | 30 |
| Binary | 1010110 | 1111 | 1101101 | 10101 | 1010110 | 0 | 111001 | 100011101 | 1001100 | 11000 |
Color Harmonies of #560F6D
Complementary color
Monochromatic Colors of #560F6D
Black with #560F6D
Text Example
Text Example
White with #560F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560F6D; }
p { color: rgb(86,15,109); }
H1.HeaderClassName
{
color: #560F6D;
}
.AnyTagClassName
{
color: #560F6D;
}
</style>
background-color css
<style>
a { background-color: #560F6D; }
a { background-color: rgb(86,15,109); }
div.DivClassName
{
background-color: #560F6D;
}
.BgClassName
{
background-color: #560F6D;
}
</style>
border-color css
<style>
span { border-color: #560F6D; }
span { border-color: rgb(86,15,109); }
td.TdClassName
{
border-color: #560F6D;
}
.TagClassName
{
border-color: #560F6D;
}
</style>