Shades of Indigo #440992
Tints of Indigo #440992
RGB
CMYK
RGB Variations
Color information
#440992 (or 0x440992) is known color: Indigo. HEX triplet: 44, 09 and 92. RGB value is (68,9,146). Sum of RGB (Red+Green+Blue) = 68+9+146=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #440992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440992 is #BBF66D. Grayscale: #292929. Windows color (decimal): -12318318 or 9570628. OLE color: 9570628.
HSL color Cylindrical-coordinate representation of color #440992: hue angle of 265.84º degrees, saturation: 0.88, 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 #440992 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 9 | 146 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.43 |
| HSL | 265.84º | 0.88% | 0.3% | - |
| HSV(B) | 265.84º | 0.94% | 0.57% | - |
| XYZ | 7.67 | 3.5 | 27.47 | - |
| YUV | 42.26 | 186.55 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 146 | 0.53 | 0.94 | 0 | 0.43 | 265.84 | 0.88 | 0.3 |
| Hex | 44 | 9 | 92 | 35 | 5E | 0 | 2B | 10A | 58 | 1E |
| Octal | 104 | 11 | 222 | 65 | 136 | 0 | 53 | 412 | 130 | 36 |
| Binary | 1000100 | 1001 | 10010010 | 110101 | 1011110 | 0 | 101011 | 100001010 | 1011000 | 11110 |
Color Harmonies of #440992
Complementary color
Monochromatic Colors of #440992
Black with #440992
Text Example
Text Example
White with #440992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440992; }
p { color: rgb(68,9,146); }
H1.HeaderClassName
{
color: #440992;
}
.AnyTagClassName
{
color: #440992;
}
</style>
background-color css
<style>
a { background-color: #440992; }
a { background-color: rgb(68,9,146); }
div.DivClassName
{
background-color: #440992;
}
.BgClassName
{
background-color: #440992;
}
</style>
border-color css
<style>
span { border-color: #440992; }
span { border-color: rgb(68,9,146); }
td.TdClassName
{
border-color: #440992;
}
.TagClassName
{
border-color: #440992;
}
</style>