Shades of Indigo #541696
Tints of Indigo #541696
RGB
CMYK
RGB Variations
Color information
#541696 (or 0x541696) is known color: Indigo. HEX triplet: 54, 16 and 96. RGB value is (84,22,150). Sum of RGB (Red+Green+Blue) = 84+22+150=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #541696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541696 is #ABE969. Grayscale: #363636. Windows color (decimal): -11266410 or 9836116. OLE color: 9836116.
HSL color Cylindrical-coordinate representation of color #541696: hue angle of 269.06º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541696 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 22 | 150 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.41 |
| HSL | 269.06º | 0.74% | 0.34% | - |
| HSV(B) | 269.06º | 0.85% | 0.59% | - |
| XYZ | 9.45 | 4.66 | 29.26 | - |
| YUV | 55.13 | 181.54 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 150 | 0.44 | 0.85 | 0 | 0.41 | 269.06 | 0.74 | 0.34 |
| Hex | 54 | 16 | 96 | 2C | 55 | 0 | 29 | 10D | 4A | 22 |
| Octal | 124 | 26 | 226 | 54 | 125 | 0 | 51 | 415 | 112 | 42 |
| Binary | 1010100 | 10110 | 10010110 | 101100 | 1010101 | 0 | 101001 | 100001101 | 1001010 | 100010 |
Color Harmonies of #541696
Complementary color
Monochromatic Colors of #541696
Black with #541696
Text Example
Text Example
White with #541696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541696; }
p { color: rgb(84,22,150); }
H1.HeaderClassName
{
color: #541696;
}
.AnyTagClassName
{
color: #541696;
}
</style>
background-color css
<style>
a { background-color: #541696; }
a { background-color: rgb(84,22,150); }
div.DivClassName
{
background-color: #541696;
}
.BgClassName
{
background-color: #541696;
}
</style>
border-color css
<style>
span { border-color: #541696; }
span { border-color: rgb(84,22,150); }
td.TdClassName
{
border-color: #541696;
}
.TagClassName
{
border-color: #541696;
}
</style>