Shades of Indigo #440E84
Tints of Indigo #440E84
RGB
CMYK
RGB Variations
Color information
#440E84 (or 0x440E84) is known color: Indigo. HEX triplet: 44, 0E and 84. RGB value is (68,14,132). Sum of RGB (Red+Green+Blue) = 68+14+132=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #440E84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440E84 is #BBF17B. Grayscale: #2B2B2B. Windows color (decimal): -12317052 or 8654404. OLE color: 8654404.
HSL color Cylindrical-coordinate representation of color #440E84: hue angle of 267.46º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440E84 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 14 | 132 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.48 |
| HSL | 267.46º | 0.81% | 0.29% | - |
| HSV(B) | 267.46º | 0.89% | 0.52% | - |
| XYZ | 6.71 | 3.21 | 22.1 | - |
| YUV | 43.6 | 177.89 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 132 | 0.48 | 0.89 | 0 | 0.48 | 267.46 | 0.81 | 0.29 |
| Hex | 44 | E | 84 | 30 | 59 | 0 | 30 | 10B | 51 | 1D |
| Octal | 104 | 16 | 204 | 60 | 131 | 0 | 60 | 413 | 121 | 35 |
| Binary | 1000100 | 1110 | 10000100 | 110000 | 1011001 | 0 | 110000 | 100001011 | 1010001 | 11101 |
Color Harmonies of #440E84
Complementary color
Monochromatic Colors of #440E84
Black with #440E84
Text Example
Text Example
White with #440E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E84; }
p { color: rgb(68,14,132); }
H1.HeaderClassName
{
color: #440E84;
}
.AnyTagClassName
{
color: #440E84;
}
</style>
background-color css
<style>
a { background-color: #440E84; }
a { background-color: rgb(68,14,132); }
div.DivClassName
{
background-color: #440E84;
}
.BgClassName
{
background-color: #440E84;
}
</style>
border-color css
<style>
span { border-color: #440E84; }
span { border-color: rgb(68,14,132); }
td.TdClassName
{
border-color: #440E84;
}
.TagClassName
{
border-color: #440E84;
}
</style>