Shades of Indigo #560273
Tints of Indigo #560273
RGB
CMYK
RGB Variations
Color information
#560273 (or 0x560273) is known color: Indigo. HEX triplet: 56, 02 and 73. RGB value is (86,2,115). Sum of RGB (Red+Green+Blue) = 86+2+115=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #560273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560273 is #A9FD8C. Grayscale: #272727. Windows color (decimal): -11140493 or 7537238. OLE color: 7537238.
HSL color Cylindrical-coordinate representation of color #560273: hue angle of 284.6º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560273 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 2 | 115 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.55 |
| HSL | 284.6º | 0.97% | 0.23% | - |
| HSV(B) | 284.6º | 0.98% | 0.45% | - |
| XYZ | 6.95 | 3.26 | 16.48 | - |
| YUV | 40 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 115 | 0.25 | 0.98 | 0 | 0.55 | 284.6 | 0.97 | 0.23 |
| Hex | 56 | 2 | 73 | 19 | 62 | 0 | 37 | 11D | 61 | 17 |
| Octal | 126 | 2 | 163 | 31 | 142 | 0 | 67 | 435 | 141 | 27 |
| Binary | 1010110 | 10 | 1110011 | 11001 | 1100010 | 0 | 110111 | 100011101 | 1100001 | 10111 |
Color Harmonies of #560273
Complementary color
Monochromatic Colors of #560273
Black with #560273
Text Example
Text Example
White with #560273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560273; }
p { color: rgb(86,2,115); }
H1.HeaderClassName
{
color: #560273;
}
.AnyTagClassName
{
color: #560273;
}
</style>
background-color css
<style>
a { background-color: #560273; }
a { background-color: rgb(86,2,115); }
div.DivClassName
{
background-color: #560273;
}
.BgClassName
{
background-color: #560273;
}
</style>
border-color css
<style>
span { border-color: #560273; }
span { border-color: rgb(86,2,115); }
td.TdClassName
{
border-color: #560273;
}
.TagClassName
{
border-color: #560273;
}
</style>