Shades of Indigo #540397
Tints of Indigo #540397
RGB
CMYK
RGB Variations
Color information
#540397 (or 0x540397) is known color: Indigo. HEX triplet: 54, 03 and 97. RGB value is (84,3,151). Sum of RGB (Red+Green+Blue) = 84+3+151=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #540397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540397 is #ABFC68. Grayscale: #2B2B2B. Windows color (decimal): -11271273 or 9896788. OLE color: 9896788.
HSL color Cylindrical-coordinate representation of color #540397: hue angle of 272.84º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540397 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 3 | 151 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.41 |
| HSL | 272.84º | 0.96% | 0.3% | - |
| HSV(B) | 272.84º | 0.98% | 0.59% | - |
| XYZ | 9.27 | 4.18 | 29.6 | - |
| YUV | 44.09 | 188.34 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 151 | 0.44 | 0.98 | 0 | 0.41 | 272.84 | 0.96 | 0.3 |
| Hex | 54 | 3 | 97 | 2C | 62 | 0 | 29 | 111 | 60 | 1E |
| Octal | 124 | 3 | 227 | 54 | 142 | 0 | 51 | 421 | 140 | 36 |
| Binary | 1010100 | 11 | 10010111 | 101100 | 1100010 | 0 | 101001 | 100010001 | 1100000 | 11110 |
Color Harmonies of #540397
Complementary color
Monochromatic Colors of #540397
Black with #540397
Text Example
Text Example
White with #540397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540397; }
p { color: rgb(84,3,151); }
H1.HeaderClassName
{
color: #540397;
}
.AnyTagClassName
{
color: #540397;
}
</style>
background-color css
<style>
a { background-color: #540397; }
a { background-color: rgb(84,3,151); }
div.DivClassName
{
background-color: #540397;
}
.BgClassName
{
background-color: #540397;
}
</style>
border-color css
<style>
span { border-color: #540397; }
span { border-color: rgb(84,3,151); }
td.TdClassName
{
border-color: #540397;
}
.TagClassName
{
border-color: #540397;
}
</style>