Shades of Indigo #501789
Tints of Indigo #501789
RGB
CMYK
RGB Variations
Color information
#501789 (or 0x501789) is known color: Indigo. HEX triplet: 50, 17 and 89. RGB value is (80,23,137). Sum of RGB (Red+Green+Blue) = 80+23+137=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #501789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501789 is #AFE876. Grayscale: #343434. Windows color (decimal): -11528311 or 8984400. OLE color: 8984400.
HSL color Cylindrical-coordinate representation of color #501789: hue angle of 270º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501789 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 23 | 137 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.46 |
| HSL | 270º | 0.71% | 0.31% | - |
| HSV(B) | 270º | 0.83% | 0.54% | - |
| XYZ | 8.13 | 4.12 | 24.03 | - |
| YUV | 53.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 137 | 0.42 | 0.83 | 0 | 0.46 | 270 | 0.71 | 0.31 |
| Hex | 50 | 17 | 89 | 2A | 53 | 0 | 2E | 10E | 47 | 1F |
| Octal | 120 | 27 | 211 | 52 | 123 | 0 | 56 | 416 | 107 | 37 |
| Binary | 1010000 | 10111 | 10001001 | 101010 | 1010011 | 0 | 101110 | 100001110 | 1000111 | 11111 |
Color Harmonies of #501789
Complementary color
Monochromatic Colors of #501789
Black with #501789
Text Example
Text Example
White with #501789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501789; }
p { color: rgb(80,23,137); }
H1.HeaderClassName
{
color: #501789;
}
.AnyTagClassName
{
color: #501789;
}
</style>
background-color css
<style>
a { background-color: #501789; }
a { background-color: rgb(80,23,137); }
div.DivClassName
{
background-color: #501789;
}
.BgClassName
{
background-color: #501789;
}
</style>
border-color css
<style>
span { border-color: #501789; }
span { border-color: rgb(80,23,137); }
td.TdClassName
{
border-color: #501789;
}
.TagClassName
{
border-color: #501789;
}
</style>