Shades of Indigo #510B92
Tints of Indigo #510B92
RGB
CMYK
RGB Variations
Color information
#510B92 (or 0x510B92) is known color: Indigo. HEX triplet: 51, 0B and 92. RGB value is (81,11,146). Sum of RGB (Red+Green+Blue) = 81+11+146=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #510B92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510B92 is #AEF46D. Grayscale: #2E2E2E. Windows color (decimal): -11465838 or 9571153. OLE color: 9571153.
HSL color Cylindrical-coordinate representation of color #510B92: hue angle of 271.11º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510B92 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 11 | 146 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.43 |
| HSL | 271.11º | 0.86% | 0.31% | - |
| HSV(B) | 271.11º | 0.92% | 0.57% | - |
| XYZ | 8.7 | 4.06 | 27.52 | - |
| YUV | 47.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 146 | 0.45 | 0.92 | 0 | 0.43 | 271.11 | 0.86 | 0.31 |
| Hex | 51 | B | 92 | 2D | 5C | 0 | 2B | 10F | 56 | 1F |
| Octal | 121 | 13 | 222 | 55 | 134 | 0 | 53 | 417 | 126 | 37 |
| Binary | 1010001 | 1011 | 10010010 | 101101 | 1011100 | 0 | 101011 | 100001111 | 1010110 | 11111 |
Color Harmonies of #510B92
Complementary color
Monochromatic Colors of #510B92
Black with #510B92
Text Example
Text Example
White with #510B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B92; }
p { color: rgb(81,11,146); }
H1.HeaderClassName
{
color: #510B92;
}
.AnyTagClassName
{
color: #510B92;
}
</style>
background-color css
<style>
a { background-color: #510B92; }
a { background-color: rgb(81,11,146); }
div.DivClassName
{
background-color: #510B92;
}
.BgClassName
{
background-color: #510B92;
}
</style>
border-color css
<style>
span { border-color: #510B92; }
span { border-color: rgb(81,11,146); }
td.TdClassName
{
border-color: #510B92;
}
.TagClassName
{
border-color: #510B92;
}
</style>