Shades of Indigo #501785
Tints of Indigo #501785
RGB
CMYK
RGB Variations
Color information
#501785 (or 0x501785) is known color: Indigo. HEX triplet: 50, 17 and 85. RGB value is (80,23,133). Sum of RGB (Red+Green+Blue) = 80+23+133=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #501785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501785 is #AFE87A. Grayscale: #343434. Windows color (decimal): -11528315 or 8722256. OLE color: 8722256.
HSL color Cylindrical-coordinate representation of color #501785: hue angle of 271.09º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501785 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 23 | 133 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.48 |
| HSL | 271.09º | 0.71% | 0.31% | - |
| HSV(B) | 271.09º | 0.83% | 0.52% | - |
| XYZ | 7.85 | 4.01 | 22.55 | - |
| YUV | 52.58 | 173.38 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 133 | 0.40 | 0.83 | 0 | 0.48 | 271.09 | 0.71 | 0.31 |
| Hex | 50 | 17 | 85 | 28 | 53 | 0 | 30 | 10F | 47 | 1F |
| Octal | 120 | 27 | 205 | 50 | 123 | 0 | 60 | 417 | 107 | 37 |
| Binary | 1010000 | 10111 | 10000101 | 101000 | 1010011 | 0 | 110000 | 100001111 | 1000111 | 11111 |
Color Harmonies of #501785
Complementary color
Monochromatic Colors of #501785
Black with #501785
Text Example
Text Example
White with #501785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501785; }
p { color: rgb(80,23,133); }
H1.HeaderClassName
{
color: #501785;
}
.AnyTagClassName
{
color: #501785;
}
</style>
background-color css
<style>
a { background-color: #501785; }
a { background-color: rgb(80,23,133); }
div.DivClassName
{
background-color: #501785;
}
.BgClassName
{
background-color: #501785;
}
</style>
border-color css
<style>
span { border-color: #501785; }
span { border-color: rgb(80,23,133); }
td.TdClassName
{
border-color: #501785;
}
.TagClassName
{
border-color: #501785;
}
</style>