Shades of Indigo #540963
Tints of Indigo #540963
RGB
CMYK
RGB Variations
Color information
#540963 (or 0x540963) is known color: Indigo. HEX triplet: 54, 09 and 63. RGB value is (84,9,99). Sum of RGB (Red+Green+Blue) = 84+9+99=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #540963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540963 is #ABF69C. Grayscale: #292929. Windows color (decimal): -11269789 or 6490452. OLE color: 6490452.
HSL color Cylindrical-coordinate representation of color #540963: hue angle of 290º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540963 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 9 | 99 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.61 |
| HSL | 290º | 0.83% | 0.21% | - |
| HSV(B) | 290º | 0.91% | 0.39% | - |
| XYZ | 6.01 | 2.98 | 12.06 | - |
| YUV | 41.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 99 | 0.15 | 0.91 | 0 | 0.61 | 290 | 0.83 | 0.21 |
| Hex | 54 | 9 | 63 | F | 5B | 0 | 3D | 122 | 53 | 15 |
| Octal | 124 | 11 | 143 | 17 | 133 | 0 | 75 | 442 | 123 | 25 |
| Binary | 1010100 | 1001 | 1100011 | 1111 | 1011011 | 0 | 111101 | 100100010 | 1010011 | 10101 |
Color Harmonies of #540963
Complementary color
Monochromatic Colors of #540963
Black with #540963
Text Example
Text Example
White with #540963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540963; }
p { color: rgb(84,9,99); }
H1.HeaderClassName
{
color: #540963;
}
.AnyTagClassName
{
color: #540963;
}
</style>
background-color css
<style>
a { background-color: #540963; }
a { background-color: rgb(84,9,99); }
div.DivClassName
{
background-color: #540963;
}
.BgClassName
{
background-color: #540963;
}
</style>
border-color css
<style>
span { border-color: #540963; }
span { border-color: rgb(84,9,99); }
td.TdClassName
{
border-color: #540963;
}
.TagClassName
{
border-color: #540963;
}
</style>