Shades of Indigo #5408A2
Tints of Indigo #5408A2
RGB
CMYK
RGB Variations
Color information
#5408A2 (or 0x5408A2) is known color: Indigo. HEX triplet: 54, 08 and A2. RGB value is (84,8,162). Sum of RGB (Red+Green+Blue) = 84+8+162=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 162 (63.67% from 255 or 63.78% from 254); Max value from RGB is 162 - color contains mainly: blue. Hex color #5408A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5408A2 is #ABF75D. Grayscale: #2F2F2F. Windows color (decimal): -11269982 or 10618964. OLE color: 10618964.
HSL color Cylindrical-coordinate representation of color #5408A2: hue angle of 269.61º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5408A2 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 8 | 162 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.36 |
| HSL | 269.61º | 0.91% | 0.33% | - |
| HSV(B) | 269.61º | 0.95% | 0.64% | - |
| XYZ | 10.26 | 4.67 | 34.54 | - |
| YUV | 48.28 | 192.18 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 162 | 0.48 | 0.95 | 0 | 0.36 | 269.61 | 0.91 | 0.33 |
| Hex | 54 | 8 | A2 | 30 | 5F | 0 | 24 | 10E | 5B | 21 |
| Octal | 124 | 10 | 242 | 60 | 137 | 0 | 44 | 416 | 133 | 41 |
| Binary | 1010100 | 1000 | 10100010 | 110000 | 1011111 | 0 | 100100 | 100001110 | 1011011 | 100001 |
Color Harmonies of #5408A2
Complementary color
Monochromatic Colors of #5408A2
Black with #5408A2
Text Example
Text Example
White with #5408A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5408A2; }
p { color: rgb(84,8,162); }
H1.HeaderClassName
{
color: #5408A2;
}
.AnyTagClassName
{
color: #5408A2;
}
</style>
background-color css
<style>
a { background-color: #5408A2; }
a { background-color: rgb(84,8,162); }
div.DivClassName
{
background-color: #5408A2;
}
.BgClassName
{
background-color: #5408A2;
}
</style>
border-color css
<style>
span { border-color: #5408A2; }
span { border-color: rgb(84,8,162); }
td.TdClassName
{
border-color: #5408A2;
}
.TagClassName
{
border-color: #5408A2;
}
</style>