Shades of Indigo #540565
Tints of Indigo #540565
RGB
CMYK
RGB Variations
Color information
#540565 (or 0x540565) is known color: Indigo. HEX triplet: 54, 05 and 65. RGB value is (84,5,101). Sum of RGB (Red+Green+Blue) = 84+5+101=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #540565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540565 is #ABFA9A. Grayscale: #272727. Windows color (decimal): -11270811 or 6620500. OLE color: 6620500.
HSL color Cylindrical-coordinate representation of color #540565: hue angle of 289.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540565 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 5 | 101 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.60 |
| HSL | 289.38º | 0.91% | 0.21% | - |
| HSV(B) | 289.38º | 0.95% | 0.4% | - |
| XYZ | 6.06 | 2.93 | 12.56 | - |
| YUV | 39.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 101 | 0.17 | 0.95 | 0 | 0.60 | 289.38 | 0.91 | 0.21 |
| Hex | 54 | 5 | 65 | 11 | 5F | 0 | 3C | 121 | 5B | 15 |
| Octal | 124 | 5 | 145 | 21 | 137 | 0 | 74 | 441 | 133 | 25 |
| Binary | 1010100 | 101 | 1100101 | 10001 | 1011111 | 0 | 111100 | 100100001 | 1011011 | 10101 |
Color Harmonies of #540565
Complementary color
Monochromatic Colors of #540565
Black with #540565
Text Example
Text Example
White with #540565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540565; }
p { color: rgb(84,5,101); }
H1.HeaderClassName
{
color: #540565;
}
.AnyTagClassName
{
color: #540565;
}
</style>
background-color css
<style>
a { background-color: #540565; }
a { background-color: rgb(84,5,101); }
div.DivClassName
{
background-color: #540565;
}
.BgClassName
{
background-color: #540565;
}
</style>
border-color css
<style>
span { border-color: #540565; }
span { border-color: rgb(84,5,101); }
td.TdClassName
{
border-color: #540565;
}
.TagClassName
{
border-color: #540565;
}
</style>