Shades of Indigo #561192
Tints of Indigo #561192
RGB
CMYK
RGB Variations
Color information
#561192 (or 0x561192) is known color: Indigo. HEX triplet: 56, 11 and 92. RGB value is (86,17,146). Sum of RGB (Red+Green+Blue) = 86+17+146=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #561192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561192 is #A9EE6D. Grayscale: #333333. Windows color (decimal): -11136622 or 9572694. OLE color: 9572694.
HSL color Cylindrical-coordinate representation of color #561192: hue angle of 272.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561192 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 17 | 146 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.43 |
| HSL | 272.09º | 0.79% | 0.32% | - |
| HSV(B) | 272.09º | 0.88% | 0.57% | - |
| XYZ | 9.23 | 4.45 | 27.57 | - |
| YUV | 52.34 | 180.86 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 146 | 0.41 | 0.88 | 0 | 0.43 | 272.09 | 0.79 | 0.32 |
| Hex | 56 | 11 | 92 | 29 | 58 | 0 | 2B | 110 | 4F | 20 |
| Octal | 126 | 21 | 222 | 51 | 130 | 0 | 53 | 420 | 117 | 40 |
| Binary | 1010110 | 10001 | 10010010 | 101001 | 1011000 | 0 | 101011 | 100010000 | 1001111 | 100000 |
Color Harmonies of #561192
Complementary color
Monochromatic Colors of #561192
Black with #561192
Text Example
Text Example
White with #561192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561192; }
p { color: rgb(86,17,146); }
H1.HeaderClassName
{
color: #561192;
}
.AnyTagClassName
{
color: #561192;
}
</style>
background-color css
<style>
a { background-color: #561192; }
a { background-color: rgb(86,17,146); }
div.DivClassName
{
background-color: #561192;
}
.BgClassName
{
background-color: #561192;
}
</style>
border-color css
<style>
span { border-color: #561192; }
span { border-color: rgb(86,17,146); }
td.TdClassName
{
border-color: #561192;
}
.TagClassName
{
border-color: #561192;
}
</style>