Shades of Indigo #501185
Tints of Indigo #501185
RGB
CMYK
RGB Variations
Color information
#501185 (or 0x501185) is known color: Indigo. HEX triplet: 50, 11 and 85. RGB value is (80,17,133). Sum of RGB (Red+Green+Blue) = 80+17+133=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #501185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501185 is #AFEE7A. Grayscale: #303030. Windows color (decimal): -11529851 or 8720720. OLE color: 8720720.
HSL color Cylindrical-coordinate representation of color #501185: hue angle of 272.59º 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 #501185 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 17 | 133 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.48 |
| HSL | 272.59º | 0.77% | 0.29% | - |
| HSV(B) | 272.59º | 0.87% | 0.52% | - |
| XYZ | 7.74 | 3.8 | 22.52 | - |
| YUV | 49.06 | 175.37 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 133 | 0.40 | 0.87 | 0 | 0.48 | 272.59 | 0.77 | 0.29 |
| Hex | 50 | 11 | 85 | 28 | 57 | 0 | 30 | 111 | 4D | 1D |
| Octal | 120 | 21 | 205 | 50 | 127 | 0 | 60 | 421 | 115 | 35 |
| Binary | 1010000 | 10001 | 10000101 | 101000 | 1010111 | 0 | 110000 | 100010001 | 1001101 | 11101 |
Color Harmonies of #501185
Complementary color
Monochromatic Colors of #501185
Black with #501185
Text Example
Text Example
White with #501185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501185; }
p { color: rgb(80,17,133); }
H1.HeaderClassName
{
color: #501185;
}
.AnyTagClassName
{
color: #501185;
}
</style>
background-color css
<style>
a { background-color: #501185; }
a { background-color: rgb(80,17,133); }
div.DivClassName
{
background-color: #501185;
}
.BgClassName
{
background-color: #501185;
}
</style>
border-color css
<style>
span { border-color: #501185; }
span { border-color: rgb(80,17,133); }
td.TdClassName
{
border-color: #501185;
}
.TagClassName
{
border-color: #501185;
}
</style>