Shades of Indigo #541898
Tints of Indigo #541898
RGB
CMYK
RGB Variations
Color information
#541898 (or 0x541898) is known color: Indigo. HEX triplet: 54, 18 and 98. RGB value is (84,24,152). Sum of RGB (Red+Green+Blue) = 84+24+152=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #541898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541898 is #ABE767. Grayscale: #383838. Windows color (decimal): -11265896 or 9967700. OLE color: 9967700.
HSL color Cylindrical-coordinate representation of color #541898: hue angle of 268.12º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541898 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 24 | 152 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.40 |
| HSL | 268.13º | 0.73% | 0.35% | - |
| HSV(B) | 268.13º | 0.84% | 0.6% | - |
| XYZ | 9.65 | 4.81 | 30.12 | - |
| YUV | 56.53 | 181.88 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 152 | 0.45 | 0.84 | 0 | 0.40 | 268.13 | 0.73 | 0.35 |
| Hex | 54 | 18 | 98 | 2D | 54 | 0 | 28 | 10C | 49 | 23 |
| Octal | 124 | 30 | 230 | 55 | 124 | 0 | 50 | 414 | 111 | 43 |
| Binary | 1010100 | 11000 | 10011000 | 101101 | 1010100 | 0 | 101000 | 100001100 | 1001001 | 100011 |
Color Harmonies of #541898
Complementary color
Monochromatic Colors of #541898
Black with #541898
Text Example
Text Example
White with #541898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541898; }
p { color: rgb(84,24,152); }
H1.HeaderClassName
{
color: #541898;
}
.AnyTagClassName
{
color: #541898;
}
</style>
background-color css
<style>
a { background-color: #541898; }
a { background-color: rgb(84,24,152); }
div.DivClassName
{
background-color: #541898;
}
.BgClassName
{
background-color: #541898;
}
</style>
border-color css
<style>
span { border-color: #541898; }
span { border-color: rgb(84,24,152); }
td.TdClassName
{
border-color: #541898;
}
.TagClassName
{
border-color: #541898;
}
</style>