Shades of Indigo #501195
Tints of Indigo #501195
RGB
CMYK
RGB Variations
Color information
#501195 (or 0x501195) is known color: Indigo. HEX triplet: 50, 11 and 95. RGB value is (80,17,149). Sum of RGB (Red+Green+Blue) = 80+17+149=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #501195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501195 is #AFEE6A. Grayscale: #323232. Windows color (decimal): -11529835 or 9769296. OLE color: 9769296.
HSL color Cylindrical-coordinate representation of color #501195: hue angle of 268.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501195 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 17 | 149 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.42 |
| HSL | 268.64º | 0.8% | 0.33% | - |
| HSV(B) | 268.64º | 0.89% | 0.58% | - |
| XYZ | 8.93 | 4.28 | 28.79 | - |
| YUV | 50.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 149 | 0.46 | 0.89 | 0 | 0.42 | 268.64 | 0.8 | 0.33 |
| Hex | 50 | 11 | 95 | 2E | 59 | 0 | 2A | 10D | 50 | 21 |
| Octal | 120 | 21 | 225 | 56 | 131 | 0 | 52 | 415 | 120 | 41 |
| Binary | 1010000 | 10001 | 10010101 | 101110 | 1011001 | 0 | 101010 | 100001101 | 1010000 | 100001 |
Color Harmonies of #501195
Complementary color
Monochromatic Colors of #501195
Black with #501195
Text Example
Text Example
White with #501195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501195; }
p { color: rgb(80,17,149); }
H1.HeaderClassName
{
color: #501195;
}
.AnyTagClassName
{
color: #501195;
}
</style>
background-color css
<style>
a { background-color: #501195; }
a { background-color: rgb(80,17,149); }
div.DivClassName
{
background-color: #501195;
}
.BgClassName
{
background-color: #501195;
}
</style>
border-color css
<style>
span { border-color: #501195; }
span { border-color: rgb(80,17,149); }
td.TdClassName
{
border-color: #501195;
}
.TagClassName
{
border-color: #501195;
}
</style>