Shades of Indigo #54016B
Tints of Indigo #54016B
RGB
CMYK
RGB Variations
Color information
#54016B (or 0x54016B) is known color: Indigo. HEX triplet: 54, 01 and 6B. RGB value is (84,1,107). Sum of RGB (Red+Green+Blue) = 84+1+107=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #54016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54016B is #ABFE94. Grayscale: #252525. Windows color (decimal): -11271829 or 7012692. OLE color: 7012692.
HSL color Cylindrical-coordinate representation of color #54016B: hue angle of 286.98º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54016B is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 1 | 107 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.58 |
| HSL | 286.98º | 0.98% | 0.21% | - |
| HSV(B) | 286.98º | 0.99% | 0.42% | - |
| XYZ | 6.32 | 2.97 | 14.15 | - |
| YUV | 37.9 | 167 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 107 | 0.21 | 0.99 | 0 | 0.58 | 286.98 | 0.98 | 0.21 |
| Hex | 54 | 1 | 6B | 15 | 63 | 0 | 3A | 11F | 62 | 15 |
| Octal | 124 | 1 | 153 | 25 | 143 | 0 | 72 | 437 | 142 | 25 |
| Binary | 1010100 | 1 | 1101011 | 10101 | 1100011 | 0 | 111010 | 100011111 | 1100010 | 10101 |
Color Harmonies of #54016B
Complementary color
Monochromatic Colors of #54016B
Black with #54016B
Text Example
Text Example
White with #54016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54016B; }
p { color: rgb(84,1,107); }
H1.HeaderClassName
{
color: #54016B;
}
.AnyTagClassName
{
color: #54016B;
}
</style>
background-color css
<style>
a { background-color: #54016B; }
a { background-color: rgb(84,1,107); }
div.DivClassName
{
background-color: #54016B;
}
.BgClassName
{
background-color: #54016B;
}
</style>
border-color css
<style>
span { border-color: #54016B; }
span { border-color: rgb(84,1,107); }
td.TdClassName
{
border-color: #54016B;
}
.TagClassName
{
border-color: #54016B;
}
</style>