Shades of Indigo #511675
Tints of Indigo #511675
RGB
CMYK
RGB Variations
Color information
#511675 (or 0x511675) is known color: Indigo. HEX triplet: 51, 16 and 75. RGB value is (81,22,117). Sum of RGB (Red+Green+Blue) = 81+22+117=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #511675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511675 is #AEE98A. Grayscale: #323232. Windows color (decimal): -11463051 or 7673425. OLE color: 7673425.
HSL color Cylindrical-coordinate representation of color #511675: hue angle of 277.26º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511675 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 22 | 117 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.54 |
| HSL | 277.26º | 0.68% | 0.27% | - |
| HSV(B) | 277.26º | 0.81% | 0.46% | - |
| XYZ | 6.89 | 3.61 | 17.16 | - |
| YUV | 50.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 117 | 0.31 | 0.81 | 0 | 0.54 | 277.26 | 0.68 | 0.27 |
| Hex | 51 | 16 | 75 | 1F | 51 | 0 | 36 | 115 | 44 | 1B |
| Octal | 121 | 26 | 165 | 37 | 121 | 0 | 66 | 425 | 104 | 33 |
| Binary | 1010001 | 10110 | 1110101 | 11111 | 1010001 | 0 | 110110 | 100010101 | 1000100 | 11011 |
Color Harmonies of #511675
Complementary color
Monochromatic Colors of #511675
Black with #511675
Text Example
Text Example
White with #511675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511675; }
p { color: rgb(81,22,117); }
H1.HeaderClassName
{
color: #511675;
}
.AnyTagClassName
{
color: #511675;
}
</style>
background-color css
<style>
a { background-color: #511675; }
a { background-color: rgb(81,22,117); }
div.DivClassName
{
background-color: #511675;
}
.BgClassName
{
background-color: #511675;
}
</style>
border-color css
<style>
span { border-color: #511675; }
span { border-color: rgb(81,22,117); }
td.TdClassName
{
border-color: #511675;
}
.TagClassName
{
border-color: #511675;
}
</style>