Shades of Indigo #501485
Tints of Indigo #501485
RGB
CMYK
RGB Variations
Color information
#501485 (or 0x501485) is known color: Indigo. HEX triplet: 50, 14 and 85. RGB value is (80,20,133). Sum of RGB (Red+Green+Blue) = 80+20+133=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #501485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501485 is #AFEB7A. Grayscale: #323232. Windows color (decimal): -11529083 or 8721488. OLE color: 8721488.
HSL color Cylindrical-coordinate representation of color #501485: hue angle of 271.86º 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 #501485 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 20 | 133 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.48 |
| HSL | 271.86º | 0.74% | 0.3% | - |
| HSV(B) | 271.86º | 0.85% | 0.52% | - |
| XYZ | 7.79 | 3.9 | 22.53 | - |
| YUV | 50.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 133 | 0.40 | 0.85 | 0 | 0.48 | 271.86 | 0.74 | 0.3 |
| Hex | 50 | 14 | 85 | 28 | 55 | 0 | 30 | 110 | 4A | 1E |
| Octal | 120 | 24 | 205 | 50 | 125 | 0 | 60 | 420 | 112 | 36 |
| Binary | 1010000 | 10100 | 10000101 | 101000 | 1010101 | 0 | 110000 | 100010000 | 1001010 | 11110 |
Color Harmonies of #501485
Complementary color
Monochromatic Colors of #501485
Black with #501485
Text Example
Text Example
White with #501485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501485; }
p { color: rgb(80,20,133); }
H1.HeaderClassName
{
color: #501485;
}
.AnyTagClassName
{
color: #501485;
}
</style>
background-color css
<style>
a { background-color: #501485; }
a { background-color: rgb(80,20,133); }
div.DivClassName
{
background-color: #501485;
}
.BgClassName
{
background-color: #501485;
}
</style>
border-color css
<style>
span { border-color: #501485; }
span { border-color: rgb(80,20,133); }
td.TdClassName
{
border-color: #501485;
}
.TagClassName
{
border-color: #501485;
}
</style>