Shades of Indigo #540273
Tints of Indigo #540273
RGB
CMYK
RGB Variations
Color information
#540273 (or 0x540273) is known color: Indigo. HEX triplet: 54, 02 and 73. RGB value is (84,2,115). Sum of RGB (Red+Green+Blue) = 84+2+115=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #540273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540273 is #ABFD8C. Grayscale: #272727. Windows color (decimal): -11271565 or 7537236. OLE color: 7537236.
HSL color Cylindrical-coordinate representation of color #540273: hue angle of 283.54º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540273 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 2 | 115 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.55 |
| HSL | 283.54º | 0.97% | 0.23% | - |
| HSV(B) | 283.54º | 0.98% | 0.45% | - |
| XYZ | 6.77 | 3.17 | 16.47 | - |
| YUV | 39.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 115 | 0.27 | 0.98 | 0 | 0.55 | 283.54 | 0.97 | 0.23 |
| Hex | 54 | 2 | 73 | 1B | 62 | 0 | 37 | 11C | 61 | 17 |
| Octal | 124 | 2 | 163 | 33 | 142 | 0 | 67 | 434 | 141 | 27 |
| Binary | 1010100 | 10 | 1110011 | 11011 | 1100010 | 0 | 110111 | 100011100 | 1100001 | 10111 |
Color Harmonies of #540273
Complementary color
Monochromatic Colors of #540273
Black with #540273
Text Example
Text Example
White with #540273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540273; }
p { color: rgb(84,2,115); }
H1.HeaderClassName
{
color: #540273;
}
.AnyTagClassName
{
color: #540273;
}
</style>
background-color css
<style>
a { background-color: #540273; }
a { background-color: rgb(84,2,115); }
div.DivClassName
{
background-color: #540273;
}
.BgClassName
{
background-color: #540273;
}
</style>
border-color css
<style>
span { border-color: #540273; }
span { border-color: rgb(84,2,115); }
td.TdClassName
{
border-color: #540273;
}
.TagClassName
{
border-color: #540273;
}
</style>