Shades of Indigo #440789
Tints of Indigo #440789
RGB
CMYK
RGB Variations
Color information
#440789 (or 0x440789) is known color: Indigo. HEX triplet: 44, 07 and 89. RGB value is (68,7,137). Sum of RGB (Red+Green+Blue) = 68+7+137=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #440789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440789 is #BBF876. Grayscale: #272727. Windows color (decimal): -12318839 or 8980292. OLE color: 8980292.
HSL color Cylindrical-coordinate representation of color #440789: hue angle of 268.15º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440789 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 7 | 137 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.46 |
| HSL | 268.15º | 0.9% | 0.28% | - |
| HSV(B) | 268.15º | 0.95% | 0.54% | - |
| XYZ | 6.98 | 3.19 | 23.91 | - |
| YUV | 40.06 | 182.71 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 137 | 0.50 | 0.95 | 0 | 0.46 | 268.15 | 0.9 | 0.28 |
| Hex | 44 | 7 | 89 | 32 | 5F | 0 | 2E | 10C | 5A | 1C |
| Octal | 104 | 7 | 211 | 62 | 137 | 0 | 56 | 414 | 132 | 34 |
| Binary | 1000100 | 111 | 10001001 | 110010 | 1011111 | 0 | 101110 | 100001100 | 1011010 | 11100 |
Color Harmonies of #440789
Complementary color
Monochromatic Colors of #440789
Black with #440789
Text Example
Text Example
White with #440789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440789; }
p { color: rgb(68,7,137); }
H1.HeaderClassName
{
color: #440789;
}
.AnyTagClassName
{
color: #440789;
}
</style>
background-color css
<style>
a { background-color: #440789; }
a { background-color: rgb(68,7,137); }
div.DivClassName
{
background-color: #440789;
}
.BgClassName
{
background-color: #440789;
}
</style>
border-color css
<style>
span { border-color: #440789; }
span { border-color: rgb(68,7,137); }
td.TdClassName
{
border-color: #440789;
}
.TagClassName
{
border-color: #440789;
}
</style>