Shades of Indigo #540F93
Tints of Indigo #540F93
RGB
CMYK
RGB Variations
Color information
#540F93 (or 0x540F93) is known color: Indigo. HEX triplet: 54, 0F and 93. RGB value is (84,15,147). Sum of RGB (Red+Green+Blue) = 84+15+147=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #540F93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540F93 is #ABF06C. Grayscale: #323232. Windows color (decimal): -11268205 or 9637716. OLE color: 9637716.
HSL color Cylindrical-coordinate representation of color #540F93: hue angle of 271.36º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540F93 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 15 | 147 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.42 |
| HSL | 271.36º | 0.81% | 0.32% | - |
| HSV(B) | 271.36º | 0.9% | 0.58% | - |
| XYZ | 9.09 | 4.33 | 27.96 | - |
| YUV | 50.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 147 | 0.43 | 0.90 | 0 | 0.42 | 271.36 | 0.81 | 0.32 |
| Hex | 54 | F | 93 | 2B | 5A | 0 | 2A | 10F | 51 | 20 |
| Octal | 124 | 17 | 223 | 53 | 132 | 0 | 52 | 417 | 121 | 40 |
| Binary | 1010100 | 1111 | 10010011 | 101011 | 1011010 | 0 | 101010 | 100001111 | 1010001 | 100000 |
Color Harmonies of #540F93
Complementary color
Monochromatic Colors of #540F93
Black with #540F93
Text Example
Text Example
White with #540F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F93; }
p { color: rgb(84,15,147); }
H1.HeaderClassName
{
color: #540F93;
}
.AnyTagClassName
{
color: #540F93;
}
</style>
background-color css
<style>
a { background-color: #540F93; }
a { background-color: rgb(84,15,147); }
div.DivClassName
{
background-color: #540F93;
}
.BgClassName
{
background-color: #540F93;
}
</style>
border-color css
<style>
span { border-color: #540F93; }
span { border-color: rgb(84,15,147); }
td.TdClassName
{
border-color: #540F93;
}
.TagClassName
{
border-color: #540F93;
}
</style>