Shades of Indigo #54129C
Tints of Indigo #54129C
RGB
CMYK
RGB Variations
Color information
#54129C (or 0x54129C) is known color: Indigo. HEX triplet: 54, 12 and 9C. RGB value is (84,18,156). Sum of RGB (Red+Green+Blue) = 84+18+156=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #54129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54129C is #ABED63. Grayscale: #343434. Windows color (decimal): -11267428 or 10228308. OLE color: 10228308.
HSL color Cylindrical-coordinate representation of color #54129C: hue angle of 268.7º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54129C is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 18 | 156 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.39 |
| HSL | 268.7º | 0.79% | 0.34% | - |
| HSV(B) | 268.7º | 0.88% | 0.61% | - |
| XYZ | 9.87 | 4.72 | 31.84 | - |
| YUV | 53.47 | 185.87 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 156 | 0.46 | 0.88 | 0 | 0.39 | 268.7 | 0.79 | 0.34 |
| Hex | 54 | 12 | 9C | 2E | 58 | 0 | 27 | 10D | 4F | 22 |
| Octal | 124 | 22 | 234 | 56 | 130 | 0 | 47 | 415 | 117 | 42 |
| Binary | 1010100 | 10010 | 10011100 | 101110 | 1011000 | 0 | 100111 | 100001101 | 1001111 | 100010 |
Color Harmonies of #54129C
Complementary color
Monochromatic Colors of #54129C
Black with #54129C
Text Example
Text Example
White with #54129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54129C; }
p { color: rgb(84,18,156); }
H1.HeaderClassName
{
color: #54129C;
}
.AnyTagClassName
{
color: #54129C;
}
</style>
background-color css
<style>
a { background-color: #54129C; }
a { background-color: rgb(84,18,156); }
div.DivClassName
{
background-color: #54129C;
}
.BgClassName
{
background-color: #54129C;
}
</style>
border-color css
<style>
span { border-color: #54129C; }
span { border-color: rgb(84,18,156); }
td.TdClassName
{
border-color: #54129C;
}
.TagClassName
{
border-color: #54129C;
}
</style>