Shades of Indigo #441176
Tints of Indigo #441176
RGB
CMYK
RGB Variations
Color information
#441176 (or 0x441176) is known color: Indigo. HEX triplet: 44, 11 and 76. RGB value is (68,17,118). Sum of RGB (Red+Green+Blue) = 68+17+118=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #441176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441176 is #BBEE89. Grayscale: #2B2B2B. Windows color (decimal): -12316298 or 7737668. OLE color: 7737668.
HSL color Cylindrical-coordinate representation of color #441176: hue angle of 270.3º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441176 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 17 | 118 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.54 |
| HSL | 270.3º | 0.75% | 0.26% | - |
| HSV(B) | 270.3º | 0.86% | 0.46% | - |
| XYZ | 5.85 | 2.94 | 17.4 | - |
| YUV | 43.76 | 169.9 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 118 | 0.42 | 0.86 | 0 | 0.54 | 270.3 | 0.75 | 0.26 |
| Hex | 44 | 11 | 76 | 2A | 56 | 0 | 36 | 10E | 4B | 1A |
| Octal | 104 | 21 | 166 | 52 | 126 | 0 | 66 | 416 | 113 | 32 |
| Binary | 1000100 | 10001 | 1110110 | 101010 | 1010110 | 0 | 110110 | 100001110 | 1001011 | 11010 |
Color Harmonies of #441176
Complementary color
Monochromatic Colors of #441176
Black with #441176
Text Example
Text Example
White with #441176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441176; }
p { color: rgb(68,17,118); }
H1.HeaderClassName
{
color: #441176;
}
.AnyTagClassName
{
color: #441176;
}
</style>
background-color css
<style>
a { background-color: #441176; }
a { background-color: rgb(68,17,118); }
div.DivClassName
{
background-color: #441176;
}
.BgClassName
{
background-color: #441176;
}
</style>
border-color css
<style>
span { border-color: #441176; }
span { border-color: rgb(68,17,118); }
td.TdClassName
{
border-color: #441176;
}
.TagClassName
{
border-color: #441176;
}
</style>