Shades of Indigo #560B90
Tints of Indigo #560B90
RGB
CMYK
RGB Variations
Color information
#560B90 (or 0x560B90) is known color: Indigo. HEX triplet: 56, 0B and 90. RGB value is (86,11,144). Sum of RGB (Red+Green+Blue) = 86+11+144=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #560B90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560B90 is #A9F46F. Grayscale: #303030. Windows color (decimal): -11138160 or 9440086. OLE color: 9440086.
HSL color Cylindrical-coordinate representation of color #560B90: hue angle of 273.83º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560B90 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 11 | 144 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.44 |
| HSL | 273.83º | 0.86% | 0.3% | - |
| HSV(B) | 273.83º | 0.92% | 0.56% | - |
| XYZ | 8.99 | 4.23 | 26.73 | - |
| YUV | 48.59 | 181.85 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 144 | 0.40 | 0.92 | 0 | 0.44 | 273.83 | 0.86 | 0.3 |
| Hex | 56 | B | 90 | 28 | 5C | 0 | 2C | 112 | 56 | 1E |
| Octal | 126 | 13 | 220 | 50 | 134 | 0 | 54 | 422 | 126 | 36 |
| Binary | 1010110 | 1011 | 10010000 | 101000 | 1011100 | 0 | 101100 | 100010010 | 1010110 | 11110 |
Color Harmonies of #560B90
Complementary color
Monochromatic Colors of #560B90
Black with #560B90
Text Example
Text Example
White with #560B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B90; }
p { color: rgb(86,11,144); }
H1.HeaderClassName
{
color: #560B90;
}
.AnyTagClassName
{
color: #560B90;
}
</style>
background-color css
<style>
a { background-color: #560B90; }
a { background-color: rgb(86,11,144); }
div.DivClassName
{
background-color: #560B90;
}
.BgClassName
{
background-color: #560B90;
}
</style>
border-color css
<style>
span { border-color: #560B90; }
span { border-color: rgb(86,11,144); }
td.TdClassName
{
border-color: #560B90;
}
.TagClassName
{
border-color: #560B90;
}
</style>