Shades of Indigo #540B65
Tints of Indigo #540B65
RGB
CMYK
RGB Variations
Color information
#540B65 (or 0x540B65) is known color: Indigo. HEX triplet: 54, 0B and 65. RGB value is (84,11,101). Sum of RGB (Red+Green+Blue) = 84+11+101=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #540B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B65 is #ABF49A. Grayscale: #2A2A2A. Windows color (decimal): -11269275 or 6622036. OLE color: 6622036.
HSL color Cylindrical-coordinate representation of color #540B65: hue angle of 288.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540B65 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 11 | 101 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.60 |
| HSL | 288.67º | 0.8% | 0.22% | - |
| HSV(B) | 288.67º | 0.89% | 0.4% | - |
| XYZ | 6.12 | 3.06 | 12.58 | - |
| YUV | 43.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 101 | 0.17 | 0.89 | 0 | 0.60 | 288.67 | 0.8 | 0.22 |
| Hex | 54 | B | 65 | 11 | 59 | 0 | 3C | 121 | 50 | 16 |
| Octal | 124 | 13 | 145 | 21 | 131 | 0 | 74 | 441 | 120 | 26 |
| Binary | 1010100 | 1011 | 1100101 | 10001 | 1011001 | 0 | 111100 | 100100001 | 1010000 | 10110 |
Color Harmonies of #540B65
Complementary color
Monochromatic Colors of #540B65
Black with #540B65
Text Example
Text Example
White with #540B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B65; }
p { color: rgb(84,11,101); }
H1.HeaderClassName
{
color: #540B65;
}
.AnyTagClassName
{
color: #540B65;
}
</style>
background-color css
<style>
a { background-color: #540B65; }
a { background-color: rgb(84,11,101); }
div.DivClassName
{
background-color: #540B65;
}
.BgClassName
{
background-color: #540B65;
}
</style>
border-color css
<style>
span { border-color: #540B65; }
span { border-color: rgb(84,11,101); }
td.TdClassName
{
border-color: #540B65;
}
.TagClassName
{
border-color: #540B65;
}
</style>