Shades of Indigo #500060
Tints of Indigo #500060
RGB
CMYK
RGB Variations
Color information
#500060 (or 0x500060) is known color: Indigo. HEX triplet: 50, 00 and 60. RGB value is (80,0,96). Sum of RGB (Red+Green+Blue) = 80+0+96=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #500060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500060 is #AFFF9F. Grayscale: #222222. Windows color (decimal): -11534240 or 6291536. OLE color: 6291536.
HSL color Cylindrical-coordinate representation of color #500060: hue angle of 290º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500060 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 0 | 96 | - |
| CMYK | 0.17 | 1 | 0 | 0.62 |
| HSL | 290º | 1% | 0.19% | - |
| HSV(B) | 290º | 1% | 0.38% | - |
| XYZ | 5.42 | 2.55 | 11.27 | - |
| YUV | 34.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 96 | 0.17 | 1 | 0 | 0.62 | 290 | 1 | 0.19 |
| Hex | 50 | 0 | 60 | 11 | 64 | 0 | 3E | 122 | 64 | 13 |
| Octal | 120 | 0 | 140 | 21 | 144 | 0 | 76 | 442 | 144 | 23 |
| Binary | 1010000 | 0 | 1100000 | 10001 | 1100100 | 0 | 111110 | 100100010 | 1100100 | 10011 |
Color Harmonies of #500060
Complementary color
Monochromatic Colors of #500060
Black with #500060
Text Example
Text Example
White with #500060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500060; }
p { color: rgb(80,0,96); }
H1.HeaderClassName
{
color: #500060;
}
.AnyTagClassName
{
color: #500060;
}
</style>
background-color css
<style>
a { background-color: #500060; }
a { background-color: rgb(80,0,96); }
div.DivClassName
{
background-color: #500060;
}
.BgClassName
{
background-color: #500060;
}
</style>
border-color css
<style>
span { border-color: #500060; }
span { border-color: rgb(80,0,96); }
td.TdClassName
{
border-color: #500060;
}
.TagClassName
{
border-color: #500060;
}
</style>