Shades of Indigo #440E91
Tints of Indigo #440E91
RGB
CMYK
RGB Variations
Color information
#440E91 (or 0x440E91) is known color: Indigo. HEX triplet: 44, 0E and 91. RGB value is (68,14,145). Sum of RGB (Red+Green+Blue) = 68+14+145=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #440E91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440E91 is #BBF16E. Grayscale: #2C2C2C. Windows color (decimal): -12317039 or 9506372. OLE color: 9506372.
HSL color Cylindrical-coordinate representation of color #440E91: hue angle of 264.73º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440E91 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 14 | 145 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.43 |
| HSL | 264.73º | 0.82% | 0.31% | - |
| HSV(B) | 264.73º | 0.9% | 0.57% | - |
| XYZ | 7.65 | 3.59 | 27.08 | - |
| YUV | 45.08 | 184.39 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 145 | 0.53 | 0.90 | 0 | 0.43 | 264.73 | 0.82 | 0.31 |
| Hex | 44 | E | 91 | 35 | 5A | 0 | 2B | 109 | 52 | 1F |
| Octal | 104 | 16 | 221 | 65 | 132 | 0 | 53 | 411 | 122 | 37 |
| Binary | 1000100 | 1110 | 10010001 | 110101 | 1011010 | 0 | 101011 | 100001001 | 1010010 | 11111 |
Color Harmonies of #440E91
Complementary color
Monochromatic Colors of #440E91
Black with #440E91
Text Example
Text Example
White with #440E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E91; }
p { color: rgb(68,14,145); }
H1.HeaderClassName
{
color: #440E91;
}
.AnyTagClassName
{
color: #440E91;
}
</style>
background-color css
<style>
a { background-color: #440E91; }
a { background-color: rgb(68,14,145); }
div.DivClassName
{
background-color: #440E91;
}
.BgClassName
{
background-color: #440E91;
}
</style>
border-color css
<style>
span { border-color: #440E91; }
span { border-color: rgb(68,14,145); }
td.TdClassName
{
border-color: #440E91;
}
.TagClassName
{
border-color: #440E91;
}
</style>