Shades of Indigo #54016D
Tints of Indigo #54016D
RGB
CMYK
RGB Variations
Color information
#54016D (or 0x54016D) is known color: Indigo. HEX triplet: 54, 01 and 6D. RGB value is (84,1,109). Sum of RGB (Red+Green+Blue) = 84+1+109=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #54016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54016D is #ABFE92. Grayscale: #252525. Windows color (decimal): -11271827 or 7143764. OLE color: 7143764.
HSL color Cylindrical-coordinate representation of color #54016D: hue angle of 286.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54016D is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 1 | 109 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.57 |
| HSL | 286.11º | 0.98% | 0.22% | - |
| HSV(B) | 286.11º | 0.99% | 0.43% | - |
| XYZ | 6.43 | 3.01 | 14.71 | - |
| YUV | 38.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 109 | 0.23 | 0.99 | 0 | 0.57 | 286.11 | 0.98 | 0.22 |
| Hex | 54 | 1 | 6D | 17 | 63 | 0 | 39 | 11E | 62 | 16 |
| Octal | 124 | 1 | 155 | 27 | 143 | 0 | 71 | 436 | 142 | 26 |
| Binary | 1010100 | 1 | 1101101 | 10111 | 1100011 | 0 | 111001 | 100011110 | 1100010 | 10110 |
Color Harmonies of #54016D
Complementary color
Monochromatic Colors of #54016D
Black with #54016D
Text Example
Text Example
White with #54016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54016D; }
p { color: rgb(84,1,109); }
H1.HeaderClassName
{
color: #54016D;
}
.AnyTagClassName
{
color: #54016D;
}
</style>
background-color css
<style>
a { background-color: #54016D; }
a { background-color: rgb(84,1,109); }
div.DivClassName
{
background-color: #54016D;
}
.BgClassName
{
background-color: #54016D;
}
</style>
border-color css
<style>
span { border-color: #54016D; }
span { border-color: rgb(84,1,109); }
td.TdClassName
{
border-color: #54016D;
}
.TagClassName
{
border-color: #54016D;
}
</style>