Shades of Indigo #540968
Tints of Indigo #540968
RGB
CMYK
RGB Variations
Color information
#540968 (or 0x540968) is known color: Indigo. HEX triplet: 54, 09 and 68. RGB value is (84,9,104). Sum of RGB (Red+Green+Blue) = 84+9+104=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #540968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540968 is #ABF697. Grayscale: #292929. Windows color (decimal): -11269784 or 6818132. OLE color: 6818132.
HSL color Cylindrical-coordinate representation of color #540968: hue angle of 287.37º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540968 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 9 | 104 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.59 |
| HSL | 287.37º | 0.84% | 0.22% | - |
| HSV(B) | 287.37º | 0.91% | 0.41% | - |
| XYZ | 6.25 | 3.08 | 13.36 | - |
| YUV | 42.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 104 | 0.19 | 0.91 | 0 | 0.59 | 287.37 | 0.84 | 0.22 |
| Hex | 54 | 9 | 68 | 13 | 5B | 0 | 3B | 11F | 54 | 16 |
| Octal | 124 | 11 | 150 | 23 | 133 | 0 | 73 | 437 | 124 | 26 |
| Binary | 1010100 | 1001 | 1101000 | 10011 | 1011011 | 0 | 111011 | 100011111 | 1010100 | 10110 |
Color Harmonies of #540968
Complementary color
Monochromatic Colors of #540968
Black with #540968
Text Example
Text Example
White with #540968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540968; }
p { color: rgb(84,9,104); }
H1.HeaderClassName
{
color: #540968;
}
.AnyTagClassName
{
color: #540968;
}
</style>
background-color css
<style>
a { background-color: #540968; }
a { background-color: rgb(84,9,104); }
div.DivClassName
{
background-color: #540968;
}
.BgClassName
{
background-color: #540968;
}
</style>
border-color css
<style>
span { border-color: #540968; }
span { border-color: rgb(84,9,104); }
td.TdClassName
{
border-color: #540968;
}
.TagClassName
{
border-color: #540968;
}
</style>