Shades of Indigo #501779
Tints of Indigo #501779
RGB
CMYK
RGB Variations
Color information
#501779 (or 0x501779) is known color: Indigo. HEX triplet: 50, 17 and 79. RGB value is (80,23,121). Sum of RGB (Red+Green+Blue) = 80+23+121=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #501779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501779 is #AFE886. Grayscale: #323232. Windows color (decimal): -11528327 or 7935824. OLE color: 7935824.
HSL color Cylindrical-coordinate representation of color #501779: hue angle of 274.9º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501779 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 23 | 121 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.53 |
| HSL | 274.9º | 0.68% | 0.28% | - |
| HSV(B) | 274.9º | 0.81% | 0.47% | - |
| XYZ | 7.07 | 3.7 | 18.43 | - |
| YUV | 51.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 121 | 0.34 | 0.81 | 0 | 0.53 | 274.9 | 0.68 | 0.28 |
| Hex | 50 | 17 | 79 | 22 | 51 | 0 | 35 | 113 | 44 | 1C |
| Octal | 120 | 27 | 171 | 42 | 121 | 0 | 65 | 423 | 104 | 34 |
| Binary | 1010000 | 10111 | 1111001 | 100010 | 1010001 | 0 | 110101 | 100010011 | 1000100 | 11100 |
Color Harmonies of #501779
Complementary color
Monochromatic Colors of #501779
Black with #501779
Text Example
Text Example
White with #501779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501779; }
p { color: rgb(80,23,121); }
H1.HeaderClassName
{
color: #501779;
}
.AnyTagClassName
{
color: #501779;
}
</style>
background-color css
<style>
a { background-color: #501779; }
a { background-color: rgb(80,23,121); }
div.DivClassName
{
background-color: #501779;
}
.BgClassName
{
background-color: #501779;
}
</style>
border-color css
<style>
span { border-color: #501779; }
span { border-color: rgb(80,23,121); }
td.TdClassName
{
border-color: #501779;
}
.TagClassName
{
border-color: #501779;
}
</style>