Shades of Indigo #50015E
Tints of Indigo #50015E
RGB
CMYK
RGB Variations
Color information
#50015E (or 0x50015E) is known color: Indigo. HEX triplet: 50, 01 and 5E. RGB value is (80,1,94). Sum of RGB (Red+Green+Blue) = 80+1+94=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #50015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50015E is #AFFEA1. Grayscale: #222222. Windows color (decimal): -11533986 or 6160720. OLE color: 6160720.
HSL color Cylindrical-coordinate representation of color #50015E: hue angle of 290.97º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50015E is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 1 | 94 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.63 |
| HSL | 290.97º | 0.98% | 0.19% | - |
| HSV(B) | 290.97º | 0.99% | 0.37% | - |
| XYZ | 5.34 | 2.54 | 10.8 | - |
| YUV | 35.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 94 | 0.15 | 0.99 | 0 | 0.63 | 290.97 | 0.98 | 0.19 |
| Hex | 50 | 1 | 5E | F | 63 | 0 | 3F | 123 | 62 | 13 |
| Octal | 120 | 1 | 136 | 17 | 143 | 0 | 77 | 443 | 142 | 23 |
| Binary | 1010000 | 1 | 1011110 | 1111 | 1100011 | 0 | 111111 | 100100011 | 1100010 | 10011 |
Color Harmonies of #50015E
Complementary color
Monochromatic Colors of #50015E
Black with #50015E
Text Example
Text Example
White with #50015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50015E; }
p { color: rgb(80,1,94); }
H1.HeaderClassName
{
color: #50015E;
}
.AnyTagClassName
{
color: #50015E;
}
</style>
background-color css
<style>
a { background-color: #50015E; }
a { background-color: rgb(80,1,94); }
div.DivClassName
{
background-color: #50015E;
}
.BgClassName
{
background-color: #50015E;
}
</style>
border-color css
<style>
span { border-color: #50015E; }
span { border-color: rgb(80,1,94); }
td.TdClassName
{
border-color: #50015E;
}
.TagClassName
{
border-color: #50015E;
}
</style>