Shades of Indigo #440EAB
Tints of Indigo #440EAB
RGB
CMYK
RGB Variations
Color information
#440EAB (or 0x440EAB) is known color: Indigo. HEX triplet: 44, 0E and AB. RGB value is (68,14,171). Sum of RGB (Red+Green+Blue) = 68+14+171=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #440EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440EAB is #BBF154. Grayscale: #2F2F2F. Windows color (decimal): -12317013 or 11210308. OLE color: 11210308.
HSL color Cylindrical-coordinate representation of color #440EAB: hue angle of 260.64º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440EAB is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 14 | 171 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.33 |
| HSL | 260.64º | 0.85% | 0.36% | - |
| HSV(B) | 260.64º | 0.92% | 0.67% | - |
| XYZ | 9.89 | 4.48 | 38.87 | - |
| YUV | 48.04 | 197.39 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 171 | 0.60 | 0.92 | 0 | 0.33 | 260.64 | 0.85 | 0.36 |
| Hex | 44 | E | AB | 3C | 5C | 0 | 21 | 105 | 55 | 24 |
| Octal | 104 | 16 | 253 | 74 | 134 | 0 | 41 | 405 | 125 | 44 |
| Binary | 1000100 | 1110 | 10101011 | 111100 | 1011100 | 0 | 100001 | 100000101 | 1010101 | 100100 |
Color Harmonies of #440EAB
Complementary color
Monochromatic Colors of #440EAB
Black with #440EAB
Text Example
Text Example
White with #440EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440EAB; }
p { color: rgb(68,14,171); }
H1.HeaderClassName
{
color: #440EAB;
}
.AnyTagClassName
{
color: #440EAB;
}
</style>
background-color css
<style>
a { background-color: #440EAB; }
a { background-color: rgb(68,14,171); }
div.DivClassName
{
background-color: #440EAB;
}
.BgClassName
{
background-color: #440EAB;
}
</style>
border-color css
<style>
span { border-color: #440EAB; }
span { border-color: rgb(68,14,171); }
td.TdClassName
{
border-color: #440EAB;
}
.TagClassName
{
border-color: #440EAB;
}
</style>