Shades of Indigo #501892
Tints of Indigo #501892
RGB
CMYK
RGB Variations
Color information
#501892 (or 0x501892) is known color: Indigo. HEX triplet: 50, 18 and 92. RGB value is (80,24,146). Sum of RGB (Red+Green+Blue) = 80+24+146=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #501892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501892 is #AFE76D. Grayscale: #363636. Windows color (decimal): -11528046 or 9574480. OLE color: 9574480.
HSL color Cylindrical-coordinate representation of color #501892: hue angle of 267.54º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501892 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 24 | 146 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.43 |
| HSL | 267.54º | 0.72% | 0.33% | - |
| HSV(B) | 267.54º | 0.84% | 0.57% | - |
| XYZ | 8.82 | 4.43 | 27.58 | - |
| YUV | 54.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 146 | 0.45 | 0.84 | 0 | 0.43 | 267.54 | 0.72 | 0.33 |
| Hex | 50 | 18 | 92 | 2D | 54 | 0 | 2B | 10C | 48 | 21 |
| Octal | 120 | 30 | 222 | 55 | 124 | 0 | 53 | 414 | 110 | 41 |
| Binary | 1010000 | 11000 | 10010010 | 101101 | 1010100 | 0 | 101011 | 100001100 | 1001000 | 100001 |
Color Harmonies of #501892
Complementary color
Monochromatic Colors of #501892
Black with #501892
Text Example
Text Example
White with #501892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501892; }
p { color: rgb(80,24,146); }
H1.HeaderClassName
{
color: #501892;
}
.AnyTagClassName
{
color: #501892;
}
</style>
background-color css
<style>
a { background-color: #501892; }
a { background-color: rgb(80,24,146); }
div.DivClassName
{
background-color: #501892;
}
.BgClassName
{
background-color: #501892;
}
</style>
border-color css
<style>
span { border-color: #501892; }
span { border-color: rgb(80,24,146); }
td.TdClassName
{
border-color: #501892;
}
.TagClassName
{
border-color: #501892;
}
</style>