Shades of Indigo #501982
Tints of Indigo #501982
RGB
CMYK
RGB Variations
Color information
#501982 (or 0x501982) is known color: Indigo. HEX triplet: 50, 19 and 82. RGB value is (80,25,130). Sum of RGB (Red+Green+Blue) = 80+25+130=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #501982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501982 is #AFE67D. Grayscale: #353535. Windows color (decimal): -11527806 or 8526160. OLE color: 8526160.
HSL color Cylindrical-coordinate representation of color #501982: hue angle of 271.43º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501982 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 25 | 130 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.49 |
| HSL | 271.43º | 0.68% | 0.3% | - |
| HSV(B) | 271.43º | 0.81% | 0.51% | - |
| XYZ | 7.69 | 4.01 | 21.49 | - |
| YUV | 53.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 130 | 0.38 | 0.81 | 0 | 0.49 | 271.43 | 0.68 | 0.3 |
| Hex | 50 | 19 | 82 | 26 | 51 | 0 | 31 | 10F | 44 | 1E |
| Octal | 120 | 31 | 202 | 46 | 121 | 0 | 61 | 417 | 104 | 36 |
| Binary | 1010000 | 11001 | 10000010 | 100110 | 1010001 | 0 | 110001 | 100001111 | 1000100 | 11110 |
Color Harmonies of #501982
Complementary color
Monochromatic Colors of #501982
Black with #501982
Text Example
Text Example
White with #501982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501982; }
p { color: rgb(80,25,130); }
H1.HeaderClassName
{
color: #501982;
}
.AnyTagClassName
{
color: #501982;
}
</style>
background-color css
<style>
a { background-color: #501982; }
a { background-color: rgb(80,25,130); }
div.DivClassName
{
background-color: #501982;
}
.BgClassName
{
background-color: #501982;
}
</style>
border-color css
<style>
span { border-color: #501982; }
span { border-color: rgb(80,25,130); }
td.TdClassName
{
border-color: #501982;
}
.TagClassName
{
border-color: #501982;
}
</style>