Shades of Indigo #500E75
Tints of Indigo #500E75
RGB
CMYK
RGB Variations
Color information
#500E75 (or 0x500E75) is known color: Indigo. HEX triplet: 50, 0E and 75. RGB value is (80,14,117). Sum of RGB (Red+Green+Blue) = 80+14+117=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #500E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E75 is #AFF18A. Grayscale: #2D2D2D. Windows color (decimal): -11530635 or 7671376. OLE color: 7671376.
HSL color Cylindrical-coordinate representation of color #500E75: hue angle of 278.45º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500E75 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 14 | 117 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.54 |
| HSL | 278.45º | 0.79% | 0.26% | - |
| HSV(B) | 278.45º | 0.88% | 0.46% | - |
| XYZ | 6.68 | 3.3 | 17.12 | - |
| YUV | 45.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 117 | 0.32 | 0.88 | 0 | 0.54 | 278.45 | 0.79 | 0.26 |
| Hex | 50 | E | 75 | 20 | 58 | 0 | 36 | 116 | 4F | 1A |
| Octal | 120 | 16 | 165 | 40 | 130 | 0 | 66 | 426 | 117 | 32 |
| Binary | 1010000 | 1110 | 1110101 | 100000 | 1011000 | 0 | 110110 | 100010110 | 1001111 | 11010 |
Color Harmonies of #500E75
Complementary color
Monochromatic Colors of #500E75
Black with #500E75
Text Example
Text Example
White with #500E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E75; }
p { color: rgb(80,14,117); }
H1.HeaderClassName
{
color: #500E75;
}
.AnyTagClassName
{
color: #500E75;
}
</style>
background-color css
<style>
a { background-color: #500E75; }
a { background-color: rgb(80,14,117); }
div.DivClassName
{
background-color: #500E75;
}
.BgClassName
{
background-color: #500E75;
}
</style>
border-color css
<style>
span { border-color: #500E75; }
span { border-color: rgb(80,14,117); }
td.TdClassName
{
border-color: #500E75;
}
.TagClassName
{
border-color: #500E75;
}
</style>