Shades of Indigo #440176
Tints of Indigo #440176
RGB
CMYK
RGB Variations
Color information
#440176 (or 0x440176) is known color: Indigo. HEX triplet: 44, 01 and 76. RGB value is (68,1,118). Sum of RGB (Red+Green+Blue) = 68+1+118=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #440176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440176 is #BBFE89. Grayscale: #212121. Windows color (decimal): -12320394 or 7733572. OLE color: 7733572.
HSL color Cylindrical-coordinate representation of color #440176: hue angle of 274.36º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440176 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 1 | 118 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.54 |
| HSL | 274.36º | 0.98% | 0.23% | - |
| HSV(B) | 274.36º | 0.99% | 0.46% | - |
| XYZ | 5.66 | 2.56 | 17.33 | - |
| YUV | 34.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 118 | 0.42 | 0.99 | 0 | 0.54 | 274.36 | 0.98 | 0.23 |
| Hex | 44 | 1 | 76 | 2A | 63 | 0 | 36 | 112 | 62 | 17 |
| Octal | 104 | 1 | 166 | 52 | 143 | 0 | 66 | 422 | 142 | 27 |
| Binary | 1000100 | 1 | 1110110 | 101010 | 1100011 | 0 | 110110 | 100010010 | 1100010 | 10111 |
Color Harmonies of #440176
Complementary color
Monochromatic Colors of #440176
Black with #440176
Text Example
Text Example
White with #440176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440176; }
p { color: rgb(68,1,118); }
H1.HeaderClassName
{
color: #440176;
}
.AnyTagClassName
{
color: #440176;
}
</style>
background-color css
<style>
a { background-color: #440176; }
a { background-color: rgb(68,1,118); }
div.DivClassName
{
background-color: #440176;
}
.BgClassName
{
background-color: #440176;
}
</style>
border-color css
<style>
span { border-color: #440176; }
span { border-color: rgb(68,1,118); }
td.TdClassName
{
border-color: #440176;
}
.TagClassName
{
border-color: #440176;
}
</style>