Shades of Indigo #54127A
Tints of Indigo #54127A
RGB
CMYK
RGB Variations
Color information
#54127A (or 0x54127A) is known color: Indigo. HEX triplet: 54, 12 and 7A. RGB value is (84,18,122). Sum of RGB (Red+Green+Blue) = 84+18+122=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #54127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54127A is #ABED85. Grayscale: #313131. Windows color (decimal): -11267462 or 8000084. OLE color: 8000084.
HSL color Cylindrical-coordinate representation of color #54127A: hue angle of 278.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54127A is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 18 | 122 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.52 |
| HSL | 278.08º | 0.74% | 0.27% | - |
| HSV(B) | 278.08º | 0.85% | 0.48% | - |
| XYZ | 7.39 | 3.72 | 18.74 | - |
| YUV | 49.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 122 | 0.31 | 0.85 | 0 | 0.52 | 278.08 | 0.74 | 0.27 |
| Hex | 54 | 12 | 7A | 1F | 55 | 0 | 34 | 116 | 4A | 1B |
| Octal | 124 | 22 | 172 | 37 | 125 | 0 | 64 | 426 | 112 | 33 |
| Binary | 1010100 | 10010 | 1111010 | 11111 | 1010101 | 0 | 110100 | 100010110 | 1001010 | 11011 |
Color Harmonies of #54127A
Complementary color
Monochromatic Colors of #54127A
Black with #54127A
Text Example
Text Example
White with #54127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54127A; }
p { color: rgb(84,18,122); }
H1.HeaderClassName
{
color: #54127A;
}
.AnyTagClassName
{
color: #54127A;
}
</style>
background-color css
<style>
a { background-color: #54127A; }
a { background-color: rgb(84,18,122); }
div.DivClassName
{
background-color: #54127A;
}
.BgClassName
{
background-color: #54127A;
}
</style>
border-color css
<style>
span { border-color: #54127A; }
span { border-color: rgb(84,18,122); }
td.TdClassName
{
border-color: #54127A;
}
.TagClassName
{
border-color: #54127A;
}
</style>