Shades of Indigo #540270
Tints of Indigo #540270
RGB
CMYK
RGB Variations
Color information
#540270 (or 0x540270) is known color: Indigo. HEX triplet: 54, 02 and 70. RGB value is (84,2,112). Sum of RGB (Red+Green+Blue) = 84+2+112=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #540270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540270 is #ABFD8F. Grayscale: #262626. Windows color (decimal): -11271568 or 7340628. OLE color: 7340628.
HSL color Cylindrical-coordinate representation of color #540270: hue angle of 284.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540270 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 2 | 112 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.56 |
| HSL | 284.73º | 0.96% | 0.22% | - |
| HSV(B) | 284.73º | 0.98% | 0.44% | - |
| XYZ | 6.6 | 3.1 | 15.58 | - |
| YUV | 39.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 112 | 0.25 | 0.98 | 0 | 0.56 | 284.73 | 0.96 | 0.22 |
| Hex | 54 | 2 | 70 | 19 | 62 | 0 | 38 | 11D | 60 | 16 |
| Octal | 124 | 2 | 160 | 31 | 142 | 0 | 70 | 435 | 140 | 26 |
| Binary | 1010100 | 10 | 1110000 | 11001 | 1100010 | 0 | 111000 | 100011101 | 1100000 | 10110 |
Color Harmonies of #540270
Complementary color
Monochromatic Colors of #540270
Black with #540270
Text Example
Text Example
White with #540270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540270; }
p { color: rgb(84,2,112); }
H1.HeaderClassName
{
color: #540270;
}
.AnyTagClassName
{
color: #540270;
}
</style>
background-color css
<style>
a { background-color: #540270; }
a { background-color: rgb(84,2,112); }
div.DivClassName
{
background-color: #540270;
}
.BgClassName
{
background-color: #540270;
}
</style>
border-color css
<style>
span { border-color: #540270; }
span { border-color: rgb(84,2,112); }
td.TdClassName
{
border-color: #540270;
}
.TagClassName
{
border-color: #540270;
}
</style>