Shades of Indigo #440679
Tints of Indigo #440679
RGB
CMYK
RGB Variations
Color information
#440679 (or 0x440679) is known color: Indigo. HEX triplet: 44, 06 and 79. RGB value is (68,6,121). Sum of RGB (Red+Green+Blue) = 68+6+121=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #440679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440679 is #BBF986. Grayscale: #252525. Windows color (decimal): -12319111 or 7931460. OLE color: 7931460.
HSL color Cylindrical-coordinate representation of color #440679: hue angle of 272.35º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440679 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 6 | 121 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.53 |
| HSL | 272.35º | 0.91% | 0.25% | - |
| HSV(B) | 272.35º | 0.95% | 0.47% | - |
| XYZ | 5.9 | 2.74 | 18.31 | - |
| YUV | 37.65 | 175.04 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 121 | 0.44 | 0.95 | 0 | 0.53 | 272.35 | 0.91 | 0.25 |
| Hex | 44 | 6 | 79 | 2C | 5F | 0 | 35 | 110 | 5B | 19 |
| Octal | 104 | 6 | 171 | 54 | 137 | 0 | 65 | 420 | 133 | 31 |
| Binary | 1000100 | 110 | 1111001 | 101100 | 1011111 | 0 | 110101 | 100010000 | 1011011 | 11001 |
Color Harmonies of #440679
Complementary color
Monochromatic Colors of #440679
Black with #440679
Text Example
Text Example
White with #440679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440679; }
p { color: rgb(68,6,121); }
H1.HeaderClassName
{
color: #440679;
}
.AnyTagClassName
{
color: #440679;
}
</style>
background-color css
<style>
a { background-color: #440679; }
a { background-color: rgb(68,6,121); }
div.DivClassName
{
background-color: #440679;
}
.BgClassName
{
background-color: #440679;
}
</style>
border-color css
<style>
span { border-color: #440679; }
span { border-color: rgb(68,6,121); }
td.TdClassName
{
border-color: #440679;
}
.TagClassName
{
border-color: #440679;
}
</style>