Shades of Indigo #441172
Tints of Indigo #441172
RGB
CMYK
RGB Variations
Color information
#441172 (or 0x441172) is known color: Indigo. HEX triplet: 44, 11 and 72. RGB value is (68,17,114). Sum of RGB (Red+Green+Blue) = 68+17+114=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #441172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441172 is #BBEE8D. Grayscale: #2A2A2A. Windows color (decimal): -12316302 or 7475524. OLE color: 7475524.
HSL color Cylindrical-coordinate representation of color #441172: hue angle of 271.55º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441172 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 17 | 114 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.55 |
| HSL | 271.55º | 0.74% | 0.26% | - |
| HSV(B) | 271.55º | 0.85% | 0.45% | - |
| XYZ | 5.62 | 2.84 | 16.17 | - |
| YUV | 43.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 114 | 0.40 | 0.85 | 0 | 0.55 | 271.55 | 0.74 | 0.26 |
| Hex | 44 | 11 | 72 | 28 | 55 | 0 | 37 | 110 | 4A | 1A |
| Octal | 104 | 21 | 162 | 50 | 125 | 0 | 67 | 420 | 112 | 32 |
| Binary | 1000100 | 10001 | 1110010 | 101000 | 1010101 | 0 | 110111 | 100010000 | 1001010 | 11010 |
Color Harmonies of #441172
Complementary color
Monochromatic Colors of #441172
Black with #441172
Text Example
Text Example
White with #441172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441172; }
p { color: rgb(68,17,114); }
H1.HeaderClassName
{
color: #441172;
}
.AnyTagClassName
{
color: #441172;
}
</style>
background-color css
<style>
a { background-color: #441172; }
a { background-color: rgb(68,17,114); }
div.DivClassName
{
background-color: #441172;
}
.BgClassName
{
background-color: #441172;
}
</style>
border-color css
<style>
span { border-color: #441172; }
span { border-color: rgb(68,17,114); }
td.TdClassName
{
border-color: #441172;
}
.TagClassName
{
border-color: #441172;
}
</style>