Shades of Indigo #510989
Tints of Indigo #510989
RGB
CMYK
RGB Variations
Color information
#510989 (or 0x510989) is known color: Indigo. HEX triplet: 51, 09 and 89. RGB value is (81,9,137). Sum of RGB (Red+Green+Blue) = 81+9+137=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #510989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510989 is #AEF676. Grayscale: #2C2C2C. Windows color (decimal): -11466359 or 8980817. OLE color: 8980817.
HSL color Cylindrical-coordinate representation of color #510989: hue angle of 273.75º 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 #510989 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 9 | 137 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.46 |
| HSL | 273.75º | 0.88% | 0.29% | - |
| HSV(B) | 273.75º | 0.93% | 0.54% | - |
| XYZ | 8.01 | 3.75 | 23.97 | - |
| YUV | 45.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 137 | 0.41 | 0.93 | 0 | 0.46 | 273.75 | 0.88 | 0.29 |
| Hex | 51 | 9 | 89 | 29 | 5D | 0 | 2E | 112 | 58 | 1D |
| Octal | 121 | 11 | 211 | 51 | 135 | 0 | 56 | 422 | 130 | 35 |
| Binary | 1010001 | 1001 | 10001001 | 101001 | 1011101 | 0 | 101110 | 100010010 | 1011000 | 11101 |
Color Harmonies of #510989
Complementary color
Monochromatic Colors of #510989
Black with #510989
Text Example
Text Example
White with #510989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510989; }
p { color: rgb(81,9,137); }
H1.HeaderClassName
{
color: #510989;
}
.AnyTagClassName
{
color: #510989;
}
</style>
background-color css
<style>
a { background-color: #510989; }
a { background-color: rgb(81,9,137); }
div.DivClassName
{
background-color: #510989;
}
.BgClassName
{
background-color: #510989;
}
</style>
border-color css
<style>
span { border-color: #510989; }
span { border-color: rgb(81,9,137); }
td.TdClassName
{
border-color: #510989;
}
.TagClassName
{
border-color: #510989;
}
</style>