Shades of Indigo #560A65
Tints of Indigo #560A65
RGB
CMYK
RGB Variations
Color information
#560A65 (or 0x560A65) is known color: Indigo. HEX triplet: 56, 0A and 65. RGB value is (86,10,101). Sum of RGB (Red+Green+Blue) = 86+10+101=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #560A65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560A65 is #A9F59A. Grayscale: #2A2A2A. Windows color (decimal): -11138459 or 6621782. OLE color: 6621782.
HSL color Cylindrical-coordinate representation of color #560A65: hue angle of 290.11º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560A65 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 10 | 101 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.60 |
| HSL | 290.11º | 0.82% | 0.22% | - |
| HSV(B) | 290.11º | 0.9% | 0.4% | - |
| XYZ | 6.3 | 3.14 | 12.59 | - |
| YUV | 43.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 101 | 0.15 | 0.90 | 0 | 0.60 | 290.11 | 0.82 | 0.22 |
| Hex | 56 | A | 65 | F | 5A | 0 | 3C | 122 | 52 | 16 |
| Octal | 126 | 12 | 145 | 17 | 132 | 0 | 74 | 442 | 122 | 26 |
| Binary | 1010110 | 1010 | 1100101 | 1111 | 1011010 | 0 | 111100 | 100100010 | 1010010 | 10110 |
Color Harmonies of #560A65
Complementary color
Monochromatic Colors of #560A65
Black with #560A65
Text Example
Text Example
White with #560A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A65; }
p { color: rgb(86,10,101); }
H1.HeaderClassName
{
color: #560A65;
}
.AnyTagClassName
{
color: #560A65;
}
</style>
background-color css
<style>
a { background-color: #560A65; }
a { background-color: rgb(86,10,101); }
div.DivClassName
{
background-color: #560A65;
}
.BgClassName
{
background-color: #560A65;
}
</style>
border-color css
<style>
span { border-color: #560A65; }
span { border-color: rgb(86,10,101); }
td.TdClassName
{
border-color: #560A65;
}
.TagClassName
{
border-color: #560A65;
}
</style>