Shades of Indigo #501184
Tints of Indigo #501184
RGB
CMYK
RGB Variations
Color information
#501184 (or 0x501184) is known color: Indigo. HEX triplet: 50, 11 and 84. RGB value is (80,17,132). Sum of RGB (Red+Green+Blue) = 80+17+132=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #501184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501184 is #AFEE7B. Grayscale: #303030. Windows color (decimal): -11529852 or 8655184. OLE color: 8655184.
HSL color Cylindrical-coordinate representation of color #501184: hue angle of 272.87º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501184 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 17 | 132 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.48 |
| HSL | 272.87º | 0.77% | 0.29% | - |
| HSV(B) | 272.87º | 0.87% | 0.52% | - |
| XYZ | 7.67 | 3.77 | 22.15 | - |
| YUV | 48.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 132 | 0.39 | 0.87 | 0 | 0.48 | 272.87 | 0.77 | 0.29 |
| Hex | 50 | 11 | 84 | 27 | 57 | 0 | 30 | 111 | 4D | 1D |
| Octal | 120 | 21 | 204 | 47 | 127 | 0 | 60 | 421 | 115 | 35 |
| Binary | 1010000 | 10001 | 10000100 | 100111 | 1010111 | 0 | 110000 | 100010001 | 1001101 | 11101 |
Color Harmonies of #501184
Complementary color
Monochromatic Colors of #501184
Black with #501184
Text Example
Text Example
White with #501184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501184; }
p { color: rgb(80,17,132); }
H1.HeaderClassName
{
color: #501184;
}
.AnyTagClassName
{
color: #501184;
}
</style>
background-color css
<style>
a { background-color: #501184; }
a { background-color: rgb(80,17,132); }
div.DivClassName
{
background-color: #501184;
}
.BgClassName
{
background-color: #501184;
}
</style>
border-color css
<style>
span { border-color: #501184; }
span { border-color: rgb(80,17,132); }
td.TdClassName
{
border-color: #501184;
}
.TagClassName
{
border-color: #501184;
}
</style>