Shades of Indigo #560073
Tints of Indigo #560073
RGB
CMYK
RGB Variations
Color information
#560073 (or 0x560073) is known color: Indigo. HEX triplet: 56, 00 and 73. RGB value is (86,0,115). Sum of RGB (Red+Green+Blue) = 86+0+115=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #560073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560073 is #A9FF8C. Grayscale: #262626. Windows color (decimal): -11141005 or 7536726. OLE color: 7536726.
HSL color Cylindrical-coordinate representation of color #560073: hue angle of 284.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560073 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 0 | 115 | - |
| CMYK | 0.25 | 1 | 0 | 0.55 |
| HSL | 284.87º | 1% | 0.23% | - |
| HSV(B) | 284.87º | 1% | 0.45% | - |
| XYZ | 6.93 | 3.22 | 16.48 | - |
| YUV | 38.82 | 170.99 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 115 | 0.25 | 1 | 0 | 0.55 | 284.87 | 1 | 0.23 |
| Hex | 56 | 0 | 73 | 19 | 64 | 0 | 37 | 11D | 64 | 17 |
| Octal | 126 | 0 | 163 | 31 | 144 | 0 | 67 | 435 | 144 | 27 |
| Binary | 1010110 | 0 | 1110011 | 11001 | 1100100 | 0 | 110111 | 100011101 | 1100100 | 10111 |
Color Harmonies of #560073
Complementary color
Monochromatic Colors of #560073
Black with #560073
Text Example
Text Example
White with #560073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560073; }
p { color: rgb(86,0,115); }
H1.HeaderClassName
{
color: #560073;
}
.AnyTagClassName
{
color: #560073;
}
</style>
background-color css
<style>
a { background-color: #560073; }
a { background-color: rgb(86,0,115); }
div.DivClassName
{
background-color: #560073;
}
.BgClassName
{
background-color: #560073;
}
</style>
border-color css
<style>
span { border-color: #560073; }
span { border-color: rgb(86,0,115); }
td.TdClassName
{
border-color: #560073;
}
.TagClassName
{
border-color: #560073;
}
</style>