Shades of Indigo #560363
Tints of Indigo #560363
RGB
CMYK
RGB Variations
Color information
#560363 (or 0x560363) is known color: Indigo. HEX triplet: 56, 03 and 63. RGB value is (86,3,99). Sum of RGB (Red+Green+Blue) = 86+3+99=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #560363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560363 is #A9FC9C. Grayscale: #262626. Windows color (decimal): -11140253 or 6488918. OLE color: 6488918.
HSL color Cylindrical-coordinate representation of color #560363: hue angle of 291.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560363 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 3 | 99 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.61 |
| HSL | 291.88º | 0.94% | 0.2% | - |
| HSV(B) | 291.88º | 0.97% | 0.39% | - |
| XYZ | 6.12 | 2.94 | 12.05 | - |
| YUV | 38.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 99 | 0.13 | 0.97 | 0 | 0.61 | 291.88 | 0.94 | 0.2 |
| Hex | 56 | 3 | 63 | D | 61 | 0 | 3D | 124 | 5E | 14 |
| Octal | 126 | 3 | 143 | 15 | 141 | 0 | 75 | 444 | 136 | 24 |
| Binary | 1010110 | 11 | 1100011 | 1101 | 1100001 | 0 | 111101 | 100100100 | 1011110 | 10100 |
Color Harmonies of #560363
Complementary color
Monochromatic Colors of #560363
Black with #560363
Text Example
Text Example
White with #560363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560363; }
p { color: rgb(86,3,99); }
H1.HeaderClassName
{
color: #560363;
}
.AnyTagClassName
{
color: #560363;
}
</style>
background-color css
<style>
a { background-color: #560363; }
a { background-color: rgb(86,3,99); }
div.DivClassName
{
background-color: #560363;
}
.BgClassName
{
background-color: #560363;
}
</style>
border-color css
<style>
span { border-color: #560363; }
span { border-color: rgb(86,3,99); }
td.TdClassName
{
border-color: #560363;
}
.TagClassName
{
border-color: #560363;
}
</style>