Shades of Indigo #5404AF
Tints of Indigo #5404AF
RGB
CMYK
RGB Variations
Color information
#5404AF (or 0x5404AF) is known color: Indigo. HEX triplet: 54, 04 and AF. RGB value is (84,4,175). Sum of RGB (Red+Green+Blue) = 84+4+175=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #5404AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5404AF is #ABFB50. Grayscale: #2E2E2E. Windows color (decimal): -11270993 or 11469908. OLE color: 11469908.
HSL color Cylindrical-coordinate representation of color #5404AF: hue angle of 268.07º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404AF is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 4 | 175 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.31 |
| HSL | 268.07º | 0.96% | 0.35% | - |
| HSV(B) | 268.07º | 0.98% | 0.69% | - |
| XYZ | 11.44 | 5.07 | 40.93 | - |
| YUV | 47.41 | 200 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 175 | 0.52 | 0.98 | 0 | 0.31 | 268.07 | 0.96 | 0.35 |
| Hex | 54 | 4 | AF | 34 | 62 | 0 | 1F | 10C | 60 | 23 |
| Octal | 124 | 4 | 257 | 64 | 142 | 0 | 37 | 414 | 140 | 43 |
| Binary | 1010100 | 100 | 10101111 | 110100 | 1100010 | 0 | 11111 | 100001100 | 1100000 | 100011 |
Color Harmonies of #5404AF
Complementary color
Monochromatic Colors of #5404AF
Black with #5404AF
Text Example
Text Example
White with #5404AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5404AF; }
p { color: rgb(84,4,175); }
H1.HeaderClassName
{
color: #5404AF;
}
.AnyTagClassName
{
color: #5404AF;
}
</style>
background-color css
<style>
a { background-color: #5404AF; }
a { background-color: rgb(84,4,175); }
div.DivClassName
{
background-color: #5404AF;
}
.BgClassName
{
background-color: #5404AF;
}
</style>
border-color css
<style>
span { border-color: #5404AF; }
span { border-color: rgb(84,4,175); }
td.TdClassName
{
border-color: #5404AF;
}
.TagClassName
{
border-color: #5404AF;
}
</style>