Shades of Indigo #501889
Tints of Indigo #501889
RGB
CMYK
RGB Variations
Color information
#501889 (or 0x501889) is known color: Indigo. HEX triplet: 50, 18 and 89. RGB value is (80,24,137). Sum of RGB (Red+Green+Blue) = 80+24+137=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #501889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501889 is #AFE776. Grayscale: #353535. Windows color (decimal): -11528055 or 8984656. OLE color: 8984656.
HSL color Cylindrical-coordinate representation of color #501889: hue angle of 269.73º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501889 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 24 | 137 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.46 |
| HSL | 269.73º | 0.7% | 0.32% | - |
| HSV(B) | 269.73º | 0.82% | 0.54% | - |
| XYZ | 8.15 | 4.16 | 24.04 | - |
| YUV | 53.63 | 175.05 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 137 | 0.42 | 0.82 | 0 | 0.46 | 269.73 | 0.7 | 0.32 |
| Hex | 50 | 18 | 89 | 2A | 52 | 0 | 2E | 10E | 46 | 20 |
| Octal | 120 | 30 | 211 | 52 | 122 | 0 | 56 | 416 | 106 | 40 |
| Binary | 1010000 | 11000 | 10001001 | 101010 | 1010010 | 0 | 101110 | 100001110 | 1000110 | 100000 |
Color Harmonies of #501889
Complementary color
Monochromatic Colors of #501889
Black with #501889
Text Example
Text Example
White with #501889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501889; }
p { color: rgb(80,24,137); }
H1.HeaderClassName
{
color: #501889;
}
.AnyTagClassName
{
color: #501889;
}
</style>
background-color css
<style>
a { background-color: #501889; }
a { background-color: rgb(80,24,137); }
div.DivClassName
{
background-color: #501889;
}
.BgClassName
{
background-color: #501889;
}
</style>
border-color css
<style>
span { border-color: #501889; }
span { border-color: rgb(80,24,137); }
td.TdClassName
{
border-color: #501889;
}
.TagClassName
{
border-color: #501889;
}
</style>