Shades of Indigo #54137F
Tints of Indigo #54137F
RGB
CMYK
RGB Variations
Color information
#54137F (or 0x54137F) is known color: Indigo. HEX triplet: 54, 13 and 7F. RGB value is (84,19,127). Sum of RGB (Red+Green+Blue) = 84+19+127=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #54137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54137F is #ABEC80. Grayscale: #323232. Windows color (decimal): -11267201 or 8328020. OLE color: 8328020.
HSL color Cylindrical-coordinate representation of color #54137F: hue angle of 276.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54137F is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 19 | 127 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.50 |
| HSL | 276.11º | 0.74% | 0.29% | - |
| HSV(B) | 276.11º | 0.85% | 0.5% | - |
| XYZ | 7.72 | 3.88 | 20.42 | - |
| YUV | 50.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 127 | 0.34 | 0.85 | 0 | 0.50 | 276.11 | 0.74 | 0.29 |
| Hex | 54 | 13 | 7F | 22 | 55 | 0 | 32 | 114 | 4A | 1D |
| Octal | 124 | 23 | 177 | 42 | 125 | 0 | 62 | 424 | 112 | 35 |
| Binary | 1010100 | 10011 | 1111111 | 100010 | 1010101 | 0 | 110010 | 100010100 | 1001010 | 11101 |
Color Harmonies of #54137F
Complementary color
Monochromatic Colors of #54137F
Black with #54137F
Text Example
Text Example
White with #54137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54137F; }
p { color: rgb(84,19,127); }
H1.HeaderClassName
{
color: #54137F;
}
.AnyTagClassName
{
color: #54137F;
}
</style>
background-color css
<style>
a { background-color: #54137F; }
a { background-color: rgb(84,19,127); }
div.DivClassName
{
background-color: #54137F;
}
.BgClassName
{
background-color: #54137F;
}
</style>
border-color css
<style>
span { border-color: #54137F; }
span { border-color: rgb(84,19,127); }
td.TdClassName
{
border-color: #54137F;
}
.TagClassName
{
border-color: #54137F;
}
</style>