Shades of Indigo #441199
Tints of Indigo #441199
RGB
CMYK
RGB Variations
Color information
#441199 (or 0x441199) is known color: Indigo. HEX triplet: 44, 11 and 99. RGB value is (68,17,153). Sum of RGB (Red+Green+Blue) = 68+17+153=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #441199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441199 is #BBEE66. Grayscale: #2F2F2F. Windows color (decimal): -12316263 or 10031428. OLE color: 10031428.
HSL color Cylindrical-coordinate representation of color #441199: hue angle of 262.5º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441199 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 17 | 153 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.4 |
| HSL | 262.5º | 0.8% | 0.33% | - |
| HSV(B) | 262.5º | 0.89% | 0.6% | - |
| XYZ | 8.33 | 3.93 | 30.46 | - |
| YUV | 47.75 | 187.4 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 153 | 0.56 | 0.89 | 0 | 0.4 | 262.5 | 0.8 | 0.33 |
| Hex | 44 | 11 | 99 | 38 | 59 | 0 | 28 | 106 | 50 | 21 |
| Octal | 104 | 21 | 231 | 70 | 131 | 0 | 50 | 406 | 120 | 41 |
| Binary | 1000100 | 10001 | 10011001 | 111000 | 1011001 | 0 | 101000 | 100000110 | 1010000 | 100001 |
Color Harmonies of #441199
Complementary color
Monochromatic Colors of #441199
Black with #441199
Text Example
Text Example
White with #441199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441199; }
p { color: rgb(68,17,153); }
H1.HeaderClassName
{
color: #441199;
}
.AnyTagClassName
{
color: #441199;
}
</style>
background-color css
<style>
a { background-color: #441199; }
a { background-color: rgb(68,17,153); }
div.DivClassName
{
background-color: #441199;
}
.BgClassName
{
background-color: #441199;
}
</style>
border-color css
<style>
span { border-color: #441199; }
span { border-color: rgb(68,17,153); }
td.TdClassName
{
border-color: #441199;
}
.TagClassName
{
border-color: #441199;
}
</style>