Shades of Indigo #440890
Tints of Indigo #440890
RGB
CMYK
RGB Variations
Color information
#440890 (or 0x440890) is known color: Indigo. HEX triplet: 44, 08 and 90. RGB value is (68,8,144). Sum of RGB (Red+Green+Blue) = 68+8+144=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #440890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440890 is #BBF76F. Grayscale: #282828. Windows color (decimal): -12318576 or 9439300. OLE color: 9439300.
HSL color Cylindrical-coordinate representation of color #440890: hue angle of 266.47º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440890 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 8 | 144 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.44 |
| HSL | 266.47º | 0.89% | 0.3% | - |
| HSV(B) | 266.47º | 0.94% | 0.56% | - |
| XYZ | 7.5 | 3.42 | 26.65 | - |
| YUV | 41.44 | 185.88 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 144 | 0.53 | 0.94 | 0 | 0.44 | 266.47 | 0.89 | 0.3 |
| Hex | 44 | 8 | 90 | 35 | 5E | 0 | 2C | 10A | 59 | 1E |
| Octal | 104 | 10 | 220 | 65 | 136 | 0 | 54 | 412 | 131 | 36 |
| Binary | 1000100 | 1000 | 10010000 | 110101 | 1011110 | 0 | 101100 | 100001010 | 1011001 | 11110 |
Color Harmonies of #440890
Complementary color
Monochromatic Colors of #440890
Black with #440890
Text Example
Text Example
White with #440890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440890; }
p { color: rgb(68,8,144); }
H1.HeaderClassName
{
color: #440890;
}
.AnyTagClassName
{
color: #440890;
}
</style>
background-color css
<style>
a { background-color: #440890; }
a { background-color: rgb(68,8,144); }
div.DivClassName
{
background-color: #440890;
}
.BgClassName
{
background-color: #440890;
}
</style>
border-color css
<style>
span { border-color: #440890; }
span { border-color: rgb(68,8,144); }
td.TdClassName
{
border-color: #440890;
}
.TagClassName
{
border-color: #440890;
}
</style>