Shades of Indigo #560160
Tints of Indigo #560160
RGB
CMYK
RGB Variations
Color information
#560160 (or 0x560160) is known color: Indigo. HEX triplet: 56, 01 and 60. RGB value is (86,1,96). Sum of RGB (Red+Green+Blue) = 86+1+96=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #560160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560160 is #A9FE9F. Grayscale: #242424. Windows color (decimal): -11140768 or 6291798. OLE color: 6291798.
HSL color Cylindrical-coordinate representation of color #560160: hue angle of 293.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560160 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 1 | 96 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.62 |
| HSL | 293.68º | 0.98% | 0.19% | - |
| HSV(B) | 293.68º | 0.99% | 0.38% | - |
| XYZ | 5.96 | 2.84 | 11.3 | - |
| YUV | 37.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 96 | 0.10 | 0.99 | 0 | 0.62 | 293.68 | 0.98 | 0.19 |
| Hex | 56 | 1 | 60 | A | 63 | 0 | 3E | 126 | 62 | 13 |
| Octal | 126 | 1 | 140 | 12 | 143 | 0 | 76 | 446 | 142 | 23 |
| Binary | 1010110 | 1 | 1100000 | 1010 | 1100011 | 0 | 111110 | 100100110 | 1100010 | 10011 |
Color Harmonies of #560160
Complementary color
Monochromatic Colors of #560160
Black with #560160
Text Example
Text Example
White with #560160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560160; }
p { color: rgb(86,1,96); }
H1.HeaderClassName
{
color: #560160;
}
.AnyTagClassName
{
color: #560160;
}
</style>
background-color css
<style>
a { background-color: #560160; }
a { background-color: rgb(86,1,96); }
div.DivClassName
{
background-color: #560160;
}
.BgClassName
{
background-color: #560160;
}
</style>
border-color css
<style>
span { border-color: #560160; }
span { border-color: rgb(86,1,96); }
td.TdClassName
{
border-color: #560160;
}
.TagClassName
{
border-color: #560160;
}
</style>