Shades of Indigo #501899
Tints of Indigo #501899
RGB
CMYK
RGB Variations
Color information
#501899 (or 0x501899) is known color: Indigo. HEX triplet: 50, 18 and 99. RGB value is (80,24,153). Sum of RGB (Red+Green+Blue) = 80+24+153=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #501899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501899 is #AFE766. Grayscale: #363636. Windows color (decimal): -11528039 or 10033232. OLE color: 10033232.
HSL color Cylindrical-coordinate representation of color #501899: hue angle of 266.05º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501899 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 24 | 153 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.4 |
| HSL | 266.05º | 0.73% | 0.35% | - |
| HSV(B) | 266.05º | 0.84% | 0.6% | - |
| XYZ | 9.38 | 4.66 | 30.54 | - |
| YUV | 55.45 | 183.05 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 153 | 0.48 | 0.84 | 0 | 0.4 | 266.05 | 0.73 | 0.35 |
| Hex | 50 | 18 | 99 | 30 | 54 | 0 | 28 | 10A | 49 | 23 |
| Octal | 120 | 30 | 231 | 60 | 124 | 0 | 50 | 412 | 111 | 43 |
| Binary | 1010000 | 11000 | 10011001 | 110000 | 1010100 | 0 | 101000 | 100001010 | 1001001 | 100011 |
Color Harmonies of #501899
Complementary color
Monochromatic Colors of #501899
Black with #501899
Text Example
Text Example
White with #501899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501899; }
p { color: rgb(80,24,153); }
H1.HeaderClassName
{
color: #501899;
}
.AnyTagClassName
{
color: #501899;
}
</style>
background-color css
<style>
a { background-color: #501899; }
a { background-color: rgb(80,24,153); }
div.DivClassName
{
background-color: #501899;
}
.BgClassName
{
background-color: #501899;
}
</style>
border-color css
<style>
span { border-color: #501899; }
span { border-color: rgb(80,24,153); }
td.TdClassName
{
border-color: #501899;
}
.TagClassName
{
border-color: #501899;
}
</style>