Shades of Indigo #501492
Tints of Indigo #501492
RGB
CMYK
RGB Variations
Color information
#501492 (or 0x501492) is known color: Indigo. HEX triplet: 50, 14 and 92. RGB value is (80,20,146). Sum of RGB (Red+Green+Blue) = 80+20+146=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #501492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501492 is #AFEB6D. Grayscale: #333333. Windows color (decimal): -11529070 or 9573456. OLE color: 9573456.
HSL color Cylindrical-coordinate representation of color #501492: hue angle of 268.57º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501492 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 20 | 146 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.43 |
| HSL | 268.57º | 0.76% | 0.33% | - |
| HSV(B) | 268.57º | 0.86% | 0.57% | - |
| XYZ | 8.75 | 4.28 | 27.56 | - |
| YUV | 52.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 146 | 0.45 | 0.86 | 0 | 0.43 | 268.57 | 0.76 | 0.33 |
| Hex | 50 | 14 | 92 | 2D | 56 | 0 | 2B | 10D | 4C | 21 |
| Octal | 120 | 24 | 222 | 55 | 126 | 0 | 53 | 415 | 114 | 41 |
| Binary | 1010000 | 10100 | 10010010 | 101101 | 1010110 | 0 | 101011 | 100001101 | 1001100 | 100001 |
Color Harmonies of #501492
Complementary color
Monochromatic Colors of #501492
Black with #501492
Text Example
Text Example
White with #501492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501492; }
p { color: rgb(80,20,146); }
H1.HeaderClassName
{
color: #501492;
}
.AnyTagClassName
{
color: #501492;
}
</style>
background-color css
<style>
a { background-color: #501492; }
a { background-color: rgb(80,20,146); }
div.DivClassName
{
background-color: #501492;
}
.BgClassName
{
background-color: #501492;
}
</style>
border-color css
<style>
span { border-color: #501492; }
span { border-color: rgb(80,20,146); }
td.TdClassName
{
border-color: #501492;
}
.TagClassName
{
border-color: #501492;
}
</style>