Shades of Indigo #54057B
Tints of Indigo #54057B
RGB
CMYK
RGB Variations
Color information
#54057B (or 0x54057B) is known color: Indigo. HEX triplet: 54, 05 and 7B. RGB value is (84,5,123). Sum of RGB (Red+Green+Blue) = 84+5+123=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #54057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54057B is #ABFA84. Grayscale: #292929. Windows color (decimal): -11270789 or 8062292. OLE color: 8062292.
HSL color Cylindrical-coordinate representation of color #54057B: hue angle of 280.17º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54057B is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 5 | 123 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.52 |
| HSL | 280.17º | 0.92% | 0.25% | - |
| HSV(B) | 280.17º | 0.96% | 0.48% | - |
| XYZ | 7.29 | 3.42 | 19.02 | - |
| YUV | 42.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 123 | 0.32 | 0.96 | 0 | 0.52 | 280.17 | 0.92 | 0.25 |
| Hex | 54 | 5 | 7B | 20 | 60 | 0 | 34 | 118 | 5C | 19 |
| Octal | 124 | 5 | 173 | 40 | 140 | 0 | 64 | 430 | 134 | 31 |
| Binary | 1010100 | 101 | 1111011 | 100000 | 1100000 | 0 | 110100 | 100011000 | 1011100 | 11001 |
Color Harmonies of #54057B
Complementary color
Monochromatic Colors of #54057B
Black with #54057B
Text Example
Text Example
White with #54057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54057B; }
p { color: rgb(84,5,123); }
H1.HeaderClassName
{
color: #54057B;
}
.AnyTagClassName
{
color: #54057B;
}
</style>
background-color css
<style>
a { background-color: #54057B; }
a { background-color: rgb(84,5,123); }
div.DivClassName
{
background-color: #54057B;
}
.BgClassName
{
background-color: #54057B;
}
</style>
border-color css
<style>
span { border-color: #54057B; }
span { border-color: rgb(84,5,123); }
td.TdClassName
{
border-color: #54057B;
}
.TagClassName
{
border-color: #54057B;
}
</style>