Shades of Indigo #510B79
Tints of Indigo #510B79
RGB
CMYK
RGB Variations
Color information
#510B79 (or 0x510B79) is known color: Indigo. HEX triplet: 51, 0B and 79. RGB value is (81,11,121). Sum of RGB (Red+Green+Blue) = 81+11+121=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #510B79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B79 is #AEF486. Grayscale: #2C2C2C. Windows color (decimal): -11465863 or 7932753. OLE color: 7932753.
HSL color Cylindrical-coordinate representation of color #510B79: hue angle of 278.18º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510B79 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 11 | 121 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.53 |
| HSL | 278.18º | 0.83% | 0.26% | - |
| HSV(B) | 278.18º | 0.91% | 0.47% | - |
| XYZ | 6.96 | 3.37 | 18.37 | - |
| YUV | 44.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 121 | 0.33 | 0.91 | 0 | 0.53 | 278.18 | 0.83 | 0.26 |
| Hex | 51 | B | 79 | 21 | 5B | 0 | 35 | 116 | 53 | 1A |
| Octal | 121 | 13 | 171 | 41 | 133 | 0 | 65 | 426 | 123 | 32 |
| Binary | 1010001 | 1011 | 1111001 | 100001 | 1011011 | 0 | 110101 | 100010110 | 1010011 | 11010 |
Color Harmonies of #510B79
Complementary color
Monochromatic Colors of #510B79
Black with #510B79
Text Example
Text Example
White with #510B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B79; }
p { color: rgb(81,11,121); }
H1.HeaderClassName
{
color: #510B79;
}
.AnyTagClassName
{
color: #510B79;
}
</style>
background-color css
<style>
a { background-color: #510B79; }
a { background-color: rgb(81,11,121); }
div.DivClassName
{
background-color: #510B79;
}
.BgClassName
{
background-color: #510B79;
}
</style>
border-color css
<style>
span { border-color: #510B79; }
span { border-color: rgb(81,11,121); }
td.TdClassName
{
border-color: #510B79;
}
.TagClassName
{
border-color: #510B79;
}
</style>