Shades of Indigo #561990
Tints of Indigo #561990
RGB
CMYK
RGB Variations
Color information
#561990 (or 0x561990) is known color: Indigo. HEX triplet: 56, 19 and 90. RGB value is (86,25,144). Sum of RGB (Red+Green+Blue) = 86+25+144=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #561990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561990 is #A9E66F. Grayscale: #383838. Windows color (decimal): -11134576 or 9443670. OLE color: 9443670.
HSL color Cylindrical-coordinate representation of color #561990: hue angle of 270.76º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561990 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 25 | 144 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.44 |
| HSL | 270.76º | 0.7% | 0.33% | - |
| HSV(B) | 270.76º | 0.83% | 0.56% | - |
| XYZ | 9.22 | 4.69 | 26.8 | - |
| YUV | 56.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 144 | 0.40 | 0.83 | 0 | 0.44 | 270.76 | 0.7 | 0.33 |
| Hex | 56 | 19 | 90 | 28 | 53 | 0 | 2C | 10F | 46 | 21 |
| Octal | 126 | 31 | 220 | 50 | 123 | 0 | 54 | 417 | 106 | 41 |
| Binary | 1010110 | 11001 | 10010000 | 101000 | 1010011 | 0 | 101100 | 100001111 | 1000110 | 100001 |
Color Harmonies of #561990
Complementary color
Monochromatic Colors of #561990
Black with #561990
Text Example
Text Example
White with #561990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561990; }
p { color: rgb(86,25,144); }
H1.HeaderClassName
{
color: #561990;
}
.AnyTagClassName
{
color: #561990;
}
</style>
background-color css
<style>
a { background-color: #561990; }
a { background-color: rgb(86,25,144); }
div.DivClassName
{
background-color: #561990;
}
.BgClassName
{
background-color: #561990;
}
</style>
border-color css
<style>
span { border-color: #561990; }
span { border-color: rgb(86,25,144); }
td.TdClassName
{
border-color: #561990;
}
.TagClassName
{
border-color: #561990;
}
</style>