Shades of Indigo #500490
Tints of Indigo #500490
RGB
CMYK
RGB Variations
Color information
#500490 (or 0x500490) is known color: Indigo. HEX triplet: 50, 04 and 90. RGB value is (80,4,144). Sum of RGB (Red+Green+Blue) = 80+4+144=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #500490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500490 is #AFFB6F. Grayscale: #2A2A2A. Windows color (decimal): -11533168 or 9438288. OLE color: 9438288.
HSL color Cylindrical-coordinate representation of color #500490: hue angle of 272.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500490 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 4 | 144 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.44 |
| HSL | 272.57º | 0.95% | 0.29% | - |
| HSV(B) | 272.57º | 0.97% | 0.56% | - |
| XYZ | 8.39 | 3.81 | 26.68 | - |
| YUV | 42.68 | 185.18 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 144 | 0.44 | 0.97 | 0 | 0.44 | 272.57 | 0.95 | 0.29 |
| Hex | 50 | 4 | 90 | 2C | 61 | 0 | 2C | 111 | 5F | 1D |
| Octal | 120 | 4 | 220 | 54 | 141 | 0 | 54 | 421 | 137 | 35 |
| Binary | 1010000 | 100 | 10010000 | 101100 | 1100001 | 0 | 101100 | 100010001 | 1011111 | 11101 |
Color Harmonies of #500490
Complementary color
Monochromatic Colors of #500490
Black with #500490
Text Example
Text Example
White with #500490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500490; }
p { color: rgb(80,4,144); }
H1.HeaderClassName
{
color: #500490;
}
.AnyTagClassName
{
color: #500490;
}
</style>
background-color css
<style>
a { background-color: #500490; }
a { background-color: rgb(80,4,144); }
div.DivClassName
{
background-color: #500490;
}
.BgClassName
{
background-color: #500490;
}
</style>
border-color css
<style>
span { border-color: #500490; }
span { border-color: rgb(80,4,144); }
td.TdClassName
{
border-color: #500490;
}
.TagClassName
{
border-color: #500490;
}
</style>