Shades of Indigo #50098A
Tints of Indigo #50098A
RGB
CMYK
RGB Variations
Color information
#50098A (or 0x50098A) is known color: Indigo. HEX triplet: 50, 09 and 8A. RGB value is (80,9,138). Sum of RGB (Red+Green+Blue) = 80+9+138=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #50098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50098A is #AFF675. Grayscale: #2C2C2C. Windows color (decimal): -11531894 or 9046352. OLE color: 9046352.
HSL color Cylindrical-coordinate representation of color #50098A: hue angle of 273.02º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50098A is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 9 | 138 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.46 |
| HSL | 273.02º | 0.88% | 0.29% | - |
| HSV(B) | 273.02º | 0.93% | 0.54% | - |
| XYZ | 7.99 | 3.74 | 24.34 | - |
| YUV | 44.94 | 180.52 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 138 | 0.42 | 0.93 | 0 | 0.46 | 273.02 | 0.88 | 0.29 |
| Hex | 50 | 9 | 8A | 2A | 5D | 0 | 2E | 111 | 58 | 1D |
| Octal | 120 | 11 | 212 | 52 | 135 | 0 | 56 | 421 | 130 | 35 |
| Binary | 1010000 | 1001 | 10001010 | 101010 | 1011101 | 0 | 101110 | 100010001 | 1011000 | 11101 |
Color Harmonies of #50098A
Complementary color
Monochromatic Colors of #50098A
Black with #50098A
Text Example
Text Example
White with #50098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50098A; }
p { color: rgb(80,9,138); }
H1.HeaderClassName
{
color: #50098A;
}
.AnyTagClassName
{
color: #50098A;
}
</style>
background-color css
<style>
a { background-color: #50098A; }
a { background-color: rgb(80,9,138); }
div.DivClassName
{
background-color: #50098A;
}
.BgClassName
{
background-color: #50098A;
}
</style>
border-color css
<style>
span { border-color: #50098A; }
span { border-color: rgb(80,9,138); }
td.TdClassName
{
border-color: #50098A;
}
.TagClassName
{
border-color: #50098A;
}
</style>