Shades of Indigo #540F90
Tints of Indigo #540F90
RGB
CMYK
RGB Variations
Color information
#540F90 (or 0x540F90) is known color: Indigo. HEX triplet: 54, 0F and 90. RGB value is (84,15,144). Sum of RGB (Red+Green+Blue) = 84+15+144=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #540F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540F90 is #ABF06F. Grayscale: #313131. Windows color (decimal): -11268208 or 9441108. OLE color: 9441108.
HSL color Cylindrical-coordinate representation of color #540F90: hue angle of 272.09º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540F90 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 15 | 144 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.44 |
| HSL | 272.09º | 0.81% | 0.31% | - |
| HSV(B) | 272.09º | 0.9% | 0.56% | - |
| XYZ | 8.86 | 4.24 | 26.74 | - |
| YUV | 50.34 | 180.86 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 144 | 0.42 | 0.90 | 0 | 0.44 | 272.09 | 0.81 | 0.31 |
| Hex | 54 | F | 90 | 2A | 5A | 0 | 2C | 110 | 51 | 1F |
| Octal | 124 | 17 | 220 | 52 | 132 | 0 | 54 | 420 | 121 | 37 |
| Binary | 1010100 | 1111 | 10010000 | 101010 | 1011010 | 0 | 101100 | 100010000 | 1010001 | 11111 |
Color Harmonies of #540F90
Complementary color
Monochromatic Colors of #540F90
Black with #540F90
Text Example
Text Example
White with #540F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F90; }
p { color: rgb(84,15,144); }
H1.HeaderClassName
{
color: #540F90;
}
.AnyTagClassName
{
color: #540F90;
}
</style>
background-color css
<style>
a { background-color: #540F90; }
a { background-color: rgb(84,15,144); }
div.DivClassName
{
background-color: #540F90;
}
.BgClassName
{
background-color: #540F90;
}
</style>
border-color css
<style>
span { border-color: #540F90; }
span { border-color: rgb(84,15,144); }
td.TdClassName
{
border-color: #540F90;
}
.TagClassName
{
border-color: #540F90;
}
</style>