Shades of Indigo #501187
Tints of Indigo #501187
RGB
CMYK
RGB Variations
Color information
#501187 (or 0x501187) is known color: Indigo. HEX triplet: 50, 11 and 87. RGB value is (80,17,135). Sum of RGB (Red+Green+Blue) = 80+17+135=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #501187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501187 is #AFEE78. Grayscale: #303030. Windows color (decimal): -11529849 or 8851792. OLE color: 8851792.
HSL color Cylindrical-coordinate representation of color #501187: hue angle of 272.03º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501187 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 17 | 135 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.47 |
| HSL | 272.03º | 0.78% | 0.3% | - |
| HSV(B) | 272.03º | 0.87% | 0.53% | - |
| XYZ | 7.88 | 3.86 | 23.25 | - |
| YUV | 49.29 | 176.37 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 135 | 0.41 | 0.87 | 0 | 0.47 | 272.03 | 0.78 | 0.3 |
| Hex | 50 | 11 | 87 | 29 | 57 | 0 | 2F | 110 | 4E | 1E |
| Octal | 120 | 21 | 207 | 51 | 127 | 0 | 57 | 420 | 116 | 36 |
| Binary | 1010000 | 10001 | 10000111 | 101001 | 1010111 | 0 | 101111 | 100010000 | 1001110 | 11110 |
Color Harmonies of #501187
Complementary color
Monochromatic Colors of #501187
Black with #501187
Text Example
Text Example
White with #501187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501187; }
p { color: rgb(80,17,135); }
H1.HeaderClassName
{
color: #501187;
}
.AnyTagClassName
{
color: #501187;
}
</style>
background-color css
<style>
a { background-color: #501187; }
a { background-color: rgb(80,17,135); }
div.DivClassName
{
background-color: #501187;
}
.BgClassName
{
background-color: #501187;
}
</style>
border-color css
<style>
span { border-color: #501187; }
span { border-color: rgb(80,17,135); }
td.TdClassName
{
border-color: #501187;
}
.TagClassName
{
border-color: #501187;
}
</style>