Shades of Indigo #5512A3
Tints of Indigo #5512A3
RGB
CMYK
RGB Variations
Color information
#5512A3 (or 0x5512A3) is known color: Indigo. HEX triplet: 55, 12 and A3. RGB value is (85,18,163). Sum of RGB (Red+Green+Blue) = 85+18+163=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 163 (64.06% from 255 or 61.28% from 266); Max value from RGB is 163 - color contains mainly: blue. Hex color #5512A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5512A3 is #AAED5C. Grayscale: #363636. Windows color (decimal): -11201885 or 10687061. OLE color: 10687061.
HSL color Cylindrical-coordinate representation of color #5512A3: hue angle of 267.72º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5512A3 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 18 | 163 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.36 |
| HSL | 267.72º | 0.8% | 0.35% | - |
| HSV(B) | 267.72º | 0.89% | 0.64% | - |
| XYZ | 10.57 | 5.01 | 35.06 | - |
| YUV | 54.56 | 189.2 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 163 | 0.48 | 0.89 | 0 | 0.36 | 267.72 | 0.8 | 0.35 |
| Hex | 55 | 12 | A3 | 30 | 59 | 0 | 24 | 10C | 50 | 23 |
| Octal | 125 | 22 | 243 | 60 | 131 | 0 | 44 | 414 | 120 | 43 |
| Binary | 1010101 | 10010 | 10100011 | 110000 | 1011001 | 0 | 100100 | 100001100 | 1010000 | 100011 |
Color Harmonies of #5512A3
Complementary color
Monochromatic Colors of #5512A3
Black with #5512A3
Text Example
Text Example
White with #5512A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5512A3; }
p { color: rgb(85,18,163); }
H1.HeaderClassName
{
color: #5512A3;
}
.AnyTagClassName
{
color: #5512A3;
}
</style>
background-color css
<style>
a { background-color: #5512A3; }
a { background-color: rgb(85,18,163); }
div.DivClassName
{
background-color: #5512A3;
}
.BgClassName
{
background-color: #5512A3;
}
</style>
border-color css
<style>
span { border-color: #5512A3; }
span { border-color: rgb(85,18,163); }
td.TdClassName
{
border-color: #5512A3;
}
.TagClassName
{
border-color: #5512A3;
}
</style>