Shades of Indigo #501997
Tints of Indigo #501997
RGB
CMYK
RGB Variations
Color information
#501997 (or 0x501997) is known color: Indigo. HEX triplet: 50, 19 and 97. RGB value is (80,25,151). Sum of RGB (Red+Green+Blue) = 80+25+151=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #501997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501997 is #AFE668. Grayscale: #373737. Windows color (decimal): -11527785 or 9902416. OLE color: 9902416.
HSL color Cylindrical-coordinate representation of color #501997: hue angle of 266.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501997 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 25 | 151 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.41 |
| HSL | 266.19º | 0.72% | 0.35% | - |
| HSV(B) | 266.19º | 0.83% | 0.59% | - |
| XYZ | 9.24 | 4.64 | 29.69 | - |
| YUV | 55.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 151 | 0.47 | 0.83 | 0 | 0.41 | 266.19 | 0.72 | 0.35 |
| Hex | 50 | 19 | 97 | 2F | 53 | 0 | 29 | 10A | 48 | 23 |
| Octal | 120 | 31 | 227 | 57 | 123 | 0 | 51 | 412 | 110 | 43 |
| Binary | 1010000 | 11001 | 10010111 | 101111 | 1010011 | 0 | 101001 | 100001010 | 1001000 | 100011 |
Color Harmonies of #501997
Complementary color
Monochromatic Colors of #501997
Black with #501997
Text Example
Text Example
White with #501997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501997; }
p { color: rgb(80,25,151); }
H1.HeaderClassName
{
color: #501997;
}
.AnyTagClassName
{
color: #501997;
}
</style>
background-color css
<style>
a { background-color: #501997; }
a { background-color: rgb(80,25,151); }
div.DivClassName
{
background-color: #501997;
}
.BgClassName
{
background-color: #501997;
}
</style>
border-color css
<style>
span { border-color: #501997; }
span { border-color: rgb(80,25,151); }
td.TdClassName
{
border-color: #501997;
}
.TagClassName
{
border-color: #501997;
}
</style>