Shades of Indigo #541399
Tints of Indigo #541399
RGB
CMYK
RGB Variations
Color information
#541399 (or 0x541399) is known color: Indigo. HEX triplet: 54, 13 and 99. RGB value is (84,19,153). Sum of RGB (Red+Green+Blue) = 84+19+153=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #541399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541399 is #ABEC66. Grayscale: #353535. Windows color (decimal): -11267175 or 10031956. OLE color: 10031956.
HSL color Cylindrical-coordinate representation of color #541399: hue angle of 269.1º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541399 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 19 | 153 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.4 |
| HSL | 269.1º | 0.78% | 0.34% | - |
| HSV(B) | 269.1º | 0.88% | 0.6% | - |
| XYZ | 9.64 | 4.65 | 30.53 | - |
| YUV | 53.71 | 184.03 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 153 | 0.45 | 0.88 | 0 | 0.4 | 269.1 | 0.78 | 0.34 |
| Hex | 54 | 13 | 99 | 2D | 58 | 0 | 28 | 10D | 4E | 22 |
| Octal | 124 | 23 | 231 | 55 | 130 | 0 | 50 | 415 | 116 | 42 |
| Binary | 1010100 | 10011 | 10011001 | 101101 | 1011000 | 0 | 101000 | 100001101 | 1001110 | 100010 |
Color Harmonies of #541399
Complementary color
Monochromatic Colors of #541399
Black with #541399
Text Example
Text Example
White with #541399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541399; }
p { color: rgb(84,19,153); }
H1.HeaderClassName
{
color: #541399;
}
.AnyTagClassName
{
color: #541399;
}
</style>
background-color css
<style>
a { background-color: #541399; }
a { background-color: rgb(84,19,153); }
div.DivClassName
{
background-color: #541399;
}
.BgClassName
{
background-color: #541399;
}
</style>
border-color css
<style>
span { border-color: #541399; }
span { border-color: rgb(84,19,153); }
td.TdClassName
{
border-color: #541399;
}
.TagClassName
{
border-color: #541399;
}
</style>