Shades of Indigo #541789
Tints of Indigo #541789
RGB
CMYK
RGB Variations
Color information
#541789 (or 0x541789) is known color: Indigo. HEX triplet: 54, 17 and 89. RGB value is (84,23,137). Sum of RGB (Red+Green+Blue) = 84+23+137=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #541789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541789 is #ABE876. Grayscale: #353535. Windows color (decimal): -11266167 or 8984404. OLE color: 8984404.
HSL color Cylindrical-coordinate representation of color #541789: hue angle of 272.11º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #541789 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 23 | 137 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.46 |
| HSL | 272.11º | 0.71% | 0.31% | - |
| HSV(B) | 272.11º | 0.83% | 0.54% | - |
| XYZ | 8.48 | 4.3 | 24.05 | - |
| YUV | 54.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 137 | 0.39 | 0.83 | 0 | 0.46 | 272.11 | 0.71 | 0.31 |
| Hex | 54 | 17 | 89 | 27 | 53 | 0 | 2E | 110 | 47 | 1F |
| Octal | 124 | 27 | 211 | 47 | 123 | 0 | 56 | 420 | 107 | 37 |
| Binary | 1010100 | 10111 | 10001001 | 100111 | 1010011 | 0 | 101110 | 100010000 | 1000111 | 11111 |
Color Harmonies of #541789
Complementary color
Monochromatic Colors of #541789
Black with #541789
Text Example
Text Example
White with #541789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541789; }
p { color: rgb(84,23,137); }
H1.HeaderClassName
{
color: #541789;
}
.AnyTagClassName
{
color: #541789;
}
</style>
background-color css
<style>
a { background-color: #541789; }
a { background-color: rgb(84,23,137); }
div.DivClassName
{
background-color: #541789;
}
.BgClassName
{
background-color: #541789;
}
</style>
border-color css
<style>
span { border-color: #541789; }
span { border-color: rgb(84,23,137); }
td.TdClassName
{
border-color: #541789;
}
.TagClassName
{
border-color: #541789;
}
</style>