Shades of Indigo #560B65
Tints of Indigo #560B65
RGB
CMYK
RGB Variations
Color information
#560B65 (or 0x560B65) is known color: Indigo. HEX triplet: 56, 0B and 65. RGB value is (86,11,101). Sum of RGB (Red+Green+Blue) = 86+11+101=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #560B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B65 is #A9F49A. Grayscale: #2B2B2B. Windows color (decimal): -11138203 or 6622038. OLE color: 6622038.
HSL color Cylindrical-coordinate representation of color #560B65: hue angle of 290º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560B65 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 11 | 101 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.60 |
| HSL | 290º | 0.8% | 0.22% | - |
| HSV(B) | 290º | 0.89% | 0.4% | - |
| XYZ | 6.31 | 3.16 | 12.59 | - |
| YUV | 43.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 101 | 0.15 | 0.89 | 0 | 0.60 | 290 | 0.8 | 0.22 |
| Hex | 56 | B | 65 | F | 59 | 0 | 3C | 122 | 50 | 16 |
| Octal | 126 | 13 | 145 | 17 | 131 | 0 | 74 | 442 | 120 | 26 |
| Binary | 1010110 | 1011 | 1100101 | 1111 | 1011001 | 0 | 111100 | 100100010 | 1010000 | 10110 |
Color Harmonies of #560B65
Complementary color
Monochromatic Colors of #560B65
Black with #560B65
Text Example
Text Example
White with #560B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B65; }
p { color: rgb(86,11,101); }
H1.HeaderClassName
{
color: #560B65;
}
.AnyTagClassName
{
color: #560B65;
}
</style>
background-color css
<style>
a { background-color: #560B65; }
a { background-color: rgb(86,11,101); }
div.DivClassName
{
background-color: #560B65;
}
.BgClassName
{
background-color: #560B65;
}
</style>
border-color css
<style>
span { border-color: #560B65; }
span { border-color: rgb(86,11,101); }
td.TdClassName
{
border-color: #560B65;
}
.TagClassName
{
border-color: #560B65;
}
</style>