Shades of Indigo #50118B
Tints of Indigo #50118B
RGB
CMYK
RGB Variations
Color information
#50118B (or 0x50118B) is known color: Indigo. HEX triplet: 50, 11 and 8B. RGB value is (80,17,139). Sum of RGB (Red+Green+Blue) = 80+17+139=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #50118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50118B is #AFEE74. Grayscale: #313131. Windows color (decimal): -11529845 or 9113936. OLE color: 9113936.
HSL color Cylindrical-coordinate representation of color #50118B: hue angle of 270.98º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50118B is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 17 | 139 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.45 |
| HSL | 270.98º | 0.78% | 0.31% | - |
| HSV(B) | 270.98º | 0.88% | 0.55% | - |
| XYZ | 8.17 | 3.97 | 24.76 | - |
| YUV | 49.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 139 | 0.42 | 0.88 | 0 | 0.45 | 270.98 | 0.78 | 0.31 |
| Hex | 50 | 11 | 8B | 2A | 58 | 0 | 2D | 10F | 4E | 1F |
| Octal | 120 | 21 | 213 | 52 | 130 | 0 | 55 | 417 | 116 | 37 |
| Binary | 1010000 | 10001 | 10001011 | 101010 | 1011000 | 0 | 101101 | 100001111 | 1001110 | 11111 |
Color Harmonies of #50118B
Complementary color
Monochromatic Colors of #50118B
Black with #50118B
Text Example
Text Example
White with #50118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50118B; }
p { color: rgb(80,17,139); }
H1.HeaderClassName
{
color: #50118B;
}
.AnyTagClassName
{
color: #50118B;
}
</style>
background-color css
<style>
a { background-color: #50118B; }
a { background-color: rgb(80,17,139); }
div.DivClassName
{
background-color: #50118B;
}
.BgClassName
{
background-color: #50118B;
}
</style>
border-color css
<style>
span { border-color: #50118B; }
span { border-color: rgb(80,17,139); }
td.TdClassName
{
border-color: #50118B;
}
.TagClassName
{
border-color: #50118B;
}
</style>