Shades of Indigo #540065
Tints of Indigo #540065
RGB
CMYK
RGB Variations
Color information
#540065 (or 0x540065) is known color: Indigo. HEX triplet: 54, 00 and 65. RGB value is (84,0,101). Sum of RGB (Red+Green+Blue) = 84+0+101=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #540065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540065 is #ABFF9A. Grayscale: #242424. Windows color (decimal): -11272091 or 6619220. OLE color: 6619220.
HSL color Cylindrical-coordinate representation of color #540065: hue angle of 289.9º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540065 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 0 | 101 | - |
| CMYK | 0.17 | 1 | 0 | 0.60 |
| HSL | 289.9º | 1% | 0.2% | - |
| HSV(B) | 289.9º | 1% | 0.4% | - |
| XYZ | 6.01 | 2.82 | 12.54 | - |
| YUV | 36.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 101 | 0.17 | 1 | 0 | 0.60 | 289.9 | 1 | 0.2 |
| Hex | 54 | 0 | 65 | 11 | 64 | 0 | 3C | 122 | 64 | 14 |
| Octal | 124 | 0 | 145 | 21 | 144 | 0 | 74 | 442 | 144 | 24 |
| Binary | 1010100 | 0 | 1100101 | 10001 | 1100100 | 0 | 111100 | 100100010 | 1100100 | 10100 |
Color Harmonies of #540065
Complementary color
Monochromatic Colors of #540065
Black with #540065
Text Example
Text Example
White with #540065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540065; }
p { color: rgb(84,0,101); }
H1.HeaderClassName
{
color: #540065;
}
.AnyTagClassName
{
color: #540065;
}
</style>
background-color css
<style>
a { background-color: #540065; }
a { background-color: rgb(84,0,101); }
div.DivClassName
{
background-color: #540065;
}
.BgClassName
{
background-color: #540065;
}
</style>
border-color css
<style>
span { border-color: #540065; }
span { border-color: rgb(84,0,101); }
td.TdClassName
{
border-color: #540065;
}
.TagClassName
{
border-color: #540065;
}
</style>