Shades of Indigo #510B8F
Tints of Indigo #510B8F
RGB
CMYK
RGB Variations
Color information
#510B8F (or 0x510B8F) is known color: Indigo. HEX triplet: 51, 0B and 8F. RGB value is (81,11,143). Sum of RGB (Red+Green+Blue) = 81+11+143=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #510B8F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510B8F is #AEF470. Grayscale: #2E2E2E. Windows color (decimal): -11465841 or 9374545. OLE color: 9374545.
HSL color Cylindrical-coordinate representation of color #510B8F: hue angle of 271.82º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510B8F is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 11 | 143 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.44 |
| HSL | 271.82º | 0.86% | 0.3% | - |
| HSV(B) | 271.82º | 0.92% | 0.56% | - |
| XYZ | 8.47 | 3.97 | 26.31 | - |
| YUV | 46.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 143 | 0.43 | 0.92 | 0 | 0.44 | 271.82 | 0.86 | 0.3 |
| Hex | 51 | B | 8F | 2B | 5C | 0 | 2C | 110 | 56 | 1E |
| Octal | 121 | 13 | 217 | 53 | 134 | 0 | 54 | 420 | 126 | 36 |
| Binary | 1010001 | 1011 | 10001111 | 101011 | 1011100 | 0 | 101100 | 100010000 | 1010110 | 11110 |
Color Harmonies of #510B8F
Complementary color
Monochromatic Colors of #510B8F
Black with #510B8F
Text Example
Text Example
White with #510B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B8F; }
p { color: rgb(81,11,143); }
H1.HeaderClassName
{
color: #510B8F;
}
.AnyTagClassName
{
color: #510B8F;
}
</style>
background-color css
<style>
a { background-color: #510B8F; }
a { background-color: rgb(81,11,143); }
div.DivClassName
{
background-color: #510B8F;
}
.BgClassName
{
background-color: #510B8F;
}
</style>
border-color css
<style>
span { border-color: #510B8F; }
span { border-color: rgb(81,11,143); }
td.TdClassName
{
border-color: #510B8F;
}
.TagClassName
{
border-color: #510B8F;
}
</style>