Shades of Indigo #560491
Tints of Indigo #560491
RGB
CMYK
RGB Variations
Color information
#560491 (or 0x560491) is known color: Indigo. HEX triplet: 56, 04 and 91. RGB value is (86,4,145). Sum of RGB (Red+Green+Blue) = 86+4+145=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #560491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560491 is #A9FB6E. Grayscale: #2C2C2C. Windows color (decimal): -11139951 or 9503830. OLE color: 9503830.
HSL color Cylindrical-coordinate representation of color #560491: hue angle of 274.89º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560491 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 4 | 145 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.43 |
| HSL | 274.89º | 0.95% | 0.29% | - |
| HSV(B) | 274.89º | 0.97% | 0.57% | - |
| XYZ | 8.99 | 4.11 | 27.11 | - |
| YUV | 44.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 145 | 0.41 | 0.97 | 0 | 0.43 | 274.89 | 0.95 | 0.29 |
| Hex | 56 | 4 | 91 | 29 | 61 | 0 | 2B | 113 | 5F | 1D |
| Octal | 126 | 4 | 221 | 51 | 141 | 0 | 53 | 423 | 137 | 35 |
| Binary | 1010110 | 100 | 10010001 | 101001 | 1100001 | 0 | 101011 | 100010011 | 1011111 | 11101 |
Color Harmonies of #560491
Complementary color
Monochromatic Colors of #560491
Black with #560491
Text Example
Text Example
White with #560491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560491; }
p { color: rgb(86,4,145); }
H1.HeaderClassName
{
color: #560491;
}
.AnyTagClassName
{
color: #560491;
}
</style>
background-color css
<style>
a { background-color: #560491; }
a { background-color: rgb(86,4,145); }
div.DivClassName
{
background-color: #560491;
}
.BgClassName
{
background-color: #560491;
}
</style>
border-color css
<style>
span { border-color: #560491; }
span { border-color: rgb(86,4,145); }
td.TdClassName
{
border-color: #560491;
}
.TagClassName
{
border-color: #560491;
}
</style>