Shades of Indigo #510B90
Tints of Indigo #510B90
RGB
CMYK
RGB Variations
Color information
#510B90 (or 0x510B90) is known color: Indigo. HEX triplet: 51, 0B and 90. RGB value is (81,11,144). Sum of RGB (Red+Green+Blue) = 81+11+144=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #510B90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510B90 is #AEF46F. Grayscale: #2E2E2E. Windows color (decimal): -11465840 or 9440081. OLE color: 9440081.
HSL color Cylindrical-coordinate representation of color #510B90: hue angle of 271.58º 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 #510B90 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 11 | 144 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.44 |
| HSL | 271.58º | 0.86% | 0.3% | - |
| HSV(B) | 271.58º | 0.92% | 0.56% | - |
| XYZ | 8.55 | 4 | 26.71 | - |
| YUV | 47.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 144 | 0.44 | 0.92 | 0 | 0.44 | 271.58 | 0.86 | 0.3 |
| Hex | 51 | B | 90 | 2C | 5C | 0 | 2C | 110 | 56 | 1E |
| Octal | 121 | 13 | 220 | 54 | 134 | 0 | 54 | 420 | 126 | 36 |
| Binary | 1010001 | 1011 | 10010000 | 101100 | 1011100 | 0 | 101100 | 100010000 | 1010110 | 11110 |
Color Harmonies of #510B90
Complementary color
Monochromatic Colors of #510B90
Black with #510B90
Text Example
Text Example
White with #510B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B90; }
p { color: rgb(81,11,144); }
H1.HeaderClassName
{
color: #510B90;
}
.AnyTagClassName
{
color: #510B90;
}
</style>
background-color css
<style>
a { background-color: #510B90; }
a { background-color: rgb(81,11,144); }
div.DivClassName
{
background-color: #510B90;
}
.BgClassName
{
background-color: #510B90;
}
</style>
border-color css
<style>
span { border-color: #510B90; }
span { border-color: rgb(81,11,144); }
td.TdClassName
{
border-color: #510B90;
}
.TagClassName
{
border-color: #510B90;
}
</style>