Shades of Indigo #510B7E
Tints of Indigo #510B7E
RGB
CMYK
RGB Variations
Color information
#510B7E (or 0x510B7E) is known color: Indigo. HEX triplet: 51, 0B and 7E. RGB value is (81,11,126). Sum of RGB (Red+Green+Blue) = 81+11+126=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #510B7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B7E is #AEF481. Grayscale: #2C2C2C. Windows color (decimal): -11465858 or 8260433. OLE color: 8260433.
HSL color Cylindrical-coordinate representation of color #510B7E: hue angle of 276.52º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510B7E is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 11 | 126 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.51 |
| HSL | 276.52º | 0.84% | 0.27% | - |
| HSV(B) | 276.52º | 0.91% | 0.49% | - |
| XYZ | 7.28 | 3.5 | 20.03 | - |
| YUV | 45.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 126 | 0.36 | 0.91 | 0 | 0.51 | 276.52 | 0.84 | 0.27 |
| Hex | 51 | B | 7E | 24 | 5B | 0 | 33 | 115 | 54 | 1B |
| Octal | 121 | 13 | 176 | 44 | 133 | 0 | 63 | 425 | 124 | 33 |
| Binary | 1010001 | 1011 | 1111110 | 100100 | 1011011 | 0 | 110011 | 100010101 | 1010100 | 11011 |
Color Harmonies of #510B7E
Complementary color
Monochromatic Colors of #510B7E
Black with #510B7E
Text Example
Text Example
White with #510B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B7E; }
p { color: rgb(81,11,126); }
H1.HeaderClassName
{
color: #510B7E;
}
.AnyTagClassName
{
color: #510B7E;
}
</style>
background-color css
<style>
a { background-color: #510B7E; }
a { background-color: rgb(81,11,126); }
div.DivClassName
{
background-color: #510B7E;
}
.BgClassName
{
background-color: #510B7E;
}
</style>
border-color css
<style>
span { border-color: #510B7E; }
span { border-color: rgb(81,11,126); }
td.TdClassName
{
border-color: #510B7E;
}
.TagClassName
{
border-color: #510B7E;
}
</style>