Shades of Indigo #440777
Tints of Indigo #440777
RGB
CMYK
RGB Variations
Color information
#440777 (or 0x440777) is known color: Indigo. HEX triplet: 44, 07 and 77. RGB value is (68,7,119). Sum of RGB (Red+Green+Blue) = 68+7+119=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #440777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440777 is #BBF888. Grayscale: #252525. Windows color (decimal): -12318857 or 7800644. OLE color: 7800644.
HSL color Cylindrical-coordinate representation of color #440777: hue angle of 272.68º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440777 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 7 | 119 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.53 |
| HSL | 272.68º | 0.89% | 0.25% | - |
| HSV(B) | 272.68º | 0.94% | 0.47% | - |
| XYZ | 5.79 | 2.71 | 17.67 | - |
| YUV | 38.01 | 173.71 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 119 | 0.43 | 0.94 | 0 | 0.53 | 272.68 | 0.89 | 0.25 |
| Hex | 44 | 7 | 77 | 2B | 5E | 0 | 35 | 111 | 59 | 19 |
| Octal | 104 | 7 | 167 | 53 | 136 | 0 | 65 | 421 | 131 | 31 |
| Binary | 1000100 | 111 | 1110111 | 101011 | 1011110 | 0 | 110101 | 100010001 | 1011001 | 11001 |
Color Harmonies of #440777
Complementary color
Monochromatic Colors of #440777
Black with #440777
Text Example
Text Example
White with #440777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440777; }
p { color: rgb(68,7,119); }
H1.HeaderClassName
{
color: #440777;
}
.AnyTagClassName
{
color: #440777;
}
</style>
background-color css
<style>
a { background-color: #440777; }
a { background-color: rgb(68,7,119); }
div.DivClassName
{
background-color: #440777;
}
.BgClassName
{
background-color: #440777;
}
</style>
border-color css
<style>
span { border-color: #440777; }
span { border-color: rgb(68,7,119); }
td.TdClassName
{
border-color: #440777;
}
.TagClassName
{
border-color: #440777;
}
</style>