Shades of Indigo #540C88
Tints of Indigo #540C88
RGB
CMYK
RGB Variations
Color information
#540C88 (or 0x540C88) is known color: Indigo. HEX triplet: 54, 0C and 88. RGB value is (84,12,136). Sum of RGB (Red+Green+Blue) = 84+12+136=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #540C88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540C88 is #ABF377. Grayscale: #2F2F2F. Windows color (decimal): -11268984 or 8916052. OLE color: 8916052.
HSL color Cylindrical-coordinate representation of color #540C88: hue angle of 274.84º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540C88 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 12 | 136 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.47 |
| HSL | 274.84º | 0.84% | 0.29% | - |
| HSV(B) | 274.84º | 0.91% | 0.53% | - |
| XYZ | 8.23 | 3.93 | 23.62 | - |
| YUV | 47.66 | 177.85 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 136 | 0.38 | 0.91 | 0 | 0.47 | 274.84 | 0.84 | 0.29 |
| Hex | 54 | C | 88 | 26 | 5B | 0 | 2F | 113 | 54 | 1D |
| Octal | 124 | 14 | 210 | 46 | 133 | 0 | 57 | 423 | 124 | 35 |
| Binary | 1010100 | 1100 | 10001000 | 100110 | 1011011 | 0 | 101111 | 100010011 | 1010100 | 11101 |
Color Harmonies of #540C88
Complementary color
Monochromatic Colors of #540C88
Black with #540C88
Text Example
Text Example
White with #540C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C88; }
p { color: rgb(84,12,136); }
H1.HeaderClassName
{
color: #540C88;
}
.AnyTagClassName
{
color: #540C88;
}
</style>
background-color css
<style>
a { background-color: #540C88; }
a { background-color: rgb(84,12,136); }
div.DivClassName
{
background-color: #540C88;
}
.BgClassName
{
background-color: #540C88;
}
</style>
border-color css
<style>
span { border-color: #540C88; }
span { border-color: rgb(84,12,136); }
td.TdClassName
{
border-color: #540C88;
}
.TagClassName
{
border-color: #540C88;
}
</style>