Shades of Indigo #561198
Tints of Indigo #561198
RGB
CMYK
RGB Variations
Color information
#561198 (or 0x561198) is known color: Indigo. HEX triplet: 56, 11 and 98. RGB value is (86,17,152). Sum of RGB (Red+Green+Blue) = 86+17+152=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #561198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561198 is #A9EE67. Grayscale: #343434. Windows color (decimal): -11136616 or 9965910. OLE color: 9965910.
HSL color Cylindrical-coordinate representation of color #561198: hue angle of 270.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561198 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 17 | 152 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.40 |
| HSL | 270.67º | 0.8% | 0.33% | - |
| HSV(B) | 270.67º | 0.89% | 0.6% | - |
| XYZ | 9.71 | 4.65 | 30.09 | - |
| YUV | 53.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 152 | 0.43 | 0.89 | 0 | 0.40 | 270.67 | 0.8 | 0.33 |
| Hex | 56 | 11 | 98 | 2B | 59 | 0 | 28 | 10F | 50 | 21 |
| Octal | 126 | 21 | 230 | 53 | 131 | 0 | 50 | 417 | 120 | 41 |
| Binary | 1010110 | 10001 | 10011000 | 101011 | 1011001 | 0 | 101000 | 100001111 | 1010000 | 100001 |
Color Harmonies of #561198
Complementary color
Monochromatic Colors of #561198
Black with #561198
Text Example
Text Example
White with #561198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561198; }
p { color: rgb(86,17,152); }
H1.HeaderClassName
{
color: #561198;
}
.AnyTagClassName
{
color: #561198;
}
</style>
background-color css
<style>
a { background-color: #561198; }
a { background-color: rgb(86,17,152); }
div.DivClassName
{
background-color: #561198;
}
.BgClassName
{
background-color: #561198;
}
</style>
border-color css
<style>
span { border-color: #561198; }
span { border-color: rgb(86,17,152); }
td.TdClassName
{
border-color: #561198;
}
.TagClassName
{
border-color: #561198;
}
</style>