Shades of Indigo #440EA0
Tints of Indigo #440EA0
RGB
CMYK
RGB Variations
Color information
#440EA0 (or 0x440EA0) is known color: Indigo. HEX triplet: 44, 0E and A0. RGB value is (68,14,160). Sum of RGB (Red+Green+Blue) = 68+14+160=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 160 (62.89% from 255 or 66.12% from 242); Max value from RGB is 160 - color contains mainly: blue. Hex color #440EA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440EA0 is #BBF15F. Grayscale: #2E2E2E. Windows color (decimal): -12317024 or 10489412. OLE color: 10489412.
HSL color Cylindrical-coordinate representation of color #440EA0: hue angle of 262.19º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440EA0 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 14 | 160 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.37 |
| HSL | 262.19º | 0.84% | 0.34% | - |
| HSV(B) | 262.19º | 0.91% | 0.63% | - |
| XYZ | 8.89 | 4.08 | 33.58 | - |
| YUV | 46.79 | 191.89 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 160 | 0.57 | 0.91 | 0 | 0.37 | 262.19 | 0.84 | 0.34 |
| Hex | 44 | E | A0 | 39 | 5B | 0 | 25 | 106 | 54 | 22 |
| Octal | 104 | 16 | 240 | 71 | 133 | 0 | 45 | 406 | 124 | 42 |
| Binary | 1000100 | 1110 | 10100000 | 111001 | 1011011 | 0 | 100101 | 100000110 | 1010100 | 100010 |
Color Harmonies of #440EA0
Complementary color
Monochromatic Colors of #440EA0
Black with #440EA0
Text Example
Text Example
White with #440EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440EA0; }
p { color: rgb(68,14,160); }
H1.HeaderClassName
{
color: #440EA0;
}
.AnyTagClassName
{
color: #440EA0;
}
</style>
background-color css
<style>
a { background-color: #440EA0; }
a { background-color: rgb(68,14,160); }
div.DivClassName
{
background-color: #440EA0;
}
.BgClassName
{
background-color: #440EA0;
}
</style>
border-color css
<style>
span { border-color: #440EA0; }
span { border-color: rgb(68,14,160); }
td.TdClassName
{
border-color: #440EA0;
}
.TagClassName
{
border-color: #440EA0;
}
</style>