Shades of Indigo #501584
Tints of Indigo #501584
RGB
CMYK
RGB Variations
Color information
#501584 (or 0x501584) is known color: Indigo. HEX triplet: 50, 15 and 84. RGB value is (80,21,132). Sum of RGB (Red+Green+Blue) = 80+21+132=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #501584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501584 is #AFEA7B. Grayscale: #323232. Windows color (decimal): -11528828 or 8656208. OLE color: 8656208.
HSL color Cylindrical-coordinate representation of color #501584: hue angle of 271.89º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501584 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 21 | 132 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.48 |
| HSL | 271.89º | 0.73% | 0.3% | - |
| HSV(B) | 271.89º | 0.84% | 0.52% | - |
| XYZ | 7.74 | 3.91 | 22.18 | - |
| YUV | 51.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 132 | 0.39 | 0.84 | 0 | 0.48 | 271.89 | 0.73 | 0.3 |
| Hex | 50 | 15 | 84 | 27 | 54 | 0 | 30 | 110 | 49 | 1E |
| Octal | 120 | 25 | 204 | 47 | 124 | 0 | 60 | 420 | 111 | 36 |
| Binary | 1010000 | 10101 | 10000100 | 100111 | 1010100 | 0 | 110000 | 100010000 | 1001001 | 11110 |
Color Harmonies of #501584
Complementary color
Monochromatic Colors of #501584
Black with #501584
Text Example
Text Example
White with #501584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501584; }
p { color: rgb(80,21,132); }
H1.HeaderClassName
{
color: #501584;
}
.AnyTagClassName
{
color: #501584;
}
</style>
background-color css
<style>
a { background-color: #501584; }
a { background-color: rgb(80,21,132); }
div.DivClassName
{
background-color: #501584;
}
.BgClassName
{
background-color: #501584;
}
</style>
border-color css
<style>
span { border-color: #501584; }
span { border-color: rgb(80,21,132); }
td.TdClassName
{
border-color: #501584;
}
.TagClassName
{
border-color: #501584;
}
</style>