Shades of Indigo #540669
Tints of Indigo #540669
RGB
CMYK
RGB Variations
Color information
#540669 (or 0x540669) is known color: Indigo. HEX triplet: 54, 06 and 69. RGB value is (84,6,105). Sum of RGB (Red+Green+Blue) = 84+6+105=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #540669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540669 is #ABF996. Grayscale: #282828. Windows color (decimal): -11270551 or 6882900. OLE color: 6882900.
HSL color Cylindrical-coordinate representation of color #540669: hue angle of 287.27º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540669 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 6 | 105 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.59 |
| HSL | 287.27º | 0.89% | 0.22% | - |
| HSV(B) | 287.27º | 0.94% | 0.41% | - |
| XYZ | 6.27 | 3.03 | 13.62 | - |
| YUV | 40.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 105 | 0.20 | 0.94 | 0 | 0.59 | 287.27 | 0.89 | 0.22 |
| Hex | 54 | 6 | 69 | 14 | 5E | 0 | 3B | 11F | 59 | 16 |
| Octal | 124 | 6 | 151 | 24 | 136 | 0 | 73 | 437 | 131 | 26 |
| Binary | 1010100 | 110 | 1101001 | 10100 | 1011110 | 0 | 111011 | 100011111 | 1011001 | 10110 |
Color Harmonies of #540669
Complementary color
Monochromatic Colors of #540669
Black with #540669
Text Example
Text Example
White with #540669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540669; }
p { color: rgb(84,6,105); }
H1.HeaderClassName
{
color: #540669;
}
.AnyTagClassName
{
color: #540669;
}
</style>
background-color css
<style>
a { background-color: #540669; }
a { background-color: rgb(84,6,105); }
div.DivClassName
{
background-color: #540669;
}
.BgClassName
{
background-color: #540669;
}
</style>
border-color css
<style>
span { border-color: #540669; }
span { border-color: rgb(84,6,105); }
td.TdClassName
{
border-color: #540669;
}
.TagClassName
{
border-color: #540669;
}
</style>