Shades of Indigo #511A88
Tints of Indigo #511A88
RGB
CMYK
RGB Variations
Color information
#511A88 (or 0x511A88) is known color: Indigo. HEX triplet: 51, 1A and 88. RGB value is (81,26,136). Sum of RGB (Red+Green+Blue) = 81+26+136=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #511A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A88 is #AEE577. Grayscale: #363636. Windows color (decimal): -11462008 or 8919633. OLE color: 8919633.
HSL color Cylindrical-coordinate representation of color #511A88: hue angle of 270º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511A88 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 26 | 136 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.47 |
| HSL | 270º | 0.68% | 0.32% | - |
| HSV(B) | 270º | 0.81% | 0.53% | - |
| XYZ | 8.21 | 4.27 | 23.68 | - |
| YUV | 54.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 136 | 0.40 | 0.81 | 0 | 0.47 | 270 | 0.68 | 0.32 |
| Hex | 51 | 1A | 88 | 28 | 51 | 0 | 2F | 10E | 44 | 20 |
| Octal | 121 | 32 | 210 | 50 | 121 | 0 | 57 | 416 | 104 | 40 |
| Binary | 1010001 | 11010 | 10001000 | 101000 | 1010001 | 0 | 101111 | 100001110 | 1000100 | 100000 |
Color Harmonies of #511A88
Complementary color
Monochromatic Colors of #511A88
Black with #511A88
Text Example
Text Example
White with #511A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A88; }
p { color: rgb(81,26,136); }
H1.HeaderClassName
{
color: #511A88;
}
.AnyTagClassName
{
color: #511A88;
}
</style>
background-color css
<style>
a { background-color: #511A88; }
a { background-color: rgb(81,26,136); }
div.DivClassName
{
background-color: #511A88;
}
.BgClassName
{
background-color: #511A88;
}
</style>
border-color css
<style>
span { border-color: #511A88; }
span { border-color: rgb(81,26,136); }
td.TdClassName
{
border-color: #511A88;
}
.TagClassName
{
border-color: #511A88;
}
</style>