Shades of Indigo #510B81
Tints of Indigo #510B81
RGB
CMYK
RGB Variations
Color information
#510B81 (or 0x510B81) is known color: Indigo. HEX triplet: 51, 0B and 81. RGB value is (81,11,129). Sum of RGB (Red+Green+Blue) = 81+11+129=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #510B81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510B81 is #AEF47E. Grayscale: #2C2C2C. Windows color (decimal): -11465855 or 8457041. OLE color: 8457041.
HSL color Cylindrical-coordinate representation of color #510B81: hue angle of 275.59º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510B81 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 11 | 129 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.49 |
| HSL | 275.59º | 0.84% | 0.27% | - |
| HSV(B) | 275.59º | 0.91% | 0.51% | - |
| XYZ | 7.48 | 3.57 | 21.06 | - |
| YUV | 45.38 | 175.19 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 129 | 0.37 | 0.91 | 0 | 0.49 | 275.59 | 0.84 | 0.27 |
| Hex | 51 | B | 81 | 25 | 5B | 0 | 31 | 114 | 54 | 1B |
| Octal | 121 | 13 | 201 | 45 | 133 | 0 | 61 | 424 | 124 | 33 |
| Binary | 1010001 | 1011 | 10000001 | 100101 | 1011011 | 0 | 110001 | 100010100 | 1010100 | 11011 |
Color Harmonies of #510B81
Complementary color
Monochromatic Colors of #510B81
Black with #510B81
Text Example
Text Example
White with #510B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B81; }
p { color: rgb(81,11,129); }
H1.HeaderClassName
{
color: #510B81;
}
.AnyTagClassName
{
color: #510B81;
}
</style>
background-color css
<style>
a { background-color: #510B81; }
a { background-color: rgb(81,11,129); }
div.DivClassName
{
background-color: #510B81;
}
.BgClassName
{
background-color: #510B81;
}
</style>
border-color css
<style>
span { border-color: #510B81; }
span { border-color: rgb(81,11,129); }
td.TdClassName
{
border-color: #510B81;
}
.TagClassName
{
border-color: #510B81;
}
</style>