Shades of Indigo #501488
Tints of Indigo #501488
RGB
CMYK
RGB Variations
Color information
#501488 (or 0x501488) is known color: Indigo. HEX triplet: 50, 14 and 88. RGB value is (80,20,136). Sum of RGB (Red+Green+Blue) = 80+20+136=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #501488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501488 is #AFEB77. Grayscale: #323232. Windows color (decimal): -11529080 or 8918096. OLE color: 8918096.
HSL color Cylindrical-coordinate representation of color #501488: hue angle of 271.03º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501488 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 20 | 136 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.47 |
| HSL | 271.03º | 0.74% | 0.31% | - |
| HSV(B) | 271.03º | 0.85% | 0.53% | - |
| XYZ | 8 | 3.98 | 23.64 | - |
| YUV | 51.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 136 | 0.41 | 0.85 | 0 | 0.47 | 271.03 | 0.74 | 0.31 |
| Hex | 50 | 14 | 88 | 29 | 55 | 0 | 2F | 10F | 4A | 1F |
| Octal | 120 | 24 | 210 | 51 | 125 | 0 | 57 | 417 | 112 | 37 |
| Binary | 1010000 | 10100 | 10001000 | 101001 | 1010101 | 0 | 101111 | 100001111 | 1001010 | 11111 |
Color Harmonies of #501488
Complementary color
Monochromatic Colors of #501488
Black with #501488
Text Example
Text Example
White with #501488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501488; }
p { color: rgb(80,20,136); }
H1.HeaderClassName
{
color: #501488;
}
.AnyTagClassName
{
color: #501488;
}
</style>
background-color css
<style>
a { background-color: #501488; }
a { background-color: rgb(80,20,136); }
div.DivClassName
{
background-color: #501488;
}
.BgClassName
{
background-color: #501488;
}
</style>
border-color css
<style>
span { border-color: #501488; }
span { border-color: rgb(80,20,136); }
td.TdClassName
{
border-color: #501488;
}
.TagClassName
{
border-color: #501488;
}
</style>