Shades of Indigo #50116F
Tints of Indigo #50116F
RGB
CMYK
RGB Variations
Color information
#50116F (or 0x50116F) is known color: Indigo. HEX triplet: 50, 11 and 6F. RGB value is (80,17,111). Sum of RGB (Red+Green+Blue) = 80+17+111=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #50116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50116F is #AFEE90. Grayscale: #2E2E2E. Windows color (decimal): -11529873 or 7278928. OLE color: 7278928.
HSL color Cylindrical-coordinate representation of color #50116F: hue angle of 280.21º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50116F is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 17 | 111 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.56 |
| HSL | 280.21º | 0.73% | 0.25% | - |
| HSV(B) | 280.21º | 0.85% | 0.44% | - |
| XYZ | 6.38 | 3.25 | 15.33 | - |
| YUV | 46.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 111 | 0.28 | 0.85 | 0 | 0.56 | 280.21 | 0.73 | 0.25 |
| Hex | 50 | 11 | 6F | 1C | 55 | 0 | 38 | 118 | 49 | 19 |
| Octal | 120 | 21 | 157 | 34 | 125 | 0 | 70 | 430 | 111 | 31 |
| Binary | 1010000 | 10001 | 1101111 | 11100 | 1010101 | 0 | 111000 | 100011000 | 1001001 | 11001 |
Color Harmonies of #50116F
Complementary color
Monochromatic Colors of #50116F
Black with #50116F
Text Example
Text Example
White with #50116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50116F; }
p { color: rgb(80,17,111); }
H1.HeaderClassName
{
color: #50116F;
}
.AnyTagClassName
{
color: #50116F;
}
</style>
background-color css
<style>
a { background-color: #50116F; }
a { background-color: rgb(80,17,111); }
div.DivClassName
{
background-color: #50116F;
}
.BgClassName
{
background-color: #50116F;
}
</style>
border-color css
<style>
span { border-color: #50116F; }
span { border-color: rgb(80,17,111); }
td.TdClassName
{
border-color: #50116F;
}
.TagClassName
{
border-color: #50116F;
}
</style>