Shades of Indigo #540891
Tints of Indigo #540891
RGB
CMYK
RGB Variations
Color information
#540891 (or 0x540891) is known color: Indigo. HEX triplet: 54, 08 and 91. RGB value is (84,8,145). Sum of RGB (Red+Green+Blue) = 84+8+145=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #540891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540891 is #ABF76E. Grayscale: #2D2D2D. Windows color (decimal): -11269999 or 9504852. OLE color: 9504852.
HSL color Cylindrical-coordinate representation of color #540891: hue angle of 273.28º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540891 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 8 | 145 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.43 |
| HSL | 273.28º | 0.9% | 0.3% | - |
| HSV(B) | 273.28º | 0.94% | 0.57% | - |
| XYZ | 8.85 | 4.1 | 27.11 | - |
| YUV | 46.34 | 183.68 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 145 | 0.42 | 0.94 | 0 | 0.43 | 273.28 | 0.9 | 0.3 |
| Hex | 54 | 8 | 91 | 2A | 5E | 0 | 2B | 111 | 5A | 1E |
| Octal | 124 | 10 | 221 | 52 | 136 | 0 | 53 | 421 | 132 | 36 |
| Binary | 1010100 | 1000 | 10010001 | 101010 | 1011110 | 0 | 101011 | 100010001 | 1011010 | 11110 |
Color Harmonies of #540891
Complementary color
Monochromatic Colors of #540891
Black with #540891
Text Example
Text Example
White with #540891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540891; }
p { color: rgb(84,8,145); }
H1.HeaderClassName
{
color: #540891;
}
.AnyTagClassName
{
color: #540891;
}
</style>
background-color css
<style>
a { background-color: #540891; }
a { background-color: rgb(84,8,145); }
div.DivClassName
{
background-color: #540891;
}
.BgClassName
{
background-color: #540891;
}
</style>
border-color css
<style>
span { border-color: #540891; }
span { border-color: rgb(84,8,145); }
td.TdClassName
{
border-color: #540891;
}
.TagClassName
{
border-color: #540891;
}
</style>