Shades of Indigo #5405AB
Tints of Indigo #5405AB
RGB
CMYK
RGB Variations
Color information
#5405AB (or 0x5405AB) is known color: Indigo. HEX triplet: 54, 05 and AB. RGB value is (84,5,171). Sum of RGB (Red+Green+Blue) = 84+5+171=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #5405AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5405AB is #ABFA54. Grayscale: #2E2E2E. Windows color (decimal): -11270741 or 11208020. OLE color: 11208020.
HSL color Cylindrical-coordinate representation of color #5405AB: hue angle of 268.55º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5405AB is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 5 | 171 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.33 |
| HSL | 268.55º | 0.94% | 0.35% | - |
| HSV(B) | 268.55º | 0.97% | 0.67% | - |
| XYZ | 11.06 | 4.93 | 38.9 | - |
| YUV | 47.55 | 197.67 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 171 | 0.51 | 0.97 | 0 | 0.33 | 268.55 | 0.94 | 0.35 |
| Hex | 54 | 5 | AB | 33 | 61 | 0 | 21 | 10D | 5E | 23 |
| Octal | 124 | 5 | 253 | 63 | 141 | 0 | 41 | 415 | 136 | 43 |
| Binary | 1010100 | 101 | 10101011 | 110011 | 1100001 | 0 | 100001 | 100001101 | 1011110 | 100011 |
Color Harmonies of #5405AB
Complementary color
Monochromatic Colors of #5405AB
Black with #5405AB
Text Example
Text Example
White with #5405AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5405AB; }
p { color: rgb(84,5,171); }
H1.HeaderClassName
{
color: #5405AB;
}
.AnyTagClassName
{
color: #5405AB;
}
</style>
background-color css
<style>
a { background-color: #5405AB; }
a { background-color: rgb(84,5,171); }
div.DivClassName
{
background-color: #5405AB;
}
.BgClassName
{
background-color: #5405AB;
}
</style>
border-color css
<style>
span { border-color: #5405AB; }
span { border-color: rgb(84,5,171); }
td.TdClassName
{
border-color: #5405AB;
}
.TagClassName
{
border-color: #5405AB;
}
</style>