Shades of Indigo #500180
Tints of Indigo #500180
RGB
CMYK
RGB Variations
Color information
#500180 (or 0x500180) is known color: Indigo. HEX triplet: 50, 01 and 80. RGB value is (80,1,128). Sum of RGB (Red+Green+Blue) = 80+1+128=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #500180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500180 is #AFFE7F. Grayscale: #262626. Windows color (decimal): -11533952 or 8388944. OLE color: 8388944.
HSL color Cylindrical-coordinate representation of color #500180: hue angle of 277.32º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500180 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 1 | 128 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.50 |
| HSL | 277.32º | 0.98% | 0.25% | - |
| HSV(B) | 277.32º | 0.99% | 0.5% | - |
| XYZ | 7.22 | 3.29 | 20.68 | - |
| YUV | 39.1 | 178.17 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 128 | 0.38 | 0.99 | 0 | 0.50 | 277.32 | 0.98 | 0.25 |
| Hex | 50 | 1 | 80 | 26 | 63 | 0 | 32 | 115 | 62 | 19 |
| Octal | 120 | 1 | 200 | 46 | 143 | 0 | 62 | 425 | 142 | 31 |
| Binary | 1010000 | 1 | 10000000 | 100110 | 1100011 | 0 | 110010 | 100010101 | 1100010 | 11001 |
Color Harmonies of #500180
Complementary color
Monochromatic Colors of #500180
Black with #500180
Text Example
Text Example
White with #500180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500180; }
p { color: rgb(80,1,128); }
H1.HeaderClassName
{
color: #500180;
}
.AnyTagClassName
{
color: #500180;
}
</style>
background-color css
<style>
a { background-color: #500180; }
a { background-color: rgb(80,1,128); }
div.DivClassName
{
background-color: #500180;
}
.BgClassName
{
background-color: #500180;
}
</style>
border-color css
<style>
span { border-color: #500180; }
span { border-color: rgb(80,1,128); }
td.TdClassName
{
border-color: #500180;
}
.TagClassName
{
border-color: #500180;
}
</style>