Shades of Indigo #440C79
Tints of Indigo #440C79
RGB
CMYK
RGB Variations
Color information
#440C79 (or 0x440C79) is known color: Indigo. HEX triplet: 44, 0C and 79. RGB value is (68,12,121). Sum of RGB (Red+Green+Blue) = 68+12+121=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #440C79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C79 is #BBF386. Grayscale: #282828. Windows color (decimal): -12317575 or 7932996. OLE color: 7932996.
HSL color Cylindrical-coordinate representation of color #440C79: hue angle of 270.83º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440C79 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 12 | 121 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.53 |
| HSL | 270.83º | 0.82% | 0.26% | - |
| HSV(B) | 270.83º | 0.9% | 0.47% | - |
| XYZ | 5.97 | 2.87 | 18.33 | - |
| YUV | 41.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 121 | 0.44 | 0.90 | 0 | 0.53 | 270.83 | 0.82 | 0.26 |
| Hex | 44 | C | 79 | 2C | 5A | 0 | 35 | 10F | 52 | 1A |
| Octal | 104 | 14 | 171 | 54 | 132 | 0 | 65 | 417 | 122 | 32 |
| Binary | 1000100 | 1100 | 1111001 | 101100 | 1011010 | 0 | 110101 | 100001111 | 1010010 | 11010 |
Color Harmonies of #440C79
Complementary color
Monochromatic Colors of #440C79
Black with #440C79
Text Example
Text Example
White with #440C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C79; }
p { color: rgb(68,12,121); }
H1.HeaderClassName
{
color: #440C79;
}
.AnyTagClassName
{
color: #440C79;
}
</style>
background-color css
<style>
a { background-color: #440C79; }
a { background-color: rgb(68,12,121); }
div.DivClassName
{
background-color: #440C79;
}
.BgClassName
{
background-color: #440C79;
}
</style>
border-color css
<style>
span { border-color: #440C79; }
span { border-color: rgb(68,12,121); }
td.TdClassName
{
border-color: #440C79;
}
.TagClassName
{
border-color: #440C79;
}
</style>