Shades of Indigo #561491
Tints of Indigo #561491
RGB
CMYK
RGB Variations
Color information
#561491 (or 0x561491) is known color: Indigo. HEX triplet: 56, 14 and 91. RGB value is (86,20,145). Sum of RGB (Red+Green+Blue) = 86+20+145=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #561491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561491 is #A9EB6E. Grayscale: #353535. Windows color (decimal): -11135855 or 9507926. OLE color: 9507926.
HSL color Cylindrical-coordinate representation of color #561491: hue angle of 271.68º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561491 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 20 | 145 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.43 |
| HSL | 271.68º | 0.76% | 0.32% | - |
| HSV(B) | 271.68º | 0.86% | 0.57% | - |
| XYZ | 9.2 | 4.52 | 27.18 | - |
| YUV | 53.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 145 | 0.41 | 0.86 | 0 | 0.43 | 271.68 | 0.76 | 0.32 |
| Hex | 56 | 14 | 91 | 29 | 56 | 0 | 2B | 110 | 4C | 20 |
| Octal | 126 | 24 | 221 | 51 | 126 | 0 | 53 | 420 | 114 | 40 |
| Binary | 1010110 | 10100 | 10010001 | 101001 | 1010110 | 0 | 101011 | 100010000 | 1001100 | 100000 |
Color Harmonies of #561491
Complementary color
Monochromatic Colors of #561491
Black with #561491
Text Example
Text Example
White with #561491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561491; }
p { color: rgb(86,20,145); }
H1.HeaderClassName
{
color: #561491;
}
.AnyTagClassName
{
color: #561491;
}
</style>
background-color css
<style>
a { background-color: #561491; }
a { background-color: rgb(86,20,145); }
div.DivClassName
{
background-color: #561491;
}
.BgClassName
{
background-color: #561491;
}
</style>
border-color css
<style>
span { border-color: #561491; }
span { border-color: rgb(86,20,145); }
td.TdClassName
{
border-color: #561491;
}
.TagClassName
{
border-color: #561491;
}
</style>