Shades of Indigo #4511A0
Tints of Indigo #4511A0
RGB
CMYK
RGB Variations
Color information
#4511A0 (or 0x4511A0) is known color: Indigo. HEX triplet: 45, 11 and A0. RGB value is (69,17,160). Sum of RGB (Red+Green+Blue) = 69+17+160=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #4511A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4511A0 is #BAEE5F. Grayscale: #303030. Windows color (decimal): -12250720 or 10490181. OLE color: 10490181.
HSL color Cylindrical-coordinate representation of color #4511A0: hue angle of 261.82º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4511A0 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 17 | 160 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.37 |
| HSL | 261.82º | 0.81% | 0.35% | - |
| HSV(B) | 261.82º | 0.89% | 0.63% | - |
| XYZ | 9 | 4.2 | 33.59 | - |
| YUV | 48.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 160 | 0.57 | 0.89 | 0 | 0.37 | 261.82 | 0.81 | 0.35 |
| Hex | 45 | 11 | A0 | 39 | 59 | 0 | 25 | 106 | 51 | 23 |
| Octal | 105 | 21 | 240 | 71 | 131 | 0 | 45 | 406 | 121 | 43 |
| Binary | 1000101 | 10001 | 10100000 | 111001 | 1011001 | 0 | 100101 | 100000110 | 1010001 | 100011 |
Color Harmonies of #4511A0
Complementary color
Monochromatic Colors of #4511A0
Black with #4511A0
Text Example
Text Example
White with #4511A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4511A0; }
p { color: rgb(69,17,160); }
H1.HeaderClassName
{
color: #4511A0;
}
.AnyTagClassName
{
color: #4511A0;
}
</style>
background-color css
<style>
a { background-color: #4511A0; }
a { background-color: rgb(69,17,160); }
div.DivClassName
{
background-color: #4511A0;
}
.BgClassName
{
background-color: #4511A0;
}
</style>
border-color css
<style>
span { border-color: #4511A0; }
span { border-color: rgb(69,17,160); }
td.TdClassName
{
border-color: #4511A0;
}
.TagClassName
{
border-color: #4511A0;
}
</style>