Shades of Indigo #540465
Tints of Indigo #540465
RGB
CMYK
RGB Variations
Color information
#540465 (or 0x540465) is known color: Indigo. HEX triplet: 54, 04 and 65. RGB value is (84,4,101). Sum of RGB (Red+Green+Blue) = 84+4+101=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #540465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540465 is #ABFB9A. Grayscale: #262626. Windows color (decimal): -11271067 or 6620244. OLE color: 6620244.
HSL color Cylindrical-coordinate representation of color #540465: hue angle of 289.48º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540465 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 4 | 101 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.60 |
| HSL | 289.48º | 0.92% | 0.21% | - |
| HSV(B) | 289.48º | 0.96% | 0.4% | - |
| XYZ | 6.05 | 2.91 | 12.56 | - |
| YUV | 38.98 | 163 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 101 | 0.17 | 0.96 | 0 | 0.60 | 289.48 | 0.92 | 0.21 |
| Hex | 54 | 4 | 65 | 11 | 60 | 0 | 3C | 121 | 5C | 15 |
| Octal | 124 | 4 | 145 | 21 | 140 | 0 | 74 | 441 | 134 | 25 |
| Binary | 1010100 | 100 | 1100101 | 10001 | 1100000 | 0 | 111100 | 100100001 | 1011100 | 10101 |
Color Harmonies of #540465
Complementary color
Monochromatic Colors of #540465
Black with #540465
Text Example
Text Example
White with #540465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540465; }
p { color: rgb(84,4,101); }
H1.HeaderClassName
{
color: #540465;
}
.AnyTagClassName
{
color: #540465;
}
</style>
background-color css
<style>
a { background-color: #540465; }
a { background-color: rgb(84,4,101); }
div.DivClassName
{
background-color: #540465;
}
.BgClassName
{
background-color: #540465;
}
</style>
border-color css
<style>
span { border-color: #540465; }
span { border-color: rgb(84,4,101); }
td.TdClassName
{
border-color: #540465;
}
.TagClassName
{
border-color: #540465;
}
</style>