Shades of Indigo #511A8B
Tints of Indigo #511A8B
RGB
CMYK
RGB Variations
Color information
#511A8B (or 0x511A8B) is known color: Indigo. HEX triplet: 51, 1A and 8B. RGB value is (81,26,139). Sum of RGB (Red+Green+Blue) = 81+26+139=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #511A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A8B is #AEE574. Grayscale: #363636. Windows color (decimal): -11462005 or 9116241. OLE color: 9116241.
HSL color Cylindrical-coordinate representation of color #511A8B: hue angle of 269.2º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511A8B is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 26 | 139 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.45 |
| HSL | 269.2º | 0.68% | 0.32% | - |
| HSV(B) | 269.2º | 0.81% | 0.55% | - |
| XYZ | 8.42 | 4.35 | 24.82 | - |
| YUV | 55.33 | 175.22 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 139 | 0.42 | 0.81 | 0 | 0.45 | 269.2 | 0.68 | 0.32 |
| Hex | 51 | 1A | 8B | 2A | 51 | 0 | 2D | 10D | 44 | 20 |
| Octal | 121 | 32 | 213 | 52 | 121 | 0 | 55 | 415 | 104 | 40 |
| Binary | 1010001 | 11010 | 10001011 | 101010 | 1010001 | 0 | 101101 | 100001101 | 1000100 | 100000 |
Color Harmonies of #511A8B
Complementary color
Monochromatic Colors of #511A8B
Black with #511A8B
Text Example
Text Example
White with #511A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A8B; }
p { color: rgb(81,26,139); }
H1.HeaderClassName
{
color: #511A8B;
}
.AnyTagClassName
{
color: #511A8B;
}
</style>
background-color css
<style>
a { background-color: #511A8B; }
a { background-color: rgb(81,26,139); }
div.DivClassName
{
background-color: #511A8B;
}
.BgClassName
{
background-color: #511A8B;
}
</style>
border-color css
<style>
span { border-color: #511A8B; }
span { border-color: rgb(81,26,139); }
td.TdClassName
{
border-color: #511A8B;
}
.TagClassName
{
border-color: #511A8B;
}
</style>