Shades of Indigo #54009F
Tints of Indigo #54009F
RGB
CMYK
RGB Variations
Color information
#54009F (or 0x54009F) is known color: Indigo. HEX triplet: 54, 00 and 9F. RGB value is (84,0,159). Sum of RGB (Red+Green+Blue) = 84+0+159=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #54009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54009F is #ABFF60. Grayscale: #2A2A2A. Windows color (decimal): -11272033 or 10420308. OLE color: 10420308.
HSL color Cylindrical-coordinate representation of color #54009F: hue angle of 271.7º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54009F is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 0 | 159 | - |
| CMYK | 0.47 | 1 | 0 | 0.38 |
| HSL | 271.7º | 1% | 0.31% | - |
| HSV(B) | 271.7º | 1% | 0.62% | - |
| XYZ | 9.91 | 4.39 | 33.13 | - |
| YUV | 43.24 | 193.33 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 159 | 0.47 | 1 | 0 | 0.38 | 271.7 | 1 | 0.31 |
| Hex | 54 | 0 | 9F | 2F | 64 | 0 | 26 | 110 | 64 | 1F |
| Octal | 124 | 0 | 237 | 57 | 144 | 0 | 46 | 420 | 144 | 37 |
| Binary | 1010100 | 0 | 10011111 | 101111 | 1100100 | 0 | 100110 | 100010000 | 1100100 | 11111 |
Color Harmonies of #54009F
Complementary color
Monochromatic Colors of #54009F
Black with #54009F
Text Example
Text Example
White with #54009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54009F; }
p { color: rgb(84,0,159); }
H1.HeaderClassName
{
color: #54009F;
}
.AnyTagClassName
{
color: #54009F;
}
</style>
background-color css
<style>
a { background-color: #54009F; }
a { background-color: rgb(84,0,159); }
div.DivClassName
{
background-color: #54009F;
}
.BgClassName
{
background-color: #54009F;
}
</style>
border-color css
<style>
span { border-color: #54009F; }
span { border-color: rgb(84,0,159); }
td.TdClassName
{
border-color: #54009F;
}
.TagClassName
{
border-color: #54009F;
}
</style>