Shades of Indigo #5507AA
Tints of Indigo #5507AA
RGB
CMYK
RGB Variations
Color information
#5507AA (or 0x5507AA) is known color: Indigo. HEX triplet: 55, 07 and AA. RGB value is (85,7,170). Sum of RGB (Red+Green+Blue) = 85+7+170=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #5507AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5507AA is #AAF855. Grayscale: #303030. Windows color (decimal): -11204694 or 11142997. OLE color: 11142997.
HSL color Cylindrical-coordinate representation of color #5507AA: hue angle of 268.71º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5507AA is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 7 | 170 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.33 |
| HSL | 268.71º | 0.92% | 0.35% | - |
| HSV(B) | 268.71º | 0.96% | 0.67% | - |
| XYZ | 11.08 | 4.99 | 38.41 | - |
| YUV | 48.9 | 196.34 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 170 | 0.50 | 0.96 | 0 | 0.33 | 268.71 | 0.92 | 0.35 |
| Hex | 55 | 7 | AA | 32 | 60 | 0 | 21 | 10D | 5C | 23 |
| Octal | 125 | 7 | 252 | 62 | 140 | 0 | 41 | 415 | 134 | 43 |
| Binary | 1010101 | 111 | 10101010 | 110010 | 1100000 | 0 | 100001 | 100001101 | 1011100 | 100011 |
Color Harmonies of #5507AA
Complementary color
Monochromatic Colors of #5507AA
Black with #5507AA
Text Example
Text Example
White with #5507AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5507AA; }
p { color: rgb(85,7,170); }
H1.HeaderClassName
{
color: #5507AA;
}
.AnyTagClassName
{
color: #5507AA;
}
</style>
background-color css
<style>
a { background-color: #5507AA; }
a { background-color: rgb(85,7,170); }
div.DivClassName
{
background-color: #5507AA;
}
.BgClassName
{
background-color: #5507AA;
}
</style>
border-color css
<style>
span { border-color: #5507AA; }
span { border-color: rgb(85,7,170); }
td.TdClassName
{
border-color: #5507AA;
}
.TagClassName
{
border-color: #5507AA;
}
</style>