Shades of Indigo #540893
Tints of Indigo #540893
RGB
CMYK
RGB Variations
Color information
#540893 (or 0x540893) is known color: Indigo. HEX triplet: 54, 08 and 93. RGB value is (84,8,147). Sum of RGB (Red+Green+Blue) = 84+8+147=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #540893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540893 is #ABF76C. Grayscale: #2E2E2E. Windows color (decimal): -11269997 or 9635924. OLE color: 9635924.
HSL color Cylindrical-coordinate representation of color #540893: hue angle of 272.81º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540893 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 8 | 147 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.42 |
| HSL | 272.81º | 0.9% | 0.3% | - |
| HSV(B) | 272.81º | 0.95% | 0.58% | - |
| XYZ | 9.01 | 4.17 | 27.93 | - |
| YUV | 46.57 | 184.68 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 147 | 0.43 | 0.95 | 0 | 0.42 | 272.81 | 0.9 | 0.3 |
| Hex | 54 | 8 | 93 | 2B | 5F | 0 | 2A | 111 | 5A | 1E |
| Octal | 124 | 10 | 223 | 53 | 137 | 0 | 52 | 421 | 132 | 36 |
| Binary | 1010100 | 1000 | 10010011 | 101011 | 1011111 | 0 | 101010 | 100010001 | 1011010 | 11110 |
Color Harmonies of #540893
Complementary color
Monochromatic Colors of #540893
Black with #540893
Text Example
Text Example
White with #540893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540893; }
p { color: rgb(84,8,147); }
H1.HeaderClassName
{
color: #540893;
}
.AnyTagClassName
{
color: #540893;
}
</style>
background-color css
<style>
a { background-color: #540893; }
a { background-color: rgb(84,8,147); }
div.DivClassName
{
background-color: #540893;
}
.BgClassName
{
background-color: #540893;
}
</style>
border-color css
<style>
span { border-color: #540893; }
span { border-color: rgb(84,8,147); }
td.TdClassName
{
border-color: #540893;
}
.TagClassName
{
border-color: #540893;
}
</style>