Shades of Indigo #50035E
Tints of Indigo #50035E
RGB
CMYK
RGB Variations
Color information
#50035E (or 0x50035E) is known color: Indigo. HEX triplet: 50, 03 and 5E. RGB value is (80,3,94). Sum of RGB (Red+Green+Blue) = 80+3+94=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #50035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50035E is #AFFCA1. Grayscale: #242424. Windows color (decimal): -11533474 or 6161232. OLE color: 6161232.
HSL color Cylindrical-coordinate representation of color #50035E: hue angle of 290.77º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50035E is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 3 | 94 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.63 |
| HSL | 290.77º | 0.94% | 0.19% | - |
| HSV(B) | 290.77º | 0.97% | 0.37% | - |
| XYZ | 5.36 | 2.58 | 10.8 | - |
| YUV | 36.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 94 | 0.15 | 0.97 | 0 | 0.63 | 290.77 | 0.94 | 0.19 |
| Hex | 50 | 3 | 5E | F | 61 | 0 | 3F | 123 | 5E | 13 |
| Octal | 120 | 3 | 136 | 17 | 141 | 0 | 77 | 443 | 136 | 23 |
| Binary | 1010000 | 11 | 1011110 | 1111 | 1100001 | 0 | 111111 | 100100011 | 1011110 | 10011 |
Color Harmonies of #50035E
Complementary color
Monochromatic Colors of #50035E
Black with #50035E
Text Example
Text Example
White with #50035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50035E; }
p { color: rgb(80,3,94); }
H1.HeaderClassName
{
color: #50035E;
}
.AnyTagClassName
{
color: #50035E;
}
</style>
background-color css
<style>
a { background-color: #50035E; }
a { background-color: rgb(80,3,94); }
div.DivClassName
{
background-color: #50035E;
}
.BgClassName
{
background-color: #50035E;
}
</style>
border-color css
<style>
span { border-color: #50035E; }
span { border-color: rgb(80,3,94); }
td.TdClassName
{
border-color: #50035E;
}
.TagClassName
{
border-color: #50035E;
}
</style>