Shades of Indigo #500090
Tints of Indigo #500090
RGB
CMYK
RGB Variations
Color information
#500090 (or 0x500090) is known color: Indigo. HEX triplet: 50, 00 and 90. RGB value is (80,0,144). Sum of RGB (Red+Green+Blue) = 80+0+144=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #500090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500090 is #AFFF6F. Grayscale: #272727. Windows color (decimal): -11534192 or 9437264. OLE color: 9437264.
HSL color Cylindrical-coordinate representation of color #500090: hue angle of 273.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500090 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 0 | 144 | - |
| CMYK | 0.44 | 1 | 0 | 0.44 |
| HSL | 273.33º | 1% | 0.28% | - |
| HSV(B) | 273.33º | 1% | 0.56% | - |
| XYZ | 8.34 | 3.72 | 26.66 | - |
| YUV | 40.34 | 186.5 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 144 | 0.44 | 1 | 0 | 0.44 | 273.33 | 1 | 0.28 |
| Hex | 50 | 0 | 90 | 2C | 64 | 0 | 2C | 111 | 64 | 1C |
| Octal | 120 | 0 | 220 | 54 | 144 | 0 | 54 | 421 | 144 | 34 |
| Binary | 1010000 | 0 | 10010000 | 101100 | 1100100 | 0 | 101100 | 100010001 | 1100100 | 11100 |
Color Harmonies of #500090
Complementary color
Monochromatic Colors of #500090
Black with #500090
Text Example
Text Example
White with #500090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500090; }
p { color: rgb(80,0,144); }
H1.HeaderClassName
{
color: #500090;
}
.AnyTagClassName
{
color: #500090;
}
</style>
background-color css
<style>
a { background-color: #500090; }
a { background-color: rgb(80,0,144); }
div.DivClassName
{
background-color: #500090;
}
.BgClassName
{
background-color: #500090;
}
</style>
border-color css
<style>
span { border-color: #500090; }
span { border-color: rgb(80,0,144); }
td.TdClassName
{
border-color: #500090;
}
.TagClassName
{
border-color: #500090;
}
</style>