Shades of Indigo #501896
Tints of Indigo #501896
RGB
CMYK
RGB Variations
Color information
#501896 (or 0x501896) is known color: Indigo. HEX triplet: 50, 18 and 96. RGB value is (80,24,150). Sum of RGB (Red+Green+Blue) = 80+24+150=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #501896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501896 is #AFE769. Grayscale: #363636. Windows color (decimal): -11528042 or 9836624. OLE color: 9836624.
HSL color Cylindrical-coordinate representation of color #501896: hue angle of 266.67º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501896 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 24 | 150 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.41 |
| HSL | 266.67º | 0.72% | 0.34% | - |
| HSV(B) | 266.67º | 0.84% | 0.59% | - |
| XYZ | 9.14 | 4.56 | 29.25 | - |
| YUV | 55.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 150 | 0.47 | 0.84 | 0 | 0.41 | 266.67 | 0.72 | 0.34 |
| Hex | 50 | 18 | 96 | 2F | 54 | 0 | 29 | 10B | 48 | 22 |
| Octal | 120 | 30 | 226 | 57 | 124 | 0 | 51 | 413 | 110 | 42 |
| Binary | 1010000 | 11000 | 10010110 | 101111 | 1010100 | 0 | 101001 | 100001011 | 1001000 | 100010 |
Color Harmonies of #501896
Complementary color
Monochromatic Colors of #501896
Black with #501896
Text Example
Text Example
White with #501896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501896; }
p { color: rgb(80,24,150); }
H1.HeaderClassName
{
color: #501896;
}
.AnyTagClassName
{
color: #501896;
}
</style>
background-color css
<style>
a { background-color: #501896; }
a { background-color: rgb(80,24,150); }
div.DivClassName
{
background-color: #501896;
}
.BgClassName
{
background-color: #501896;
}
</style>
border-color css
<style>
span { border-color: #501896; }
span { border-color: rgb(80,24,150); }
td.TdClassName
{
border-color: #501896;
}
.TagClassName
{
border-color: #501896;
}
</style>