Shades of Indigo #511A99
Tints of Indigo #511A99
RGB
CMYK
RGB Variations
Color information
#511A99 (or 0x511A99) is known color: Indigo. HEX triplet: 51, 1A and 99. RGB value is (81,26,153). Sum of RGB (Red+Green+Blue) = 81+26+153=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #511A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A99 is #AEE566. Grayscale: #383838. Windows color (decimal): -11461991 or 10033745. OLE color: 10033745.
HSL color Cylindrical-coordinate representation of color #511A99: hue angle of 265.98º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511A99 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 26 | 153 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.4 |
| HSL | 265.98º | 0.71% | 0.35% | - |
| HSV(B) | 265.98º | 0.83% | 0.6% | - |
| XYZ | 9.51 | 4.79 | 30.56 | - |
| YUV | 56.92 | 182.22 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 153 | 0.47 | 0.83 | 0 | 0.4 | 265.98 | 0.71 | 0.35 |
| Hex | 51 | 1A | 99 | 2F | 53 | 0 | 28 | 10A | 47 | 23 |
| Octal | 121 | 32 | 231 | 57 | 123 | 0 | 50 | 412 | 107 | 43 |
| Binary | 1010001 | 11010 | 10011001 | 101111 | 1010011 | 0 | 101000 | 100001010 | 1000111 | 100011 |
Color Harmonies of #511A99
Complementary color
Monochromatic Colors of #511A99
Black with #511A99
Text Example
Text Example
White with #511A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A99; }
p { color: rgb(81,26,153); }
H1.HeaderClassName
{
color: #511A99;
}
.AnyTagClassName
{
color: #511A99;
}
</style>
background-color css
<style>
a { background-color: #511A99; }
a { background-color: rgb(81,26,153); }
div.DivClassName
{
background-color: #511A99;
}
.BgClassName
{
background-color: #511A99;
}
</style>
border-color css
<style>
span { border-color: #511A99; }
span { border-color: rgb(81,26,153); }
td.TdClassName
{
border-color: #511A99;
}
.TagClassName
{
border-color: #511A99;
}
</style>