Shades of Indigo #501587
Tints of Indigo #501587
RGB
CMYK
RGB Variations
Color information
#501587 (or 0x501587) is known color: Indigo. HEX triplet: 50, 15 and 87. RGB value is (80,21,135). Sum of RGB (Red+Green+Blue) = 80+21+135=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #501587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501587 is #AFEA78. Grayscale: #333333. Windows color (decimal): -11528825 or 8852816. OLE color: 8852816.
HSL color Cylindrical-coordinate representation of color #501587: hue angle of 271.05º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501587 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 21 | 135 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.47 |
| HSL | 271.05º | 0.73% | 0.31% | - |
| HSV(B) | 271.05º | 0.84% | 0.53% | - |
| XYZ | 7.95 | 3.99 | 23.27 | - |
| YUV | 51.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 135 | 0.41 | 0.84 | 0 | 0.47 | 271.05 | 0.73 | 0.31 |
| Hex | 50 | 15 | 87 | 29 | 54 | 0 | 2F | 10F | 49 | 1F |
| Octal | 120 | 25 | 207 | 51 | 124 | 0 | 57 | 417 | 111 | 37 |
| Binary | 1010000 | 10101 | 10000111 | 101001 | 1010100 | 0 | 101111 | 100001111 | 1001001 | 11111 |
Color Harmonies of #501587
Complementary color
Monochromatic Colors of #501587
Black with #501587
Text Example
Text Example
White with #501587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501587; }
p { color: rgb(80,21,135); }
H1.HeaderClassName
{
color: #501587;
}
.AnyTagClassName
{
color: #501587;
}
</style>
background-color css
<style>
a { background-color: #501587; }
a { background-color: rgb(80,21,135); }
div.DivClassName
{
background-color: #501587;
}
.BgClassName
{
background-color: #501587;
}
</style>
border-color css
<style>
span { border-color: #501587; }
span { border-color: rgb(80,21,135); }
td.TdClassName
{
border-color: #501587;
}
.TagClassName
{
border-color: #501587;
}
</style>