Shades of Indigo #50106F
Tints of Indigo #50106F
RGB
CMYK
RGB Variations
Color information
#50106F (or 0x50106F) is known color: Indigo. HEX triplet: 50, 10 and 6F. RGB value is (80,16,111). Sum of RGB (Red+Green+Blue) = 80+16+111=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #50106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50106F is #AFEF90. Grayscale: #2D2D2D. Windows color (decimal): -11530129 or 7278672. OLE color: 7278672.
HSL color Cylindrical-coordinate representation of color #50106F: hue angle of 280.42º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50106F is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 16 | 111 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.56 |
| HSL | 280.42º | 0.75% | 0.25% | - |
| HSV(B) | 280.42º | 0.86% | 0.44% | - |
| XYZ | 6.36 | 3.22 | 15.33 | - |
| YUV | 45.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 111 | 0.28 | 0.86 | 0 | 0.56 | 280.42 | 0.75 | 0.25 |
| Hex | 50 | 10 | 6F | 1C | 56 | 0 | 38 | 118 | 4B | 19 |
| Octal | 120 | 20 | 157 | 34 | 126 | 0 | 70 | 430 | 113 | 31 |
| Binary | 1010000 | 10000 | 1101111 | 11100 | 1010110 | 0 | 111000 | 100011000 | 1001011 | 11001 |
Color Harmonies of #50106F
Complementary color
Monochromatic Colors of #50106F
Black with #50106F
Text Example
Text Example
White with #50106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50106F; }
p { color: rgb(80,16,111); }
H1.HeaderClassName
{
color: #50106F;
}
.AnyTagClassName
{
color: #50106F;
}
</style>
background-color css
<style>
a { background-color: #50106F; }
a { background-color: rgb(80,16,111); }
div.DivClassName
{
background-color: #50106F;
}
.BgClassName
{
background-color: #50106F;
}
</style>
border-color css
<style>
span { border-color: #50106F; }
span { border-color: rgb(80,16,111); }
td.TdClassName
{
border-color: #50106F;
}
.TagClassName
{
border-color: #50106F;
}
</style>