Shades of Indigo #561A88
Tints of Indigo #561A88
RGB
CMYK
RGB Variations
Color information
#561A88 (or 0x561A88) is known color: Indigo. HEX triplet: 56, 1A and 88. RGB value is (86,26,136). Sum of RGB (Red+Green+Blue) = 86+26+136=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #561A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561A88 is #A9E577. Grayscale: #383838. Windows color (decimal): -11134328 or 8919638. OLE color: 8919638.
HSL color Cylindrical-coordinate representation of color #561A88: hue angle of 272.73º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561A88 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 26 | 136 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.47 |
| HSL | 272.73º | 0.68% | 0.32% | - |
| HSV(B) | 272.73º | 0.81% | 0.53% | - |
| XYZ | 8.65 | 4.49 | 23.7 | - |
| YUV | 56.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 136 | 0.37 | 0.81 | 0 | 0.47 | 272.73 | 0.68 | 0.32 |
| Hex | 56 | 1A | 88 | 25 | 51 | 0 | 2F | 111 | 44 | 20 |
| Octal | 126 | 32 | 210 | 45 | 121 | 0 | 57 | 421 | 104 | 40 |
| Binary | 1010110 | 11010 | 10001000 | 100101 | 1010001 | 0 | 101111 | 100010001 | 1000100 | 100000 |
Color Harmonies of #561A88
Complementary color
Monochromatic Colors of #561A88
Black with #561A88
Text Example
Text Example
White with #561A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A88; }
p { color: rgb(86,26,136); }
H1.HeaderClassName
{
color: #561A88;
}
.AnyTagClassName
{
color: #561A88;
}
</style>
background-color css
<style>
a { background-color: #561A88; }
a { background-color: rgb(86,26,136); }
div.DivClassName
{
background-color: #561A88;
}
.BgClassName
{
background-color: #561A88;
}
</style>
border-color css
<style>
span { border-color: #561A88; }
span { border-color: rgb(86,26,136); }
td.TdClassName
{
border-color: #561A88;
}
.TagClassName
{
border-color: #561A88;
}
</style>