Shades of Indigo #50108F
Tints of Indigo #50108F
RGB
CMYK
RGB Variations
Color information
#50108F (or 0x50108F) is known color: Indigo. HEX triplet: 50, 10 and 8F. RGB value is (80,16,143). Sum of RGB (Red+Green+Blue) = 80+16+143=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #50108F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50108F is #AFEF70. Grayscale: #313131. Windows color (decimal): -11530097 or 9375824. OLE color: 9375824.
HSL color Cylindrical-coordinate representation of color #50108F: hue angle of 270.24º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50108F is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 16 | 143 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.44 |
| HSL | 270.24º | 0.8% | 0.31% | - |
| HSV(B) | 270.24º | 0.89% | 0.56% | - |
| XYZ | 8.45 | 4.06 | 26.32 | - |
| YUV | 49.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 143 | 0.44 | 0.89 | 0 | 0.44 | 270.24 | 0.8 | 0.31 |
| Hex | 50 | 10 | 8F | 2C | 59 | 0 | 2C | 10E | 50 | 1F |
| Octal | 120 | 20 | 217 | 54 | 131 | 0 | 54 | 416 | 120 | 37 |
| Binary | 1010000 | 10000 | 10001111 | 101100 | 1011001 | 0 | 101100 | 100001110 | 1010000 | 11111 |
Color Harmonies of #50108F
Complementary color
Monochromatic Colors of #50108F
Black with #50108F
Text Example
Text Example
White with #50108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50108F; }
p { color: rgb(80,16,143); }
H1.HeaderClassName
{
color: #50108F;
}
.AnyTagClassName
{
color: #50108F;
}
</style>
background-color css
<style>
a { background-color: #50108F; }
a { background-color: rgb(80,16,143); }
div.DivClassName
{
background-color: #50108F;
}
.BgClassName
{
background-color: #50108F;
}
</style>
border-color css
<style>
span { border-color: #50108F; }
span { border-color: rgb(80,16,143); }
td.TdClassName
{
border-color: #50108F;
}
.TagClassName
{
border-color: #50108F;
}
</style>