Shades of Indigo #511685
Tints of Indigo #511685
RGB
CMYK
RGB Variations
Color information
#511685 (or 0x511685) is known color: Indigo. HEX triplet: 51, 16 and 85. RGB value is (81,22,133). Sum of RGB (Red+Green+Blue) = 81+22+133=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #511685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511685 is #AEE97A. Grayscale: #333333. Windows color (decimal): -11463035 or 8722001. OLE color: 8722001.
HSL color Cylindrical-coordinate representation of color #511685: hue angle of 271.89º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511685 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 22 | 133 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.48 |
| HSL | 271.89º | 0.72% | 0.3% | - |
| HSV(B) | 271.89º | 0.83% | 0.52% | - |
| XYZ | 7.91 | 4.02 | 22.55 | - |
| YUV | 52.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 133 | 0.39 | 0.83 | 0 | 0.48 | 271.89 | 0.72 | 0.3 |
| Hex | 51 | 16 | 85 | 27 | 53 | 0 | 30 | 110 | 48 | 1E |
| Octal | 121 | 26 | 205 | 47 | 123 | 0 | 60 | 420 | 110 | 36 |
| Binary | 1010001 | 10110 | 10000101 | 100111 | 1010011 | 0 | 110000 | 100010000 | 1001000 | 11110 |
Color Harmonies of #511685
Complementary color
Monochromatic Colors of #511685
Black with #511685
Text Example
Text Example
White with #511685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511685; }
p { color: rgb(81,22,133); }
H1.HeaderClassName
{
color: #511685;
}
.AnyTagClassName
{
color: #511685;
}
</style>
background-color css
<style>
a { background-color: #511685; }
a { background-color: rgb(81,22,133); }
div.DivClassName
{
background-color: #511685;
}
.BgClassName
{
background-color: #511685;
}
</style>
border-color css
<style>
span { border-color: #511685; }
span { border-color: rgb(81,22,133); }
td.TdClassName
{
border-color: #511685;
}
.TagClassName
{
border-color: #511685;
}
</style>