Shades of Indigo #561197
Tints of Indigo #561197
RGB
CMYK
RGB Variations
Color information
#561197 (or 0x561197) is known color: Indigo. HEX triplet: 56, 11 and 97. RGB value is (86,17,151). Sum of RGB (Red+Green+Blue) = 86+17+151=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #561197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561197 is #A9EE68. Grayscale: #343434. Windows color (decimal): -11136617 or 9900374. OLE color: 9900374.
HSL color Cylindrical-coordinate representation of color #561197: hue angle of 270.9º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561197 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 17 | 151 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.41 |
| HSL | 270.9º | 0.8% | 0.33% | - |
| HSV(B) | 270.9º | 0.89% | 0.59% | - |
| XYZ | 9.62 | 4.61 | 29.66 | - |
| YUV | 52.91 | 183.36 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 151 | 0.43 | 0.89 | 0 | 0.41 | 270.9 | 0.8 | 0.33 |
| Hex | 56 | 11 | 97 | 2B | 59 | 0 | 29 | 10F | 50 | 21 |
| Octal | 126 | 21 | 227 | 53 | 131 | 0 | 51 | 417 | 120 | 41 |
| Binary | 1010110 | 10001 | 10010111 | 101011 | 1011001 | 0 | 101001 | 100001111 | 1010000 | 100001 |
Color Harmonies of #561197
Complementary color
Monochromatic Colors of #561197
Black with #561197
Text Example
Text Example
White with #561197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561197; }
p { color: rgb(86,17,151); }
H1.HeaderClassName
{
color: #561197;
}
.AnyTagClassName
{
color: #561197;
}
</style>
background-color css
<style>
a { background-color: #561197; }
a { background-color: rgb(86,17,151); }
div.DivClassName
{
background-color: #561197;
}
.BgClassName
{
background-color: #561197;
}
</style>
border-color css
<style>
span { border-color: #561197; }
span { border-color: rgb(86,17,151); }
td.TdClassName
{
border-color: #561197;
}
.TagClassName
{
border-color: #561197;
}
</style>