Shades of Indigo #501588
Tints of Indigo #501588
RGB
CMYK
RGB Variations
Color information
#501588 (or 0x501588) is known color: Indigo. HEX triplet: 50, 15 and 88. RGB value is (80,21,136). Sum of RGB (Red+Green+Blue) = 80+21+136=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #501588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501588 is #AFEA77. Grayscale: #333333. Windows color (decimal): -11528824 or 8918352. OLE color: 8918352.
HSL color Cylindrical-coordinate representation of color #501588: hue angle of 270.78º degrees, saturation: 0.73, 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 #501588 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 21 | 136 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.47 |
| HSL | 270.78º | 0.73% | 0.31% | - |
| HSV(B) | 270.78º | 0.85% | 0.53% | - |
| XYZ | 8.02 | 4.02 | 23.65 | - |
| YUV | 51.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 136 | 0.41 | 0.85 | 0 | 0.47 | 270.78 | 0.73 | 0.31 |
| Hex | 50 | 15 | 88 | 29 | 55 | 0 | 2F | 10F | 49 | 1F |
| Octal | 120 | 25 | 210 | 51 | 125 | 0 | 57 | 417 | 111 | 37 |
| Binary | 1010000 | 10101 | 10001000 | 101001 | 1010101 | 0 | 101111 | 100001111 | 1001001 | 11111 |
Color Harmonies of #501588
Complementary color
Monochromatic Colors of #501588
Black with #501588
Text Example
Text Example
White with #501588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501588; }
p { color: rgb(80,21,136); }
H1.HeaderClassName
{
color: #501588;
}
.AnyTagClassName
{
color: #501588;
}
</style>
background-color css
<style>
a { background-color: #501588; }
a { background-color: rgb(80,21,136); }
div.DivClassName
{
background-color: #501588;
}
.BgClassName
{
background-color: #501588;
}
</style>
border-color css
<style>
span { border-color: #501588; }
span { border-color: rgb(80,21,136); }
td.TdClassName
{
border-color: #501588;
}
.TagClassName
{
border-color: #501588;
}
</style>