Shades of Indigo #501583
Tints of Indigo #501583
RGB
CMYK
RGB Variations
Color information
#501583 (or 0x501583) is known color: Indigo. HEX triplet: 50, 15 and 83. RGB value is (80,21,131). Sum of RGB (Red+Green+Blue) = 80+21+131=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #501583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501583 is #AFEA7C. Grayscale: #323232. Windows color (decimal): -11528829 or 8590672. OLE color: 8590672.
HSL color Cylindrical-coordinate representation of color #501583: hue angle of 272.18º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501583 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 21 | 131 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.49 |
| HSL | 272.18º | 0.72% | 0.3% | - |
| HSV(B) | 272.18º | 0.84% | 0.51% | - |
| XYZ | 7.67 | 3.88 | 21.82 | - |
| YUV | 51.18 | 173.05 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 131 | 0.39 | 0.84 | 0 | 0.49 | 272.18 | 0.72 | 0.3 |
| Hex | 50 | 15 | 83 | 27 | 54 | 0 | 31 | 110 | 48 | 1E |
| Octal | 120 | 25 | 203 | 47 | 124 | 0 | 61 | 420 | 110 | 36 |
| Binary | 1010000 | 10101 | 10000011 | 100111 | 1010100 | 0 | 110001 | 100010000 | 1001000 | 11110 |
Color Harmonies of #501583
Complementary color
Monochromatic Colors of #501583
Black with #501583
Text Example
Text Example
White with #501583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501583; }
p { color: rgb(80,21,131); }
H1.HeaderClassName
{
color: #501583;
}
.AnyTagClassName
{
color: #501583;
}
</style>
background-color css
<style>
a { background-color: #501583; }
a { background-color: rgb(80,21,131); }
div.DivClassName
{
background-color: #501583;
}
.BgClassName
{
background-color: #501583;
}
</style>
border-color css
<style>
span { border-color: #501583; }
span { border-color: rgb(80,21,131); }
td.TdClassName
{
border-color: #501583;
}
.TagClassName
{
border-color: #501583;
}
</style>