Shades of Indigo #540095
Tints of Indigo #540095
RGB
CMYK
RGB Variations
Color information
#540095 (or 0x540095) is known color: Indigo. HEX triplet: 54, 00 and 95. RGB value is (84,0,149). Sum of RGB (Red+Green+Blue) = 84+0+149=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #540095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540095 is #ABFF6A. Grayscale: #292929. Windows color (decimal): -11272043 or 9764948. OLE color: 9764948.
HSL color Cylindrical-coordinate representation of color #540095: hue angle of 273.83º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540095 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 0 | 149 | - |
| CMYK | 0.44 | 1 | 0 | 0.42 |
| HSL | 273.83º | 1% | 0.29% | - |
| HSV(B) | 273.83º | 1% | 0.58% | - |
| XYZ | 9.08 | 4.05 | 28.74 | - |
| YUV | 42.1 | 188.33 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 149 | 0.44 | 1 | 0 | 0.42 | 273.83 | 1 | 0.29 |
| Hex | 54 | 0 | 95 | 2C | 64 | 0 | 2A | 112 | 64 | 1D |
| Octal | 124 | 0 | 225 | 54 | 144 | 0 | 52 | 422 | 144 | 35 |
| Binary | 1010100 | 0 | 10010101 | 101100 | 1100100 | 0 | 101010 | 100010010 | 1100100 | 11101 |
Color Harmonies of #540095
Complementary color
Monochromatic Colors of #540095
Black with #540095
Text Example
Text Example
White with #540095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540095; }
p { color: rgb(84,0,149); }
H1.HeaderClassName
{
color: #540095;
}
.AnyTagClassName
{
color: #540095;
}
</style>
background-color css
<style>
a { background-color: #540095; }
a { background-color: rgb(84,0,149); }
div.DivClassName
{
background-color: #540095;
}
.BgClassName
{
background-color: #540095;
}
</style>
border-color css
<style>
span { border-color: #540095; }
span { border-color: rgb(84,0,149); }
td.TdClassName
{
border-color: #540095;
}
.TagClassName
{
border-color: #540095;
}
</style>