Shades of Indigo #500E6F
Tints of Indigo #500E6F
RGB
CMYK
RGB Variations
Color information
#500E6F (or 0x500E6F) is known color: Indigo. HEX triplet: 50, 0E and 6F. RGB value is (80,14,111). Sum of RGB (Red+Green+Blue) = 80+14+111=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #500E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E6F is #AFF190. Grayscale: #2C2C2C. Windows color (decimal): -11530641 or 7278160. OLE color: 7278160.
HSL color Cylindrical-coordinate representation of color #500E6F: hue angle of 280.82º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #500E6F is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 14 | 111 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.56 |
| HSL | 280.82º | 0.78% | 0.25% | - |
| HSV(B) | 280.82º | 0.87% | 0.44% | - |
| XYZ | 6.33 | 3.17 | 15.32 | - |
| YUV | 44.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 111 | 0.28 | 0.87 | 0 | 0.56 | 280.82 | 0.78 | 0.25 |
| Hex | 50 | E | 6F | 1C | 57 | 0 | 38 | 119 | 4E | 19 |
| Octal | 120 | 16 | 157 | 34 | 127 | 0 | 70 | 431 | 116 | 31 |
| Binary | 1010000 | 1110 | 1101111 | 11100 | 1010111 | 0 | 111000 | 100011001 | 1001110 | 11001 |
Color Harmonies of #500E6F
Complementary color
Monochromatic Colors of #500E6F
Black with #500E6F
Text Example
Text Example
White with #500E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E6F; }
p { color: rgb(80,14,111); }
H1.HeaderClassName
{
color: #500E6F;
}
.AnyTagClassName
{
color: #500E6F;
}
</style>
background-color css
<style>
a { background-color: #500E6F; }
a { background-color: rgb(80,14,111); }
div.DivClassName
{
background-color: #500E6F;
}
.BgClassName
{
background-color: #500E6F;
}
</style>
border-color css
<style>
span { border-color: #500E6F; }
span { border-color: rgb(80,14,111); }
td.TdClassName
{
border-color: #500E6F;
}
.TagClassName
{
border-color: #500E6F;
}
</style>