Shades of Indigo #510E90
Tints of Indigo #510E90
RGB
CMYK
RGB Variations
Color information
#510E90 (or 0x510E90) is known color: Indigo. HEX triplet: 51, 0E and 90. RGB value is (81,14,144). Sum of RGB (Red+Green+Blue) = 81+14+144=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #510E90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510E90 is #AEF16F. Grayscale: #303030. Windows color (decimal): -11465072 or 9440849. OLE color: 9440849.
HSL color Cylindrical-coordinate representation of color #510E90: hue angle of 270.92º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510E90 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 14 | 144 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.44 |
| HSL | 270.92º | 0.82% | 0.31% | - |
| HSV(B) | 270.92º | 0.9% | 0.56% | - |
| XYZ | 8.58 | 4.08 | 26.72 | - |
| YUV | 48.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 144 | 0.44 | 0.90 | 0 | 0.44 | 270.92 | 0.82 | 0.31 |
| Hex | 51 | E | 90 | 2C | 5A | 0 | 2C | 10F | 52 | 1F |
| Octal | 121 | 16 | 220 | 54 | 132 | 0 | 54 | 417 | 122 | 37 |
| Binary | 1010001 | 1110 | 10010000 | 101100 | 1011010 | 0 | 101100 | 100001111 | 1010010 | 11111 |
Color Harmonies of #510E90
Complementary color
Monochromatic Colors of #510E90
Black with #510E90
Text Example
Text Example
White with #510E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510E90; }
p { color: rgb(81,14,144); }
H1.HeaderClassName
{
color: #510E90;
}
.AnyTagClassName
{
color: #510E90;
}
</style>
background-color css
<style>
a { background-color: #510E90; }
a { background-color: rgb(81,14,144); }
div.DivClassName
{
background-color: #510E90;
}
.BgClassName
{
background-color: #510E90;
}
</style>
border-color css
<style>
span { border-color: #510E90; }
span { border-color: rgb(81,14,144); }
td.TdClassName
{
border-color: #510E90;
}
.TagClassName
{
border-color: #510E90;
}
</style>