Shades of Indigo #441196
Tints of Indigo #441196
RGB
CMYK
RGB Variations
Color information
#441196 (or 0x441196) is known color: Indigo. HEX triplet: 44, 11 and 96. RGB value is (68,17,150). Sum of RGB (Red+Green+Blue) = 68+17+150=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #441196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441196 is #BBEE69. Grayscale: #2E2E2E. Windows color (decimal): -12316266 or 9834820. OLE color: 9834820.
HSL color Cylindrical-coordinate representation of color #441196: hue angle of 263.01º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441196 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 17 | 150 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.41 |
| HSL | 263.01º | 0.8% | 0.33% | - |
| HSV(B) | 263.01º | 0.89% | 0.59% | - |
| XYZ | 8.09 | 3.83 | 29.17 | - |
| YUV | 47.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 150 | 0.55 | 0.89 | 0 | 0.41 | 263.01 | 0.8 | 0.33 |
| Hex | 44 | 11 | 96 | 37 | 59 | 0 | 29 | 107 | 50 | 21 |
| Octal | 104 | 21 | 226 | 67 | 131 | 0 | 51 | 407 | 120 | 41 |
| Binary | 1000100 | 10001 | 10010110 | 110111 | 1011001 | 0 | 101001 | 100000111 | 1010000 | 100001 |
Color Harmonies of #441196
Complementary color
Monochromatic Colors of #441196
Black with #441196
Text Example
Text Example
White with #441196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441196; }
p { color: rgb(68,17,150); }
H1.HeaderClassName
{
color: #441196;
}
.AnyTagClassName
{
color: #441196;
}
</style>
background-color css
<style>
a { background-color: #441196; }
a { background-color: rgb(68,17,150); }
div.DivClassName
{
background-color: #441196;
}
.BgClassName
{
background-color: #441196;
}
</style>
border-color css
<style>
span { border-color: #441196; }
span { border-color: rgb(68,17,150); }
td.TdClassName
{
border-color: #441196;
}
.TagClassName
{
border-color: #441196;
}
</style>