Shades of Indigo #540090
Tints of Indigo #540090
RGB
CMYK
RGB Variations
Color information
#540090 (or 0x540090) is known color: Indigo. HEX triplet: 54, 00 and 90. RGB value is (84,0,144). Sum of RGB (Red+Green+Blue) = 84+0+144=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #540090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540090 is #ABFF6F. Grayscale: #292929. Windows color (decimal): -11272048 or 9437268. OLE color: 9437268.
HSL color Cylindrical-coordinate representation of color #540090: hue angle of 275º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540090 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 0 | 144 | - |
| CMYK | 0.42 | 1 | 0 | 0.44 |
| HSL | 275º | 1% | 0.28% | - |
| HSV(B) | 275º | 1% | 0.56% | - |
| XYZ | 8.69 | 3.9 | 26.68 | - |
| YUV | 41.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 144 | 0.42 | 1 | 0 | 0.44 | 275 | 1 | 0.28 |
| Hex | 54 | 0 | 90 | 2A | 64 | 0 | 2C | 113 | 64 | 1C |
| Octal | 124 | 0 | 220 | 52 | 144 | 0 | 54 | 423 | 144 | 34 |
| Binary | 1010100 | 0 | 10010000 | 101010 | 1100100 | 0 | 101100 | 100010011 | 1100100 | 11100 |
Color Harmonies of #540090
Complementary color
Monochromatic Colors of #540090
Black with #540090
Text Example
Text Example
White with #540090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540090; }
p { color: rgb(84,0,144); }
H1.HeaderClassName
{
color: #540090;
}
.AnyTagClassName
{
color: #540090;
}
</style>
background-color css
<style>
a { background-color: #540090; }
a { background-color: rgb(84,0,144); }
div.DivClassName
{
background-color: #540090;
}
.BgClassName
{
background-color: #540090;
}
</style>
border-color css
<style>
span { border-color: #540090; }
span { border-color: rgb(84,0,144); }
td.TdClassName
{
border-color: #540090;
}
.TagClassName
{
border-color: #540090;
}
</style>