Shades of Indigo #500890
Tints of Indigo #500890
RGB
CMYK
RGB Variations
Color information
#500890 (or 0x500890) is known color: Indigo. HEX triplet: 50, 08 and 90. RGB value is (80,8,144). Sum of RGB (Red+Green+Blue) = 80+8+144=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #500890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500890 is #AFF76F. Grayscale: #2C2C2C. Windows color (decimal): -11532144 or 9439312. OLE color: 9439312.
HSL color Cylindrical-coordinate representation of color #500890: hue angle of 271.76º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500890 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 8 | 144 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.44 |
| HSL | 271.76º | 0.89% | 0.3% | - |
| HSV(B) | 271.76º | 0.94% | 0.56% | - |
| XYZ | 8.43 | 3.89 | 26.69 | - |
| YUV | 45.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 144 | 0.44 | 0.94 | 0 | 0.44 | 271.76 | 0.89 | 0.3 |
| Hex | 50 | 8 | 90 | 2C | 5E | 0 | 2C | 110 | 59 | 1E |
| Octal | 120 | 10 | 220 | 54 | 136 | 0 | 54 | 420 | 131 | 36 |
| Binary | 1010000 | 1000 | 10010000 | 101100 | 1011110 | 0 | 101100 | 100010000 | 1011001 | 11110 |
Color Harmonies of #500890
Complementary color
Monochromatic Colors of #500890
Black with #500890
Text Example
Text Example
White with #500890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500890; }
p { color: rgb(80,8,144); }
H1.HeaderClassName
{
color: #500890;
}
.AnyTagClassName
{
color: #500890;
}
</style>
background-color css
<style>
a { background-color: #500890; }
a { background-color: rgb(80,8,144); }
div.DivClassName
{
background-color: #500890;
}
.BgClassName
{
background-color: #500890;
}
</style>
border-color css
<style>
span { border-color: #500890; }
span { border-color: rgb(80,8,144); }
td.TdClassName
{
border-color: #500890;
}
.TagClassName
{
border-color: #500890;
}
</style>