Shades of Indigo #511198
Tints of Indigo #511198
RGB
CMYK
RGB Variations
Color information
#511198 (or 0x511198) is known color: Indigo. HEX triplet: 51, 11 and 98. RGB value is (81,17,152). Sum of RGB (Red+Green+Blue) = 81+17+152=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #511198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511198 is #AEEE67. Grayscale: #333333. Windows color (decimal): -11464296 or 9965905. OLE color: 9965905.
HSL color Cylindrical-coordinate representation of color #511198: hue angle of 268.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511198 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 17 | 152 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.40 |
| HSL | 268.44º | 0.8% | 0.33% | - |
| HSV(B) | 268.44º | 0.89% | 0.6% | - |
| XYZ | 9.26 | 4.42 | 30.07 | - |
| YUV | 51.53 | 184.7 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 152 | 0.47 | 0.89 | 0 | 0.40 | 268.44 | 0.8 | 0.33 |
| Hex | 51 | 11 | 98 | 2F | 59 | 0 | 28 | 10C | 50 | 21 |
| Octal | 121 | 21 | 230 | 57 | 131 | 0 | 50 | 414 | 120 | 41 |
| Binary | 1010001 | 10001 | 10011000 | 101111 | 1011001 | 0 | 101000 | 100001100 | 1010000 | 100001 |
Color Harmonies of #511198
Complementary color
Monochromatic Colors of #511198
Black with #511198
Text Example
Text Example
White with #511198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511198; }
p { color: rgb(81,17,152); }
H1.HeaderClassName
{
color: #511198;
}
.AnyTagClassName
{
color: #511198;
}
</style>
background-color css
<style>
a { background-color: #511198; }
a { background-color: rgb(81,17,152); }
div.DivClassName
{
background-color: #511198;
}
.BgClassName
{
background-color: #511198;
}
</style>
border-color css
<style>
span { border-color: #511198; }
span { border-color: rgb(81,17,152); }
td.TdClassName
{
border-color: #511198;
}
.TagClassName
{
border-color: #511198;
}
</style>