Shades of Indigo #540165
Tints of Indigo #540165
RGB
CMYK
RGB Variations
Color information
#540165 (or 0x540165) is known color: Indigo. HEX triplet: 54, 01 and 65. RGB value is (84,1,101). Sum of RGB (Red+Green+Blue) = 84+1+101=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #540165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540165 is #ABFE9A. Grayscale: #242424. Windows color (decimal): -11271835 or 6619476. OLE color: 6619476.
HSL color Cylindrical-coordinate representation of color #540165: hue angle of 289.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540165 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 1 | 101 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.60 |
| HSL | 289.8º | 0.98% | 0.2% | - |
| HSV(B) | 289.8º | 0.99% | 0.4% | - |
| XYZ | 6.02 | 2.85 | 12.54 | - |
| YUV | 37.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 101 | 0.17 | 0.99 | 0 | 0.60 | 289.8 | 0.98 | 0.2 |
| Hex | 54 | 1 | 65 | 11 | 63 | 0 | 3C | 122 | 62 | 14 |
| Octal | 124 | 1 | 145 | 21 | 143 | 0 | 74 | 442 | 142 | 24 |
| Binary | 1010100 | 1 | 1100101 | 10001 | 1100011 | 0 | 111100 | 100100010 | 1100010 | 10100 |
Color Harmonies of #540165
Complementary color
Monochromatic Colors of #540165
Black with #540165
Text Example
Text Example
White with #540165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540165; }
p { color: rgb(84,1,101); }
H1.HeaderClassName
{
color: #540165;
}
.AnyTagClassName
{
color: #540165;
}
</style>
background-color css
<style>
a { background-color: #540165; }
a { background-color: rgb(84,1,101); }
div.DivClassName
{
background-color: #540165;
}
.BgClassName
{
background-color: #540165;
}
</style>
border-color css
<style>
span { border-color: #540165; }
span { border-color: rgb(84,1,101); }
td.TdClassName
{
border-color: #540165;
}
.TagClassName
{
border-color: #540165;
}
</style>