Shades of Indigo #501688
Tints of Indigo #501688
RGB
CMYK
RGB Variations
Color information
#501688 (or 0x501688) is known color: Indigo. HEX triplet: 50, 16 and 88. RGB value is (80,22,136). Sum of RGB (Red+Green+Blue) = 80+22+136=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #501688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501688 is #AFE977. Grayscale: #333333. Windows color (decimal): -11528568 or 8918608. OLE color: 8918608.
HSL color Cylindrical-coordinate representation of color #501688: hue angle of 270.53º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501688 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 22 | 136 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.47 |
| HSL | 270.53º | 0.72% | 0.31% | - |
| HSV(B) | 270.53º | 0.84% | 0.53% | - |
| XYZ | 8.04 | 4.06 | 23.65 | - |
| YUV | 52.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 136 | 0.41 | 0.84 | 0 | 0.47 | 270.53 | 0.72 | 0.31 |
| Hex | 50 | 16 | 88 | 29 | 54 | 0 | 2F | 10F | 48 | 1F |
| Octal | 120 | 26 | 210 | 51 | 124 | 0 | 57 | 417 | 110 | 37 |
| Binary | 1010000 | 10110 | 10001000 | 101001 | 1010100 | 0 | 101111 | 100001111 | 1001000 | 11111 |
Color Harmonies of #501688
Complementary color
Monochromatic Colors of #501688
Black with #501688
Text Example
Text Example
White with #501688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501688; }
p { color: rgb(80,22,136); }
H1.HeaderClassName
{
color: #501688;
}
.AnyTagClassName
{
color: #501688;
}
</style>
background-color css
<style>
a { background-color: #501688; }
a { background-color: rgb(80,22,136); }
div.DivClassName
{
background-color: #501688;
}
.BgClassName
{
background-color: #501688;
}
</style>
border-color css
<style>
span { border-color: #501688; }
span { border-color: rgb(80,22,136); }
td.TdClassName
{
border-color: #501688;
}
.TagClassName
{
border-color: #501688;
}
</style>