Shades of Indigo #501484
Tints of Indigo #501484
RGB
CMYK
RGB Variations
Color information
#501484 (or 0x501484) is known color: Indigo. HEX triplet: 50, 14 and 84. RGB value is (80,20,132). Sum of RGB (Red+Green+Blue) = 80+20+132=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #501484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501484 is #AFEB7B. Grayscale: #323232. Windows color (decimal): -11529084 or 8655952. OLE color: 8655952.
HSL color Cylindrical-coordinate representation of color #501484: hue angle of 272.14º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501484 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 20 | 132 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.48 |
| HSL | 272.14º | 0.74% | 0.3% | - |
| HSV(B) | 272.14º | 0.85% | 0.52% | - |
| XYZ | 7.72 | 3.87 | 22.17 | - |
| YUV | 50.71 | 173.88 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 132 | 0.39 | 0.85 | 0 | 0.48 | 272.14 | 0.74 | 0.3 |
| Hex | 50 | 14 | 84 | 27 | 55 | 0 | 30 | 110 | 4A | 1E |
| Octal | 120 | 24 | 204 | 47 | 125 | 0 | 60 | 420 | 112 | 36 |
| Binary | 1010000 | 10100 | 10000100 | 100111 | 1010101 | 0 | 110000 | 100010000 | 1001010 | 11110 |
Color Harmonies of #501484
Complementary color
Monochromatic Colors of #501484
Black with #501484
Text Example
Text Example
White with #501484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501484; }
p { color: rgb(80,20,132); }
H1.HeaderClassName
{
color: #501484;
}
.AnyTagClassName
{
color: #501484;
}
</style>
background-color css
<style>
a { background-color: #501484; }
a { background-color: rgb(80,20,132); }
div.DivClassName
{
background-color: #501484;
}
.BgClassName
{
background-color: #501484;
}
</style>
border-color css
<style>
span { border-color: #501484; }
span { border-color: rgb(80,20,132); }
td.TdClassName
{
border-color: #501484;
}
.TagClassName
{
border-color: #501484;
}
</style>