Shades of Indigo #511185
Tints of Indigo #511185
RGB
CMYK
RGB Variations
Color information
#511185 (or 0x511185) is known color: Indigo. HEX triplet: 51, 11 and 85. RGB value is (81,17,133). Sum of RGB (Red+Green+Blue) = 81+17+133=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #511185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511185 is #AEEE7A. Grayscale: #303030. Windows color (decimal): -11464315 or 8720721. OLE color: 8720721.
HSL color Cylindrical-coordinate representation of color #511185: hue angle of 273.1º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511185 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 17 | 133 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.48 |
| HSL | 273.1º | 0.77% | 0.29% | - |
| HSV(B) | 273.1º | 0.87% | 0.52% | - |
| XYZ | 7.83 | 3.84 | 22.52 | - |
| YUV | 49.36 | 175.2 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 133 | 0.39 | 0.87 | 0 | 0.48 | 273.1 | 0.77 | 0.29 |
| Hex | 51 | 11 | 85 | 27 | 57 | 0 | 30 | 111 | 4D | 1D |
| Octal | 121 | 21 | 205 | 47 | 127 | 0 | 60 | 421 | 115 | 35 |
| Binary | 1010001 | 10001 | 10000101 | 100111 | 1010111 | 0 | 110000 | 100010001 | 1001101 | 11101 |
Color Harmonies of #511185
Complementary color
Monochromatic Colors of #511185
Black with #511185
Text Example
Text Example
White with #511185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511185; }
p { color: rgb(81,17,133); }
H1.HeaderClassName
{
color: #511185;
}
.AnyTagClassName
{
color: #511185;
}
</style>
background-color css
<style>
a { background-color: #511185; }
a { background-color: rgb(81,17,133); }
div.DivClassName
{
background-color: #511185;
}
.BgClassName
{
background-color: #511185;
}
</style>
border-color css
<style>
span { border-color: #511185; }
span { border-color: rgb(81,17,133); }
td.TdClassName
{
border-color: #511185;
}
.TagClassName
{
border-color: #511185;
}
</style>