Shades of Indigo #440E73
Tints of Indigo #440E73
RGB
CMYK
RGB Variations
Color information
#440E73 (or 0x440E73) is known color: Indigo. HEX triplet: 44, 0E and 73. RGB value is (68,14,115). Sum of RGB (Red+Green+Blue) = 68+14+115=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #440E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440E73 is #BBF18C. Grayscale: #292929. Windows color (decimal): -12317069 or 7540292. OLE color: 7540292.
HSL color Cylindrical-coordinate representation of color #440E73: hue angle of 272.08º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440E73 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 14 | 115 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.55 |
| HSL | 272.08º | 0.78% | 0.25% | - |
| HSV(B) | 272.08º | 0.88% | 0.45% | - |
| XYZ | 5.64 | 2.78 | 16.46 | - |
| YUV | 41.66 | 169.39 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 115 | 0.41 | 0.88 | 0 | 0.55 | 272.08 | 0.78 | 0.25 |
| Hex | 44 | E | 73 | 29 | 58 | 0 | 37 | 110 | 4E | 19 |
| Octal | 104 | 16 | 163 | 51 | 130 | 0 | 67 | 420 | 116 | 31 |
| Binary | 1000100 | 1110 | 1110011 | 101001 | 1011000 | 0 | 110111 | 100010000 | 1001110 | 11001 |
Color Harmonies of #440E73
Complementary color
Monochromatic Colors of #440E73
Black with #440E73
Text Example
Text Example
White with #440E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E73; }
p { color: rgb(68,14,115); }
H1.HeaderClassName
{
color: #440E73;
}
.AnyTagClassName
{
color: #440E73;
}
</style>
background-color css
<style>
a { background-color: #440E73; }
a { background-color: rgb(68,14,115); }
div.DivClassName
{
background-color: #440E73;
}
.BgClassName
{
background-color: #440E73;
}
</style>
border-color css
<style>
span { border-color: #440E73; }
span { border-color: rgb(68,14,115); }
td.TdClassName
{
border-color: #440E73;
}
.TagClassName
{
border-color: #440E73;
}
</style>