Shades of Indigo #561099
Tints of Indigo #561099
RGB
CMYK
RGB Variations
Color information
#561099 (or 0x561099) is known color: Indigo. HEX triplet: 56, 10 and 99. RGB value is (86,16,153). Sum of RGB (Red+Green+Blue) = 86+16+153=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #561099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561099 is #A9EF66. Grayscale: #343434. Windows color (decimal): -11136871 or 10031190. OLE color: 10031190.
HSL color Cylindrical-coordinate representation of color #561099: hue angle of 270.66º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #561099 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 16 | 153 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.4 |
| HSL | 270.66º | 0.81% | 0.33% | - |
| HSV(B) | 270.66º | 0.9% | 0.6% | - |
| XYZ | 9.77 | 4.65 | 30.52 | - |
| YUV | 52.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 153 | 0.44 | 0.90 | 0 | 0.4 | 270.66 | 0.81 | 0.33 |
| Hex | 56 | 10 | 99 | 2C | 5A | 0 | 28 | 10F | 51 | 21 |
| Octal | 126 | 20 | 231 | 54 | 132 | 0 | 50 | 417 | 121 | 41 |
| Binary | 1010110 | 10000 | 10011001 | 101100 | 1011010 | 0 | 101000 | 100001111 | 1010001 | 100001 |
Color Harmonies of #561099
Complementary color
Monochromatic Colors of #561099
Black with #561099
Text Example
Text Example
White with #561099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561099; }
p { color: rgb(86,16,153); }
H1.HeaderClassName
{
color: #561099;
}
.AnyTagClassName
{
color: #561099;
}
</style>
background-color css
<style>
a { background-color: #561099; }
a { background-color: rgb(86,16,153); }
div.DivClassName
{
background-color: #561099;
}
.BgClassName
{
background-color: #561099;
}
</style>
border-color css
<style>
span { border-color: #561099; }
span { border-color: rgb(86,16,153); }
td.TdClassName
{
border-color: #561099;
}
.TagClassName
{
border-color: #561099;
}
</style>