Shades of Indigo #54126B
Tints of Indigo #54126B
RGB
CMYK
RGB Variations
Color information
#54126B (or 0x54126B) is known color: Indigo. HEX triplet: 54, 12 and 6B. RGB value is (84,18,107). Sum of RGB (Red+Green+Blue) = 84+18+107=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #54126B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54126B is #ABED94. Grayscale: #2F2F2F. Windows color (decimal): -11267477 or 7017044. OLE color: 7017044.
HSL color Cylindrical-coordinate representation of color #54126B: hue angle of 284.49º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54126B is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 18 | 107 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.58 |
| HSL | 284.49º | 0.71% | 0.25% | - |
| HSV(B) | 284.49º | 0.83% | 0.42% | - |
| XYZ | 6.53 | 3.38 | 14.22 | - |
| YUV | 47.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 107 | 0.21 | 0.83 | 0 | 0.58 | 284.49 | 0.71 | 0.25 |
| Hex | 54 | 12 | 6B | 15 | 53 | 0 | 3A | 11C | 47 | 19 |
| Octal | 124 | 22 | 153 | 25 | 123 | 0 | 72 | 434 | 107 | 31 |
| Binary | 1010100 | 10010 | 1101011 | 10101 | 1010011 | 0 | 111010 | 100011100 | 1000111 | 11001 |
Color Harmonies of #54126B
Complementary color
Monochromatic Colors of #54126B
Black with #54126B
Text Example
Text Example
White with #54126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54126B; }
p { color: rgb(84,18,107); }
H1.HeaderClassName
{
color: #54126B;
}
.AnyTagClassName
{
color: #54126B;
}
</style>
background-color css
<style>
a { background-color: #54126B; }
a { background-color: rgb(84,18,107); }
div.DivClassName
{
background-color: #54126B;
}
.BgClassName
{
background-color: #54126B;
}
</style>
border-color css
<style>
span { border-color: #54126B; }
span { border-color: rgb(84,18,107); }
td.TdClassName
{
border-color: #54126B;
}
.TagClassName
{
border-color: #54126B;
}
</style>