Shades of Indigo #500176
Tints of Indigo #500176
RGB
CMYK
RGB Variations
Color information
#500176 (or 0x500176) is known color: Indigo. HEX triplet: 50, 01 and 76. RGB value is (80,1,118). Sum of RGB (Red+Green+Blue) = 80+1+118=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #500176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500176 is #AFFE89. Grayscale: #252525. Windows color (decimal): -11533962 or 7733584. OLE color: 7733584.
HSL color Cylindrical-coordinate representation of color #500176: hue angle of 280.51º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500176 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 1 | 118 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.54 |
| HSL | 280.51º | 0.98% | 0.23% | - |
| HSV(B) | 280.51º | 0.99% | 0.46% | - |
| XYZ | 6.59 | 3.04 | 17.38 | - |
| YUV | 37.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 118 | 0.32 | 0.99 | 0 | 0.54 | 280.51 | 0.98 | 0.23 |
| Hex | 50 | 1 | 76 | 20 | 63 | 0 | 36 | 119 | 62 | 17 |
| Octal | 120 | 1 | 166 | 40 | 143 | 0 | 66 | 431 | 142 | 27 |
| Binary | 1010000 | 1 | 1110110 | 100000 | 1100011 | 0 | 110110 | 100011001 | 1100010 | 10111 |
Color Harmonies of #500176
Complementary color
Monochromatic Colors of #500176
Black with #500176
Text Example
Text Example
White with #500176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500176; }
p { color: rgb(80,1,118); }
H1.HeaderClassName
{
color: #500176;
}
.AnyTagClassName
{
color: #500176;
}
</style>
background-color css
<style>
a { background-color: #500176; }
a { background-color: rgb(80,1,118); }
div.DivClassName
{
background-color: #500176;
}
.BgClassName
{
background-color: #500176;
}
</style>
border-color css
<style>
span { border-color: #500176; }
span { border-color: rgb(80,1,118); }
td.TdClassName
{
border-color: #500176;
}
.TagClassName
{
border-color: #500176;
}
</style>