Shades of Indigo #50106C
Tints of Indigo #50106C
RGB
CMYK
RGB Variations
Color information
#50106C (or 0x50106C) is known color: Indigo. HEX triplet: 50, 10 and 6C. RGB value is (80,16,108). Sum of RGB (Red+Green+Blue) = 80+16+108=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #50106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50106C is #AFEF93. Grayscale: #2D2D2D. Windows color (decimal): -11530132 or 7082064. OLE color: 7082064.
HSL color Cylindrical-coordinate representation of color #50106C: hue angle of 281.74º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50106C is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 16 | 108 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.58 |
| HSL | 281.74º | 0.74% | 0.24% | - |
| HSV(B) | 281.74º | 0.85% | 0.42% | - |
| XYZ | 6.2 | 3.16 | 14.47 | - |
| YUV | 45.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 108 | 0.26 | 0.85 | 0 | 0.58 | 281.74 | 0.74 | 0.24 |
| Hex | 50 | 10 | 6C | 1A | 55 | 0 | 3A | 11A | 4A | 18 |
| Octal | 120 | 20 | 154 | 32 | 125 | 0 | 72 | 432 | 112 | 30 |
| Binary | 1010000 | 10000 | 1101100 | 11010 | 1010101 | 0 | 111010 | 100011010 | 1001010 | 11000 |
Color Harmonies of #50106C
Complementary color
Monochromatic Colors of #50106C
Black with #50106C
Text Example
Text Example
White with #50106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50106C; }
p { color: rgb(80,16,108); }
H1.HeaderClassName
{
color: #50106C;
}
.AnyTagClassName
{
color: #50106C;
}
</style>
background-color css
<style>
a { background-color: #50106C; }
a { background-color: rgb(80,16,108); }
div.DivClassName
{
background-color: #50106C;
}
.BgClassName
{
background-color: #50106C;
}
</style>
border-color css
<style>
span { border-color: #50106C; }
span { border-color: rgb(80,16,108); }
td.TdClassName
{
border-color: #50106C;
}
.TagClassName
{
border-color: #50106C;
}
</style>