Shades of Indigo #510B99
Tints of Indigo #510B99
RGB
CMYK
RGB Variations
Color information
#510B99 (or 0x510B99) is known color: Indigo. HEX triplet: 51, 0B and 99. RGB value is (81,11,153). Sum of RGB (Red+Green+Blue) = 81+11+153=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #510B99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510B99 is #AEF466. Grayscale: #2F2F2F. Windows color (decimal): -11465831 or 10029905. OLE color: 10029905.
HSL color Cylindrical-coordinate representation of color #510B99: hue angle of 269.58º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510B99 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 11 | 153 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.4 |
| HSL | 269.58º | 0.87% | 0.32% | - |
| HSV(B) | 269.58º | 0.93% | 0.6% | - |
| XYZ | 9.26 | 4.29 | 30.48 | - |
| YUV | 48.12 | 187.19 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 153 | 0.47 | 0.93 | 0 | 0.4 | 269.58 | 0.87 | 0.32 |
| Hex | 51 | B | 99 | 2F | 5D | 0 | 28 | 10E | 57 | 20 |
| Octal | 121 | 13 | 231 | 57 | 135 | 0 | 50 | 416 | 127 | 40 |
| Binary | 1010001 | 1011 | 10011001 | 101111 | 1011101 | 0 | 101000 | 100001110 | 1010111 | 100000 |
Color Harmonies of #510B99
Complementary color
Monochromatic Colors of #510B99
Black with #510B99
Text Example
Text Example
White with #510B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B99; }
p { color: rgb(81,11,153); }
H1.HeaderClassName
{
color: #510B99;
}
.AnyTagClassName
{
color: #510B99;
}
</style>
background-color css
<style>
a { background-color: #510B99; }
a { background-color: rgb(81,11,153); }
div.DivClassName
{
background-color: #510B99;
}
.BgClassName
{
background-color: #510B99;
}
</style>
border-color css
<style>
span { border-color: #510B99; }
span { border-color: rgb(81,11,153); }
td.TdClassName
{
border-color: #510B99;
}
.TagClassName
{
border-color: #510B99;
}
</style>