Shades of Indigo #561595
Tints of Indigo #561595
RGB
CMYK
RGB Variations
Color information
#561595 (or 0x561595) is known color: Indigo. HEX triplet: 56, 15 and 95. RGB value is (86,21,149). Sum of RGB (Red+Green+Blue) = 86+21+149=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #561595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561595 is #A9EA6A. Grayscale: #363636. Windows color (decimal): -11135595 or 9770326. OLE color: 9770326.
HSL color Cylindrical-coordinate representation of color #561595: hue angle of 270.47º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561595 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 21 | 149 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.42 |
| HSL | 270.47º | 0.75% | 0.33% | - |
| HSV(B) | 270.47º | 0.86% | 0.58% | - |
| XYZ | 9.53 | 4.68 | 28.84 | - |
| YUV | 55.03 | 181.03 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 149 | 0.42 | 0.86 | 0 | 0.42 | 270.47 | 0.75 | 0.33 |
| Hex | 56 | 15 | 95 | 2A | 56 | 0 | 2A | 10E | 4B | 21 |
| Octal | 126 | 25 | 225 | 52 | 126 | 0 | 52 | 416 | 113 | 41 |
| Binary | 1010110 | 10101 | 10010101 | 101010 | 1010110 | 0 | 101010 | 100001110 | 1001011 | 100001 |
Color Harmonies of #561595
Complementary color
Monochromatic Colors of #561595
Black with #561595
Text Example
Text Example
White with #561595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561595; }
p { color: rgb(86,21,149); }
H1.HeaderClassName
{
color: #561595;
}
.AnyTagClassName
{
color: #561595;
}
</style>
background-color css
<style>
a { background-color: #561595; }
a { background-color: rgb(86,21,149); }
div.DivClassName
{
background-color: #561595;
}
.BgClassName
{
background-color: #561595;
}
</style>
border-color css
<style>
span { border-color: #561595; }
span { border-color: rgb(86,21,149); }
td.TdClassName
{
border-color: #561595;
}
.TagClassName
{
border-color: #561595;
}
</style>