Shades of Indigo #541998
Tints of Indigo #541998
RGB
CMYK
RGB Variations
Color information
#541998 (or 0x541998) is known color: Indigo. HEX triplet: 54, 19 and 98. RGB value is (84,25,152). Sum of RGB (Red+Green+Blue) = 84+25+152=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #541998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541998 is #ABE667. Grayscale: #383838. Windows color (decimal): -11265640 or 9967956. OLE color: 9967956.
HSL color Cylindrical-coordinate representation of color #541998: hue angle of 267.87º degrees, saturation: 0.72, 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 #541998 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 25 | 152 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.40 |
| HSL | 267.87º | 0.72% | 0.35% | - |
| HSV(B) | 267.87º | 0.84% | 0.6% | - |
| XYZ | 9.67 | 4.85 | 30.13 | - |
| YUV | 57.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 152 | 0.45 | 0.84 | 0 | 0.40 | 267.87 | 0.72 | 0.35 |
| Hex | 54 | 19 | 98 | 2D | 54 | 0 | 28 | 10C | 48 | 23 |
| Octal | 124 | 31 | 230 | 55 | 124 | 0 | 50 | 414 | 110 | 43 |
| Binary | 1010100 | 11001 | 10011000 | 101101 | 1010100 | 0 | 101000 | 100001100 | 1001000 | 100011 |
Color Harmonies of #541998
Complementary color
Monochromatic Colors of #541998
Black with #541998
Text Example
Text Example
White with #541998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541998; }
p { color: rgb(84,25,152); }
H1.HeaderClassName
{
color: #541998;
}
.AnyTagClassName
{
color: #541998;
}
</style>
background-color css
<style>
a { background-color: #541998; }
a { background-color: rgb(84,25,152); }
div.DivClassName
{
background-color: #541998;
}
.BgClassName
{
background-color: #541998;
}
</style>
border-color css
<style>
span { border-color: #541998; }
span { border-color: rgb(84,25,152); }
td.TdClassName
{
border-color: #541998;
}
.TagClassName
{
border-color: #541998;
}
</style>