Shades of Indigo #54026A
Tints of Indigo #54026A
RGB
CMYK
RGB Variations
Color information
#54026A (or 0x54026A) is known color: Indigo. HEX triplet: 54, 02 and 6A. RGB value is (84,2,106). Sum of RGB (Red+Green+Blue) = 84+2+106=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #54026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54026A is #ABFD95. Grayscale: #262626. Windows color (decimal): -11271574 or 6947412. OLE color: 6947412.
HSL color Cylindrical-coordinate representation of color #54026A: hue angle of 287.31º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54026A is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 2 | 106 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.58 |
| HSL | 287.31º | 0.96% | 0.21% | - |
| HSV(B) | 287.31º | 0.98% | 0.42% | - |
| XYZ | 6.28 | 2.97 | 13.88 | - |
| YUV | 38.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 106 | 0.21 | 0.98 | 0 | 0.58 | 287.31 | 0.96 | 0.21 |
| Hex | 54 | 2 | 6A | 15 | 62 | 0 | 3A | 11F | 60 | 15 |
| Octal | 124 | 2 | 152 | 25 | 142 | 0 | 72 | 437 | 140 | 25 |
| Binary | 1010100 | 10 | 1101010 | 10101 | 1100010 | 0 | 111010 | 100011111 | 1100000 | 10101 |
Color Harmonies of #54026A
Complementary color
Monochromatic Colors of #54026A
Black with #54026A
Text Example
Text Example
White with #54026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54026A; }
p { color: rgb(84,2,106); }
H1.HeaderClassName
{
color: #54026A;
}
.AnyTagClassName
{
color: #54026A;
}
</style>
background-color css
<style>
a { background-color: #54026A; }
a { background-color: rgb(84,2,106); }
div.DivClassName
{
background-color: #54026A;
}
.BgClassName
{
background-color: #54026A;
}
</style>
border-color css
<style>
span { border-color: #54026A; }
span { border-color: rgb(84,2,106); }
td.TdClassName
{
border-color: #54026A;
}
.TagClassName
{
border-color: #54026A;
}
</style>