Shades of Indigo #50087A
Tints of Indigo #50087A
RGB
CMYK
RGB Variations
Color information
#50087A (or 0x50087A) is known color: Indigo. HEX triplet: 50, 08 and 7A. RGB value is (80,8,122). Sum of RGB (Red+Green+Blue) = 80+8+122=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #50087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50087A is #AFF785. Grayscale: #2A2A2A. Windows color (decimal): -11532166 or 7997520. OLE color: 7997520.
HSL color Cylindrical-coordinate representation of color #50087A: hue angle of 277.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50087A is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 8 | 122 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.52 |
| HSL | 277.89º | 0.88% | 0.25% | - |
| HSV(B) | 277.89º | 0.93% | 0.48% | - |
| XYZ | 6.91 | 3.28 | 18.68 | - |
| YUV | 42.52 | 172.85 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 122 | 0.34 | 0.93 | 0 | 0.52 | 277.89 | 0.88 | 0.25 |
| Hex | 50 | 8 | 7A | 22 | 5D | 0 | 34 | 116 | 58 | 19 |
| Octal | 120 | 10 | 172 | 42 | 135 | 0 | 64 | 426 | 130 | 31 |
| Binary | 1010000 | 1000 | 1111010 | 100010 | 1011101 | 0 | 110100 | 100010110 | 1011000 | 11001 |
Color Harmonies of #50087A
Complementary color
Monochromatic Colors of #50087A
Black with #50087A
Text Example
Text Example
White with #50087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50087A; }
p { color: rgb(80,8,122); }
H1.HeaderClassName
{
color: #50087A;
}
.AnyTagClassName
{
color: #50087A;
}
</style>
background-color css
<style>
a { background-color: #50087A; }
a { background-color: rgb(80,8,122); }
div.DivClassName
{
background-color: #50087A;
}
.BgClassName
{
background-color: #50087A;
}
</style>
border-color css
<style>
span { border-color: #50087A; }
span { border-color: rgb(80,8,122); }
td.TdClassName
{
border-color: #50087A;
}
.TagClassName
{
border-color: #50087A;
}
</style>