Shades of Indigo #500990
Tints of Indigo #500990
RGB
CMYK
RGB Variations
Color information
#500990 (or 0x500990) is known color: Indigo. HEX triplet: 50, 09 and 90. RGB value is (80,9,144). Sum of RGB (Red+Green+Blue) = 80+9+144=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #500990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500990 is #AFF66F. Grayscale: #2D2D2D. Windows color (decimal): -11531888 or 9439568. OLE color: 9439568.
HSL color Cylindrical-coordinate representation of color #500990: hue angle of 271.56º degrees, saturation: 0.88, 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 #500990 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 9 | 144 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.44 |
| HSL | 271.56º | 0.88% | 0.3% | - |
| HSV(B) | 271.56º | 0.94% | 0.56% | - |
| XYZ | 8.44 | 3.91 | 26.7 | - |
| YUV | 45.62 | 183.52 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 144 | 0.44 | 0.94 | 0 | 0.44 | 271.56 | 0.88 | 0.3 |
| Hex | 50 | 9 | 90 | 2C | 5E | 0 | 2C | 110 | 58 | 1E |
| Octal | 120 | 11 | 220 | 54 | 136 | 0 | 54 | 420 | 130 | 36 |
| Binary | 1010000 | 1001 | 10010000 | 101100 | 1011110 | 0 | 101100 | 100010000 | 1011000 | 11110 |
Color Harmonies of #500990
Complementary color
Monochromatic Colors of #500990
Black with #500990
Text Example
Text Example
White with #500990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500990; }
p { color: rgb(80,9,144); }
H1.HeaderClassName
{
color: #500990;
}
.AnyTagClassName
{
color: #500990;
}
</style>
background-color css
<style>
a { background-color: #500990; }
a { background-color: rgb(80,9,144); }
div.DivClassName
{
background-color: #500990;
}
.BgClassName
{
background-color: #500990;
}
</style>
border-color css
<style>
span { border-color: #500990; }
span { border-color: rgb(80,9,144); }
td.TdClassName
{
border-color: #500990;
}
.TagClassName
{
border-color: #500990;
}
</style>