Shades of Indigo #54199D
Tints of Indigo #54199D
RGB
CMYK
RGB Variations
Color information
#54199D (or 0x54199D) is known color: Indigo. HEX triplet: 54, 19 and 9D. RGB value is (84,25,157). Sum of RGB (Red+Green+Blue) = 84+25+157=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #54199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54199D is #ABE662. Grayscale: #393939. Windows color (decimal): -11265635 or 10295636. OLE color: 10295636.
HSL color Cylindrical-coordinate representation of color #54199D: hue angle of 266.82º 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 #54199D is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 25 | 157 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.38 |
| HSL | 266.82º | 0.73% | 0.36% | - |
| HSV(B) | 266.82º | 0.84% | 0.62% | - |
| XYZ | 10.09 | 5.01 | 32.33 | - |
| YUV | 57.69 | 184.05 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 157 | 0.46 | 0.84 | 0 | 0.38 | 266.82 | 0.73 | 0.36 |
| Hex | 54 | 19 | 9D | 2E | 54 | 0 | 26 | 10B | 49 | 24 |
| Octal | 124 | 31 | 235 | 56 | 124 | 0 | 46 | 413 | 111 | 44 |
| Binary | 1010100 | 11001 | 10011101 | 101110 | 1010100 | 0 | 100110 | 100001011 | 1001001 | 100100 |
Color Harmonies of #54199D
Complementary color
Monochromatic Colors of #54199D
Black with #54199D
Text Example
Text Example
White with #54199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54199D; }
p { color: rgb(84,25,157); }
H1.HeaderClassName
{
color: #54199D;
}
.AnyTagClassName
{
color: #54199D;
}
</style>
background-color css
<style>
a { background-color: #54199D; }
a { background-color: rgb(84,25,157); }
div.DivClassName
{
background-color: #54199D;
}
.BgClassName
{
background-color: #54199D;
}
</style>
border-color css
<style>
span { border-color: #54199D; }
span { border-color: rgb(84,25,157); }
td.TdClassName
{
border-color: #54199D;
}
.TagClassName
{
border-color: #54199D;
}
</style>