Shades of Indigo #501781
Tints of Indigo #501781
RGB
CMYK
RGB Variations
Color information
#501781 (or 0x501781) is known color: Indigo. HEX triplet: 50, 17 and 81. RGB value is (80,23,129). Sum of RGB (Red+Green+Blue) = 80+23+129=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #501781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501781 is #AFE87E. Grayscale: #333333. Windows color (decimal): -11528319 or 8460112. OLE color: 8460112.
HSL color Cylindrical-coordinate representation of color #501781: hue angle of 272.26º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501781 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 23 | 129 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.49 |
| HSL | 272.26º | 0.7% | 0.3% | - |
| HSV(B) | 272.26º | 0.82% | 0.51% | - |
| XYZ | 7.58 | 3.9 | 21.12 | - |
| YUV | 52.13 | 171.38 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 129 | 0.38 | 0.82 | 0 | 0.49 | 272.26 | 0.7 | 0.3 |
| Hex | 50 | 17 | 81 | 26 | 52 | 0 | 31 | 110 | 46 | 1E |
| Octal | 120 | 27 | 201 | 46 | 122 | 0 | 61 | 420 | 106 | 36 |
| Binary | 1010000 | 10111 | 10000001 | 100110 | 1010010 | 0 | 110001 | 100010000 | 1000110 | 11110 |
Color Harmonies of #501781
Complementary color
Monochromatic Colors of #501781
Black with #501781
Text Example
Text Example
White with #501781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501781; }
p { color: rgb(80,23,129); }
H1.HeaderClassName
{
color: #501781;
}
.AnyTagClassName
{
color: #501781;
}
</style>
background-color css
<style>
a { background-color: #501781; }
a { background-color: rgb(80,23,129); }
div.DivClassName
{
background-color: #501781;
}
.BgClassName
{
background-color: #501781;
}
</style>
border-color css
<style>
span { border-color: #501781; }
span { border-color: rgb(80,23,129); }
td.TdClassName
{
border-color: #501781;
}
.TagClassName
{
border-color: #501781;
}
</style>