Shades of Indigo #511572
Tints of Indigo #511572
RGB
CMYK
RGB Variations
Color information
#511572 (or 0x511572) is known color: Indigo. HEX triplet: 51, 15 and 72. RGB value is (81,21,114). Sum of RGB (Red+Green+Blue) = 81+21+114=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #511572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511572 is #AEEA8D. Grayscale: #313131. Windows color (decimal): -11463310 or 7476561. OLE color: 7476561.
HSL color Cylindrical-coordinate representation of color #511572: hue angle of 278.71º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511572 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 21 | 114 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.55 |
| HSL | 278.71º | 0.69% | 0.26% | - |
| HSV(B) | 278.71º | 0.82% | 0.45% | - |
| XYZ | 6.7 | 3.5 | 16.24 | - |
| YUV | 49.54 | 164.38 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 114 | 0.29 | 0.82 | 0 | 0.55 | 278.71 | 0.69 | 0.26 |
| Hex | 51 | 15 | 72 | 1D | 52 | 0 | 37 | 117 | 45 | 1A |
| Octal | 121 | 25 | 162 | 35 | 122 | 0 | 67 | 427 | 105 | 32 |
| Binary | 1010001 | 10101 | 1110010 | 11101 | 1010010 | 0 | 110111 | 100010111 | 1000101 | 11010 |
Color Harmonies of #511572
Complementary color
Monochromatic Colors of #511572
Black with #511572
Text Example
Text Example
White with #511572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511572; }
p { color: rgb(81,21,114); }
H1.HeaderClassName
{
color: #511572;
}
.AnyTagClassName
{
color: #511572;
}
</style>
background-color css
<style>
a { background-color: #511572; }
a { background-color: rgb(81,21,114); }
div.DivClassName
{
background-color: #511572;
}
.BgClassName
{
background-color: #511572;
}
</style>
border-color css
<style>
span { border-color: #511572; }
span { border-color: rgb(81,21,114); }
td.TdClassName
{
border-color: #511572;
}
.TagClassName
{
border-color: #511572;
}
</style>