Shades of Indigo #440879
Tints of Indigo #440879
RGB
CMYK
RGB Variations
Color information
#440879 (or 0x440879) is known color: Indigo. HEX triplet: 44, 08 and 79. RGB value is (68,8,121). Sum of RGB (Red+Green+Blue) = 68+8+121=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #440879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440879 is #BBF786. Grayscale: #262626. Windows color (decimal): -12318599 or 7931972. OLE color: 7931972.
HSL color Cylindrical-coordinate representation of color #440879: hue angle of 271.86º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440879 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 8 | 121 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.53 |
| HSL | 271.86º | 0.88% | 0.25% | - |
| HSV(B) | 271.86º | 0.93% | 0.47% | - |
| XYZ | 5.92 | 2.78 | 18.31 | - |
| YUV | 38.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 121 | 0.44 | 0.93 | 0 | 0.53 | 271.86 | 0.88 | 0.25 |
| Hex | 44 | 8 | 79 | 2C | 5D | 0 | 35 | 110 | 58 | 19 |
| Octal | 104 | 10 | 171 | 54 | 135 | 0 | 65 | 420 | 130 | 31 |
| Binary | 1000100 | 1000 | 1111001 | 101100 | 1011101 | 0 | 110101 | 100010000 | 1011000 | 11001 |
Color Harmonies of #440879
Complementary color
Monochromatic Colors of #440879
Black with #440879
Text Example
Text Example
White with #440879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440879; }
p { color: rgb(68,8,121); }
H1.HeaderClassName
{
color: #440879;
}
.AnyTagClassName
{
color: #440879;
}
</style>
background-color css
<style>
a { background-color: #440879; }
a { background-color: rgb(68,8,121); }
div.DivClassName
{
background-color: #440879;
}
.BgClassName
{
background-color: #440879;
}
</style>
border-color css
<style>
span { border-color: #440879; }
span { border-color: rgb(68,8,121); }
td.TdClassName
{
border-color: #440879;
}
.TagClassName
{
border-color: #440879;
}
</style>