Shades of Indigo #54015F
Tints of Indigo #54015F
RGB
CMYK
RGB Variations
Color information
#54015F (or 0x54015F) is known color: Indigo. HEX triplet: 54, 01 and 5F. RGB value is (84,1,95). Sum of RGB (Red+Green+Blue) = 84+1+95=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #54015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54015F is #ABFEA0. Grayscale: #242424. Windows color (decimal): -11271841 or 6226260. OLE color: 6226260.
HSL color Cylindrical-coordinate representation of color #54015F: hue angle of 292.98º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54015F is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 1 | 95 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.63 |
| HSL | 292.98º | 0.98% | 0.19% | - |
| HSV(B) | 292.98º | 0.99% | 0.37% | - |
| XYZ | 5.73 | 2.73 | 11.05 | - |
| YUV | 36.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 95 | 0.12 | 0.99 | 0 | 0.63 | 292.98 | 0.98 | 0.19 |
| Hex | 54 | 1 | 5F | C | 63 | 0 | 3F | 125 | 62 | 13 |
| Octal | 124 | 1 | 137 | 14 | 143 | 0 | 77 | 445 | 142 | 23 |
| Binary | 1010100 | 1 | 1011111 | 1100 | 1100011 | 0 | 111111 | 100100101 | 1100010 | 10011 |
Color Harmonies of #54015F
Complementary color
Monochromatic Colors of #54015F
Black with #54015F
Text Example
Text Example
White with #54015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54015F; }
p { color: rgb(84,1,95); }
H1.HeaderClassName
{
color: #54015F;
}
.AnyTagClassName
{
color: #54015F;
}
</style>
background-color css
<style>
a { background-color: #54015F; }
a { background-color: rgb(84,1,95); }
div.DivClassName
{
background-color: #54015F;
}
.BgClassName
{
background-color: #54015F;
}
</style>
border-color css
<style>
span { border-color: #54015F; }
span { border-color: rgb(84,1,95); }
td.TdClassName
{
border-color: #54015F;
}
.TagClassName
{
border-color: #54015F;
}
</style>