Shades of Indigo #500560
Tints of Indigo #500560
RGB
CMYK
RGB Variations
Color information
#500560 (or 0x500560) is known color: Indigo. HEX triplet: 50, 05 and 60. RGB value is (80,5,96). Sum of RGB (Red+Green+Blue) = 80+5+96=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #500560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500560 is #AFFA9F. Grayscale: #252525. Windows color (decimal): -11532960 or 6292816. OLE color: 6292816.
HSL color Cylindrical-coordinate representation of color #500560: hue angle of 289.45º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500560 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 5 | 96 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.62 |
| HSL | 289.45º | 0.9% | 0.2% | - |
| HSV(B) | 289.45º | 0.95% | 0.38% | - |
| XYZ | 5.47 | 2.66 | 11.29 | - |
| YUV | 37.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 96 | 0.17 | 0.95 | 0 | 0.62 | 289.45 | 0.9 | 0.2 |
| Hex | 50 | 5 | 60 | 11 | 5F | 0 | 3E | 121 | 5A | 14 |
| Octal | 120 | 5 | 140 | 21 | 137 | 0 | 76 | 441 | 132 | 24 |
| Binary | 1010000 | 101 | 1100000 | 10001 | 1011111 | 0 | 111110 | 100100001 | 1011010 | 10100 |
Color Harmonies of #500560
Complementary color
Monochromatic Colors of #500560
Black with #500560
Text Example
Text Example
White with #500560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500560; }
p { color: rgb(80,5,96); }
H1.HeaderClassName
{
color: #500560;
}
.AnyTagClassName
{
color: #500560;
}
</style>
background-color css
<style>
a { background-color: #500560; }
a { background-color: rgb(80,5,96); }
div.DivClassName
{
background-color: #500560;
}
.BgClassName
{
background-color: #500560;
}
</style>
border-color css
<style>
span { border-color: #500560; }
span { border-color: rgb(80,5,96); }
td.TdClassName
{
border-color: #500560;
}
.TagClassName
{
border-color: #500560;
}
</style>