Shades of Indigo #5504A7
Tints of Indigo #5504A7
RGB
CMYK
RGB Variations
Color information
#5504A7 (or 0x5504A7) is known color: Indigo. HEX triplet: 55, 04 and A7. RGB value is (85,4,167). Sum of RGB (Red+Green+Blue) = 85+4+167=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 167 (65.62% from 255 or 65.23% from 256); Max value from RGB is 167 - color contains mainly: blue. Hex color #5504A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5504A7 is #AAFB58. Grayscale: #2E2E2E. Windows color (decimal): -11205465 or 10945621. OLE color: 10945621.
HSL color Cylindrical-coordinate representation of color #5504A7: hue angle of 269.82º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5504A7 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 4 | 167 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.35 |
| HSL | 269.82º | 0.95% | 0.34% | - |
| HSV(B) | 269.82º | 0.98% | 0.65% | - |
| XYZ | 10.76 | 4.81 | 36.92 | - |
| YUV | 46.8 | 195.84 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 167 | 0.49 | 0.98 | 0 | 0.35 | 269.82 | 0.95 | 0.34 |
| Hex | 55 | 4 | A7 | 31 | 62 | 0 | 23 | 10E | 5F | 22 |
| Octal | 125 | 4 | 247 | 61 | 142 | 0 | 43 | 416 | 137 | 42 |
| Binary | 1010101 | 100 | 10100111 | 110001 | 1100010 | 0 | 100011 | 100001110 | 1011111 | 100010 |
Color Harmonies of #5504A7
Complementary color
Monochromatic Colors of #5504A7
Black with #5504A7
Text Example
Text Example
White with #5504A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5504A7; }
p { color: rgb(85,4,167); }
H1.HeaderClassName
{
color: #5504A7;
}
.AnyTagClassName
{
color: #5504A7;
}
</style>
background-color css
<style>
a { background-color: #5504A7; }
a { background-color: rgb(85,4,167); }
div.DivClassName
{
background-color: #5504A7;
}
.BgClassName
{
background-color: #5504A7;
}
</style>
border-color css
<style>
span { border-color: #5504A7; }
span { border-color: rgb(85,4,167); }
td.TdClassName
{
border-color: #5504A7;
}
.TagClassName
{
border-color: #5504A7;
}
</style>