Shades of Indigo #501388
Tints of Indigo #501388
RGB
CMYK
RGB Variations
Color information
#501388 (or 0x501388) is known color: Indigo. HEX triplet: 50, 13 and 88. RGB value is (80,19,136). Sum of RGB (Red+Green+Blue) = 80+19+136=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #501388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501388 is #AFEC77. Grayscale: #323232. Windows color (decimal): -11529336 or 8917840. OLE color: 8917840.
HSL color Cylindrical-coordinate representation of color #501388: hue angle of 271.28º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501388 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 19 | 136 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.47 |
| HSL | 271.28º | 0.75% | 0.3% | - |
| HSV(B) | 271.28º | 0.86% | 0.53% | - |
| XYZ | 7.99 | 3.95 | 23.63 | - |
| YUV | 50.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 136 | 0.41 | 0.86 | 0 | 0.47 | 271.28 | 0.75 | 0.3 |
| Hex | 50 | 13 | 88 | 29 | 56 | 0 | 2F | 10F | 4B | 1E |
| Octal | 120 | 23 | 210 | 51 | 126 | 0 | 57 | 417 | 113 | 36 |
| Binary | 1010000 | 10011 | 10001000 | 101001 | 1010110 | 0 | 101111 | 100001111 | 1001011 | 11110 |
Color Harmonies of #501388
Complementary color
Monochromatic Colors of #501388
Black with #501388
Text Example
Text Example
White with #501388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501388; }
p { color: rgb(80,19,136); }
H1.HeaderClassName
{
color: #501388;
}
.AnyTagClassName
{
color: #501388;
}
</style>
background-color css
<style>
a { background-color: #501388; }
a { background-color: rgb(80,19,136); }
div.DivClassName
{
background-color: #501388;
}
.BgClassName
{
background-color: #501388;
}
</style>
border-color css
<style>
span { border-color: #501388; }
span { border-color: rgb(80,19,136); }
td.TdClassName
{
border-color: #501388;
}
.TagClassName
{
border-color: #501388;
}
</style>