Shades of Indigo #440891
Tints of Indigo #440891
RGB
CMYK
RGB Variations
Color information
#440891 (or 0x440891) is known color: Indigo. HEX triplet: 44, 08 and 91. RGB value is (68,8,145). Sum of RGB (Red+Green+Blue) = 68+8+145=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #440891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440891 is #BBF76E. Grayscale: #292929. Windows color (decimal): -12318575 or 9504836. OLE color: 9504836.
HSL color Cylindrical-coordinate representation of color #440891: hue angle of 266.28º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440891 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 8 | 145 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.43 |
| HSL | 266.28º | 0.9% | 0.3% | - |
| HSV(B) | 266.28º | 0.94% | 0.57% | - |
| XYZ | 7.58 | 3.45 | 27.05 | - |
| YUV | 41.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 145 | 0.53 | 0.94 | 0 | 0.43 | 266.28 | 0.9 | 0.3 |
| Hex | 44 | 8 | 91 | 35 | 5E | 0 | 2B | 10A | 5A | 1E |
| Octal | 104 | 10 | 221 | 65 | 136 | 0 | 53 | 412 | 132 | 36 |
| Binary | 1000100 | 1000 | 10010001 | 110101 | 1011110 | 0 | 101011 | 100001010 | 1011010 | 11110 |
Color Harmonies of #440891
Complementary color
Monochromatic Colors of #440891
Black with #440891
Text Example
Text Example
White with #440891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440891; }
p { color: rgb(68,8,145); }
H1.HeaderClassName
{
color: #440891;
}
.AnyTagClassName
{
color: #440891;
}
</style>
background-color css
<style>
a { background-color: #440891; }
a { background-color: rgb(68,8,145); }
div.DivClassName
{
background-color: #440891;
}
.BgClassName
{
background-color: #440891;
}
</style>
border-color css
<style>
span { border-color: #440891; }
span { border-color: rgb(68,8,145); }
td.TdClassName
{
border-color: #440891;
}
.TagClassName
{
border-color: #440891;
}
</style>