Shades of Indigo #540369
Tints of Indigo #540369
RGB
CMYK
RGB Variations
Color information
#540369 (or 0x540369) is known color: Indigo. HEX triplet: 54, 03 and 69. RGB value is (84,3,105). Sum of RGB (Red+Green+Blue) = 84+3+105=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #540369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540369 is #ABFC96. Grayscale: #262626. Windows color (decimal): -11271319 or 6882132. OLE color: 6882132.
HSL color Cylindrical-coordinate representation of color #540369: hue angle of 287.65º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540369 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 3 | 105 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.59 |
| HSL | 287.65º | 0.94% | 0.21% | - |
| HSV(B) | 287.65º | 0.97% | 0.41% | - |
| XYZ | 6.24 | 2.97 | 13.61 | - |
| YUV | 38.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 105 | 0.20 | 0.97 | 0 | 0.59 | 287.65 | 0.94 | 0.21 |
| Hex | 54 | 3 | 69 | 14 | 61 | 0 | 3B | 120 | 5E | 15 |
| Octal | 124 | 3 | 151 | 24 | 141 | 0 | 73 | 440 | 136 | 25 |
| Binary | 1010100 | 11 | 1101001 | 10100 | 1100001 | 0 | 111011 | 100100000 | 1011110 | 10101 |
Color Harmonies of #540369
Complementary color
Monochromatic Colors of #540369
Black with #540369
Text Example
Text Example
White with #540369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540369; }
p { color: rgb(84,3,105); }
H1.HeaderClassName
{
color: #540369;
}
.AnyTagClassName
{
color: #540369;
}
</style>
background-color css
<style>
a { background-color: #540369; }
a { background-color: rgb(84,3,105); }
div.DivClassName
{
background-color: #540369;
}
.BgClassName
{
background-color: #540369;
}
</style>
border-color css
<style>
span { border-color: #540369; }
span { border-color: rgb(84,3,105); }
td.TdClassName
{
border-color: #540369;
}
.TagClassName
{
border-color: #540369;
}
</style>