Shades of Indigo #5402AA
Tints of Indigo #5402AA
RGB
CMYK
RGB Variations
Color information
#5402AA (or 0x5402AA) is known color: Indigo. HEX triplet: 54, 02 and AA. RGB value is (84,2,170). Sum of RGB (Red+Green+Blue) = 84+2+170=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #5402AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5402AA is #ABFD55. Grayscale: #2D2D2D. Windows color (decimal): -11271510 or 11141716. OLE color: 11141716.
HSL color Cylindrical-coordinate representation of color #5402AA: hue angle of 269.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5402AA is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 2 | 170 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.33 |
| HSL | 269.29º | 0.98% | 0.34% | - |
| HSV(B) | 269.29º | 0.99% | 0.67% | - |
| XYZ | 10.93 | 4.83 | 38.39 | - |
| YUV | 45.67 | 198.17 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 170 | 0.51 | 0.99 | 0 | 0.33 | 269.29 | 0.98 | 0.34 |
| Hex | 54 | 2 | AA | 33 | 63 | 0 | 21 | 10D | 62 | 22 |
| Octal | 124 | 2 | 252 | 63 | 143 | 0 | 41 | 415 | 142 | 42 |
| Binary | 1010100 | 10 | 10101010 | 110011 | 1100011 | 0 | 100001 | 100001101 | 1100010 | 100010 |
Color Harmonies of #5402AA
Complementary color
Monochromatic Colors of #5402AA
Black with #5402AA
Text Example
Text Example
White with #5402AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5402AA; }
p { color: rgb(84,2,170); }
H1.HeaderClassName
{
color: #5402AA;
}
.AnyTagClassName
{
color: #5402AA;
}
</style>
background-color css
<style>
a { background-color: #5402AA; }
a { background-color: rgb(84,2,170); }
div.DivClassName
{
background-color: #5402AA;
}
.BgClassName
{
background-color: #5402AA;
}
</style>
border-color css
<style>
span { border-color: #5402AA; }
span { border-color: rgb(84,2,170); }
td.TdClassName
{
border-color: #5402AA;
}
.TagClassName
{
border-color: #5402AA;
}
</style>