Shades of Indigo #440E99
Tints of Indigo #440E99
RGB
CMYK
RGB Variations
Color information
#440E99 (or 0x440E99) is known color: Indigo. HEX triplet: 44, 0E and 99. RGB value is (68,14,153). Sum of RGB (Red+Green+Blue) = 68+14+153=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #440E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440E99 is #BBF166. Grayscale: #2D2D2D. Windows color (decimal): -12317031 or 10030660. OLE color: 10030660.
HSL color Cylindrical-coordinate representation of color #440E99: hue angle of 263.31º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440E99 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 14 | 153 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.4 |
| HSL | 263.31º | 0.83% | 0.33% | - |
| HSV(B) | 263.31º | 0.91% | 0.6% | - |
| XYZ | 8.29 | 3.84 | 30.44 | - |
| YUV | 45.99 | 188.39 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 153 | 0.56 | 0.91 | 0 | 0.4 | 263.31 | 0.83 | 0.33 |
| Hex | 44 | E | 99 | 38 | 5B | 0 | 28 | 107 | 53 | 21 |
| Octal | 104 | 16 | 231 | 70 | 133 | 0 | 50 | 407 | 123 | 41 |
| Binary | 1000100 | 1110 | 10011001 | 111000 | 1011011 | 0 | 101000 | 100000111 | 1010011 | 100001 |
Color Harmonies of #440E99
Complementary color
Monochromatic Colors of #440E99
Black with #440E99
Text Example
Text Example
White with #440E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E99; }
p { color: rgb(68,14,153); }
H1.HeaderClassName
{
color: #440E99;
}
.AnyTagClassName
{
color: #440E99;
}
</style>
background-color css
<style>
a { background-color: #440E99; }
a { background-color: rgb(68,14,153); }
div.DivClassName
{
background-color: #440E99;
}
.BgClassName
{
background-color: #440E99;
}
</style>
border-color css
<style>
span { border-color: #440E99; }
span { border-color: rgb(68,14,153); }
td.TdClassName
{
border-color: #440E99;
}
.TagClassName
{
border-color: #440E99;
}
</style>