Shades of Indigo #540689
Tints of Indigo #540689
RGB
CMYK
RGB Variations
Color information
#540689 (or 0x540689) is known color: Indigo. HEX triplet: 54, 06 and 89. RGB value is (84,6,137). Sum of RGB (Red+Green+Blue) = 84+6+137=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #540689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540689 is #ABF976. Grayscale: #2B2B2B. Windows color (decimal): -11270519 or 8980052. OLE color: 8980052.
HSL color Cylindrical-coordinate representation of color #540689: hue angle of 275.73º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540689 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 6 | 137 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.46 |
| HSL | 275.73º | 0.92% | 0.28% | - |
| HSV(B) | 275.73º | 0.96% | 0.54% | - |
| XYZ | 8.24 | 3.82 | 23.97 | - |
| YUV | 44.26 | 180.34 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 137 | 0.39 | 0.96 | 0 | 0.46 | 275.73 | 0.92 | 0.28 |
| Hex | 54 | 6 | 89 | 27 | 60 | 0 | 2E | 114 | 5C | 1C |
| Octal | 124 | 6 | 211 | 47 | 140 | 0 | 56 | 424 | 134 | 34 |
| Binary | 1010100 | 110 | 10001001 | 100111 | 1100000 | 0 | 101110 | 100010100 | 1011100 | 11100 |
Color Harmonies of #540689
Complementary color
Monochromatic Colors of #540689
Black with #540689
Text Example
Text Example
White with #540689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540689; }
p { color: rgb(84,6,137); }
H1.HeaderClassName
{
color: #540689;
}
.AnyTagClassName
{
color: #540689;
}
</style>
background-color css
<style>
a { background-color: #540689; }
a { background-color: rgb(84,6,137); }
div.DivClassName
{
background-color: #540689;
}
.BgClassName
{
background-color: #540689;
}
</style>
border-color css
<style>
span { border-color: #540689; }
span { border-color: rgb(84,6,137); }
td.TdClassName
{
border-color: #540689;
}
.TagClassName
{
border-color: #540689;
}
</style>