Shades of Indigo #440772
Tints of Indigo #440772
RGB
CMYK
RGB Variations
Color information
#440772 (or 0x440772) is known color: Indigo. HEX triplet: 44, 07 and 72. RGB value is (68,7,114). Sum of RGB (Red+Green+Blue) = 68+7+114=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #440772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440772 is #BBF88D. Grayscale: #252525. Windows color (decimal): -12318862 or 7472964. OLE color: 7472964.
HSL color Cylindrical-coordinate representation of color #440772: hue angle of 274.21º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440772 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 7 | 114 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.55 |
| HSL | 274.21º | 0.88% | 0.24% | - |
| HSV(B) | 274.21º | 0.94% | 0.45% | - |
| XYZ | 5.5 | 2.6 | 16.13 | - |
| YUV | 37.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 114 | 0.40 | 0.94 | 0 | 0.55 | 274.21 | 0.88 | 0.24 |
| Hex | 44 | 7 | 72 | 28 | 5E | 0 | 37 | 112 | 58 | 18 |
| Octal | 104 | 7 | 162 | 50 | 136 | 0 | 67 | 422 | 130 | 30 |
| Binary | 1000100 | 111 | 1110010 | 101000 | 1011110 | 0 | 110111 | 100010010 | 1011000 | 11000 |
Color Harmonies of #440772
Complementary color
Monochromatic Colors of #440772
Black with #440772
Text Example
Text Example
White with #440772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440772; }
p { color: rgb(68,7,114); }
H1.HeaderClassName
{
color: #440772;
}
.AnyTagClassName
{
color: #440772;
}
</style>
background-color css
<style>
a { background-color: #440772; }
a { background-color: rgb(68,7,114); }
div.DivClassName
{
background-color: #440772;
}
.BgClassName
{
background-color: #440772;
}
</style>
border-color css
<style>
span { border-color: #440772; }
span { border-color: rgb(68,7,114); }
td.TdClassName
{
border-color: #440772;
}
.TagClassName
{
border-color: #440772;
}
</style>