Shades of Indigo #54199F
Tints of Indigo #54199F
RGB
CMYK
RGB Variations
Color information
#54199F (or 0x54199F) is known color: Indigo. HEX triplet: 54, 19 and 9F. RGB value is (84,25,159). Sum of RGB (Red+Green+Blue) = 84+25+159=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #54199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54199F is #ABE660. Grayscale: #393939. Windows color (decimal): -11265633 or 10426708. OLE color: 10426708.
HSL color Cylindrical-coordinate representation of color #54199F: hue angle of 266.42º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54199F is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 25 | 159 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.38 |
| HSL | 266.42º | 0.73% | 0.36% | - |
| HSV(B) | 266.42º | 0.84% | 0.62% | - |
| XYZ | 10.26 | 5.08 | 33.24 | - |
| YUV | 57.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 159 | 0.47 | 0.84 | 0 | 0.38 | 266.42 | 0.73 | 0.36 |
| Hex | 54 | 19 | 9F | 2F | 54 | 0 | 26 | 10A | 49 | 24 |
| Octal | 124 | 31 | 237 | 57 | 124 | 0 | 46 | 412 | 111 | 44 |
| Binary | 1010100 | 11001 | 10011111 | 101111 | 1010100 | 0 | 100110 | 100001010 | 1001001 | 100100 |
Color Harmonies of #54199F
Complementary color
Monochromatic Colors of #54199F
Black with #54199F
Text Example
Text Example
White with #54199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54199F; }
p { color: rgb(84,25,159); }
H1.HeaderClassName
{
color: #54199F;
}
.AnyTagClassName
{
color: #54199F;
}
</style>
background-color css
<style>
a { background-color: #54199F; }
a { background-color: rgb(84,25,159); }
div.DivClassName
{
background-color: #54199F;
}
.BgClassName
{
background-color: #54199F;
}
</style>
border-color css
<style>
span { border-color: #54199F; }
span { border-color: rgb(84,25,159); }
td.TdClassName
{
border-color: #54199F;
}
.TagClassName
{
border-color: #54199F;
}
</style>