Shades of Indigo #440E90
Tints of Indigo #440E90
RGB
CMYK
RGB Variations
Color information
#440E90 (or 0x440E90) is known color: Indigo. HEX triplet: 44, 0E and 90. RGB value is (68,14,144). Sum of RGB (Red+Green+Blue) = 68+14+144=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #440E90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440E90 is #BBF16F. Grayscale: #2C2C2C. Windows color (decimal): -12317040 or 9440836. OLE color: 9440836.
HSL color Cylindrical-coordinate representation of color #440E90: hue angle of 264.92º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440E90 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 14 | 144 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.44 |
| HSL | 264.92º | 0.82% | 0.31% | - |
| HSV(B) | 264.92º | 0.9% | 0.56% | - |
| XYZ | 7.57 | 3.56 | 26.67 | - |
| YUV | 44.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 144 | 0.53 | 0.90 | 0 | 0.44 | 264.92 | 0.82 | 0.31 |
| Hex | 44 | E | 90 | 35 | 5A | 0 | 2C | 109 | 52 | 1F |
| Octal | 104 | 16 | 220 | 65 | 132 | 0 | 54 | 411 | 122 | 37 |
| Binary | 1000100 | 1110 | 10010000 | 110101 | 1011010 | 0 | 101100 | 100001001 | 1010010 | 11111 |
Color Harmonies of #440E90
Complementary color
Monochromatic Colors of #440E90
Black with #440E90
Text Example
Text Example
White with #440E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E90; }
p { color: rgb(68,14,144); }
H1.HeaderClassName
{
color: #440E90;
}
.AnyTagClassName
{
color: #440E90;
}
</style>
background-color css
<style>
a { background-color: #440E90; }
a { background-color: rgb(68,14,144); }
div.DivClassName
{
background-color: #440E90;
}
.BgClassName
{
background-color: #440E90;
}
</style>
border-color css
<style>
span { border-color: #440E90; }
span { border-color: rgb(68,14,144); }
td.TdClassName
{
border-color: #440E90;
}
.TagClassName
{
border-color: #440E90;
}
</style>