Shades of Indigo #440E80
Tints of Indigo #440E80
RGB
CMYK
RGB Variations
Color information
#440E80 (or 0x440E80) is known color: Indigo. HEX triplet: 44, 0E and 80. RGB value is (68,14,128). Sum of RGB (Red+Green+Blue) = 68+14+128=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #440E80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440E80 is #BBF17F. Grayscale: #2A2A2A. Windows color (decimal): -12317056 or 8392260. OLE color: 8392260.
HSL color Cylindrical-coordinate representation of color #440E80: hue angle of 268.42º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440E80 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 14 | 128 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.50 |
| HSL | 268.42º | 0.8% | 0.28% | - |
| HSV(B) | 268.42º | 0.89% | 0.5% | - |
| XYZ | 6.44 | 3.1 | 20.68 | - |
| YUV | 43.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 128 | 0.47 | 0.89 | 0 | 0.50 | 268.42 | 0.8 | 0.28 |
| Hex | 44 | E | 80 | 2F | 59 | 0 | 32 | 10C | 50 | 1C |
| Octal | 104 | 16 | 200 | 57 | 131 | 0 | 62 | 414 | 120 | 34 |
| Binary | 1000100 | 1110 | 10000000 | 101111 | 1011001 | 0 | 110010 | 100001100 | 1010000 | 11100 |
Color Harmonies of #440E80
Complementary color
Monochromatic Colors of #440E80
Black with #440E80
Text Example
Text Example
White with #440E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E80; }
p { color: rgb(68,14,128); }
H1.HeaderClassName
{
color: #440E80;
}
.AnyTagClassName
{
color: #440E80;
}
</style>
background-color css
<style>
a { background-color: #440E80; }
a { background-color: rgb(68,14,128); }
div.DivClassName
{
background-color: #440E80;
}
.BgClassName
{
background-color: #440E80;
}
</style>
border-color css
<style>
span { border-color: #440E80; }
span { border-color: rgb(68,14,128); }
td.TdClassName
{
border-color: #440E80;
}
.TagClassName
{
border-color: #440E80;
}
</style>