Shades of Indigo #560186
Tints of Indigo #560186
RGB
CMYK
RGB Variations
Color information
#560186 (or 0x560186) is known color: Indigo. HEX triplet: 56, 01 and 86. RGB value is (86,1,134). Sum of RGB (Red+Green+Blue) = 86+1+134=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #560186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560186 is #A9FE79. Grayscale: #292929. Windows color (decimal): -11140730 or 8782166. OLE color: 8782166.
HSL color Cylindrical-coordinate representation of color #560186: hue angle of 278.35º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560186 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 1 | 134 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.47 |
| HSL | 278.35º | 0.99% | 0.26% | - |
| HSV(B) | 278.35º | 0.99% | 0.53% | - |
| XYZ | 8.15 | 3.72 | 22.84 | - |
| YUV | 41.58 | 180.16 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 134 | 0.36 | 0.99 | 0 | 0.47 | 278.35 | 0.99 | 0.26 |
| Hex | 56 | 1 | 86 | 24 | 63 | 0 | 2F | 116 | 63 | 1A |
| Octal | 126 | 1 | 206 | 44 | 143 | 0 | 57 | 426 | 143 | 32 |
| Binary | 1010110 | 1 | 10000110 | 100100 | 1100011 | 0 | 101111 | 100010110 | 1100011 | 11010 |
Color Harmonies of #560186
Complementary color
Monochromatic Colors of #560186
Black with #560186
Text Example
Text Example
White with #560186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560186; }
p { color: rgb(86,1,134); }
H1.HeaderClassName
{
color: #560186;
}
.AnyTagClassName
{
color: #560186;
}
</style>
background-color css
<style>
a { background-color: #560186; }
a { background-color: rgb(86,1,134); }
div.DivClassName
{
background-color: #560186;
}
.BgClassName
{
background-color: #560186;
}
</style>
border-color css
<style>
span { border-color: #560186; }
span { border-color: rgb(86,1,134); }
td.TdClassName
{
border-color: #560186;
}
.TagClassName
{
border-color: #560186;
}
</style>