Shades of Indigo #500177
Tints of Indigo #500177
RGB
CMYK
RGB Variations
Color information
#500177 (or 0x500177) is known color: Indigo. HEX triplet: 50, 01 and 77. RGB value is (80,1,119). Sum of RGB (Red+Green+Blue) = 80+1+119=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #500177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500177 is #AFFE88. Grayscale: #252525. Windows color (decimal): -11533961 or 7799120. OLE color: 7799120.
HSL color Cylindrical-coordinate representation of color #500177: hue angle of 280.17º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500177 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 1 | 119 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.53 |
| HSL | 280.17º | 0.98% | 0.24% | - |
| HSV(B) | 280.17º | 0.99% | 0.47% | - |
| XYZ | 6.65 | 3.06 | 17.69 | - |
| YUV | 38.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 119 | 0.33 | 0.99 | 0 | 0.53 | 280.17 | 0.98 | 0.24 |
| Hex | 50 | 1 | 77 | 21 | 63 | 0 | 35 | 118 | 62 | 18 |
| Octal | 120 | 1 | 167 | 41 | 143 | 0 | 65 | 430 | 142 | 30 |
| Binary | 1010000 | 1 | 1110111 | 100001 | 1100011 | 0 | 110101 | 100011000 | 1100010 | 11000 |
Color Harmonies of #500177
Complementary color
Monochromatic Colors of #500177
Black with #500177
Text Example
Text Example
White with #500177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500177; }
p { color: rgb(80,1,119); }
H1.HeaderClassName
{
color: #500177;
}
.AnyTagClassName
{
color: #500177;
}
</style>
background-color css
<style>
a { background-color: #500177; }
a { background-color: rgb(80,1,119); }
div.DivClassName
{
background-color: #500177;
}
.BgClassName
{
background-color: #500177;
}
</style>
border-color css
<style>
span { border-color: #500177; }
span { border-color: rgb(80,1,119); }
td.TdClassName
{
border-color: #500177;
}
.TagClassName
{
border-color: #500177;
}
</style>