Shades of Indigo #500E91
Tints of Indigo #500E91
RGB
CMYK
RGB Variations
Color information
#500E91 (or 0x500E91) is known color: Indigo. HEX triplet: 50, 0E and 91. RGB value is (80,14,145). Sum of RGB (Red+Green+Blue) = 80+14+145=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #500E91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500E91 is #AFF16E. Grayscale: #303030. Windows color (decimal): -11530607 or 9506384. OLE color: 9506384.
HSL color Cylindrical-coordinate representation of color #500E91: hue angle of 270.23º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500E91 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 14 | 145 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.43 |
| HSL | 270.23º | 0.82% | 0.31% | - |
| HSV(B) | 270.23º | 0.9% | 0.57% | - |
| XYZ | 8.58 | 4.06 | 27.12 | - |
| YUV | 48.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 145 | 0.45 | 0.90 | 0 | 0.43 | 270.23 | 0.82 | 0.31 |
| Hex | 50 | E | 91 | 2D | 5A | 0 | 2B | 10E | 52 | 1F |
| Octal | 120 | 16 | 221 | 55 | 132 | 0 | 53 | 416 | 122 | 37 |
| Binary | 1010000 | 1110 | 10010001 | 101101 | 1011010 | 0 | 101011 | 100001110 | 1010010 | 11111 |
Color Harmonies of #500E91
Complementary color
Monochromatic Colors of #500E91
Black with #500E91
Text Example
Text Example
White with #500E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E91; }
p { color: rgb(80,14,145); }
H1.HeaderClassName
{
color: #500E91;
}
.AnyTagClassName
{
color: #500E91;
}
</style>
background-color css
<style>
a { background-color: #500E91; }
a { background-color: rgb(80,14,145); }
div.DivClassName
{
background-color: #500E91;
}
.BgClassName
{
background-color: #500E91;
}
</style>
border-color css
<style>
span { border-color: #500E91; }
span { border-color: rgb(80,14,145); }
td.TdClassName
{
border-color: #500E91;
}
.TagClassName
{
border-color: #500E91;
}
</style>