Shades of Indigo #5509A1
Tints of Indigo #5509A1
RGB
CMYK
RGB Variations
Color information
#5509A1 (or 0x5509A1) is known color: Indigo. HEX triplet: 55, 09 and A1. RGB value is (85,9,161). Sum of RGB (Red+Green+Blue) = 85+9+161=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 161 (63.28% from 255 or 63.14% from 255); Max value from RGB is 161 - color contains mainly: blue. Hex color #5509A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5509A1 is #AAF65E. Grayscale: #303030. Windows color (decimal): -11204191 or 10553685. OLE color: 10553685.
HSL color Cylindrical-coordinate representation of color #5509A1: hue angle of 270º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5509A1 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 9 | 161 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.37 |
| HSL | 270º | 0.89% | 0.33% | - |
| HSV(B) | 270º | 0.94% | 0.63% | - |
| XYZ | 10.28 | 4.7 | 34.08 | - |
| YUV | 49.05 | 191.18 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 161 | 0.47 | 0.94 | 0 | 0.37 | 270 | 0.89 | 0.33 |
| Hex | 55 | 9 | A1 | 2F | 5E | 0 | 25 | 10E | 59 | 21 |
| Octal | 125 | 11 | 241 | 57 | 136 | 0 | 45 | 416 | 131 | 41 |
| Binary | 1010101 | 1001 | 10100001 | 101111 | 1011110 | 0 | 100101 | 100001110 | 1011001 | 100001 |
Color Harmonies of #5509A1
Complementary color
Monochromatic Colors of #5509A1
Black with #5509A1
Text Example
Text Example
White with #5509A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5509A1; }
p { color: rgb(85,9,161); }
H1.HeaderClassName
{
color: #5509A1;
}
.AnyTagClassName
{
color: #5509A1;
}
</style>
background-color css
<style>
a { background-color: #5509A1; }
a { background-color: rgb(85,9,161); }
div.DivClassName
{
background-color: #5509A1;
}
.BgClassName
{
background-color: #5509A1;
}
</style>
border-color css
<style>
span { border-color: #5509A1; }
span { border-color: rgb(85,9,161); }
td.TdClassName
{
border-color: #5509A1;
}
.TagClassName
{
border-color: #5509A1;
}
</style>