Shades of Indigo #50117B
Tints of Indigo #50117B
RGB
CMYK
RGB Variations
Color information
#50117B (or 0x50117B) is known color: Indigo. HEX triplet: 50, 11 and 7B. RGB value is (80,17,123). Sum of RGB (Red+Green+Blue) = 80+17+123=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #50117B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50117B is #AFEE84. Grayscale: #2F2F2F. Windows color (decimal): -11529861 or 8065360. OLE color: 8065360.
HSL color Cylindrical-coordinate representation of color #50117B: hue angle of 275.66º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50117B is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 17 | 123 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.52 |
| HSL | 275.66º | 0.76% | 0.27% | - |
| HSV(B) | 275.66º | 0.86% | 0.48% | - |
| XYZ | 7.08 | 3.54 | 19.05 | - |
| YUV | 47.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 123 | 0.35 | 0.86 | 0 | 0.52 | 275.66 | 0.76 | 0.27 |
| Hex | 50 | 11 | 7B | 23 | 56 | 0 | 34 | 114 | 4C | 1B |
| Octal | 120 | 21 | 173 | 43 | 126 | 0 | 64 | 424 | 114 | 33 |
| Binary | 1010000 | 10001 | 1111011 | 100011 | 1010110 | 0 | 110100 | 100010100 | 1001100 | 11011 |
Color Harmonies of #50117B
Complementary color
Monochromatic Colors of #50117B
Black with #50117B
Text Example
Text Example
White with #50117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50117B; }
p { color: rgb(80,17,123); }
H1.HeaderClassName
{
color: #50117B;
}
.AnyTagClassName
{
color: #50117B;
}
</style>
background-color css
<style>
a { background-color: #50117B; }
a { background-color: rgb(80,17,123); }
div.DivClassName
{
background-color: #50117B;
}
.BgClassName
{
background-color: #50117B;
}
</style>
border-color css
<style>
span { border-color: #50117B; }
span { border-color: rgb(80,17,123); }
td.TdClassName
{
border-color: #50117B;
}
.TagClassName
{
border-color: #50117B;
}
</style>