Shades of Indigo #4411A0
Tints of Indigo #4411A0
RGB
CMYK
RGB Variations
Color information
#4411A0 (or 0x4411A0) is known color: Indigo. HEX triplet: 44, 11 and A0. RGB value is (68,17,160). Sum of RGB (Red+Green+Blue) = 68+17+160=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #4411A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4411A0 is #BBEE5F. Grayscale: #303030. Windows color (decimal): -12316256 or 10490180. OLE color: 10490180.
HSL color Cylindrical-coordinate representation of color #4411A0: hue angle of 261.4º 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 #4411A0 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 17 | 160 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.37 |
| HSL | 261.4º | 0.81% | 0.35% | - |
| HSV(B) | 261.4º | 0.89% | 0.63% | - |
| XYZ | 8.93 | 4.17 | 33.59 | - |
| YUV | 48.55 | 190.9 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 160 | 0.57 | 0.89 | 0 | 0.37 | 261.4 | 0.81 | 0.35 |
| Hex | 44 | 11 | A0 | 39 | 59 | 0 | 25 | 105 | 51 | 23 |
| Octal | 104 | 21 | 240 | 71 | 131 | 0 | 45 | 405 | 121 | 43 |
| Binary | 1000100 | 10001 | 10100000 | 111001 | 1011001 | 0 | 100101 | 100000101 | 1010001 | 100011 |
Color Harmonies of #4411A0
Complementary color
Monochromatic Colors of #4411A0
Black with #4411A0
Text Example
Text Example
White with #4411A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4411A0; }
p { color: rgb(68,17,160); }
H1.HeaderClassName
{
color: #4411A0;
}
.AnyTagClassName
{
color: #4411A0;
}
</style>
background-color css
<style>
a { background-color: #4411A0; }
a { background-color: rgb(68,17,160); }
div.DivClassName
{
background-color: #4411A0;
}
.BgClassName
{
background-color: #4411A0;
}
</style>
border-color css
<style>
span { border-color: #4411A0; }
span { border-color: rgb(68,17,160); }
td.TdClassName
{
border-color: #4411A0;
}
.TagClassName
{
border-color: #4411A0;
}
</style>