Shades of Indigo #540A75
Tints of Indigo #540A75
RGB
CMYK
RGB Variations
Color information
#540A75 (or 0x540A75) is known color: Indigo. HEX triplet: 54, 0A and 75. RGB value is (84,10,117). Sum of RGB (Red+Green+Blue) = 84+10+117=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #540A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540A75 is #ABF58A. Grayscale: #2B2B2B. Windows color (decimal): -11269515 or 7670356. OLE color: 7670356.
HSL color Cylindrical-coordinate representation of color #540A75: hue angle of 281.5º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540A75 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 10 | 117 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.54 |
| HSL | 281.5º | 0.84% | 0.25% | - |
| HSV(B) | 281.5º | 0.91% | 0.46% | - |
| XYZ | 6.98 | 3.39 | 17.12 | - |
| YUV | 44.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 117 | 0.28 | 0.91 | 0 | 0.54 | 281.5 | 0.84 | 0.25 |
| Hex | 54 | A | 75 | 1C | 5B | 0 | 36 | 119 | 54 | 19 |
| Octal | 124 | 12 | 165 | 34 | 133 | 0 | 66 | 431 | 124 | 31 |
| Binary | 1010100 | 1010 | 1110101 | 11100 | 1011011 | 0 | 110110 | 100011001 | 1010100 | 11001 |
Color Harmonies of #540A75
Complementary color
Monochromatic Colors of #540A75
Black with #540A75
Text Example
Text Example
White with #540A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A75; }
p { color: rgb(84,10,117); }
H1.HeaderClassName
{
color: #540A75;
}
.AnyTagClassName
{
color: #540A75;
}
</style>
background-color css
<style>
a { background-color: #540A75; }
a { background-color: rgb(84,10,117); }
div.DivClassName
{
background-color: #540A75;
}
.BgClassName
{
background-color: #540A75;
}
</style>
border-color css
<style>
span { border-color: #540A75; }
span { border-color: rgb(84,10,117); }
td.TdClassName
{
border-color: #540A75;
}
.TagClassName
{
border-color: #540A75;
}
</style>