Shades of Indigo #440660
Tints of Indigo #440660
RGB
CMYK
RGB Variations
Color information
#440660 (or 0x440660) is known color: Indigo. HEX triplet: 44, 06 and 60. RGB value is (68,6,96). Sum of RGB (Red+Green+Blue) = 68+6+96=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #440660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440660 is #BBF99F. Grayscale: #222222. Windows color (decimal): -12319136 or 6293060. OLE color: 6293060.
HSL color Cylindrical-coordinate representation of color #440660: hue angle of 281.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440660 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 6 | 96 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.62 |
| HSL | 281.33º | 0.88% | 0.2% | - |
| HSV(B) | 281.33º | 0.94% | 0.38% | - |
| XYZ | 4.56 | 2.2 | 11.25 | - |
| YUV | 34.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 96 | 0.29 | 0.94 | 0 | 0.62 | 281.33 | 0.88 | 0.2 |
| Hex | 44 | 6 | 60 | 1D | 5E | 0 | 3E | 119 | 58 | 14 |
| Octal | 104 | 6 | 140 | 35 | 136 | 0 | 76 | 431 | 130 | 24 |
| Binary | 1000100 | 110 | 1100000 | 11101 | 1011110 | 0 | 111110 | 100011001 | 1011000 | 10100 |
Color Harmonies of #440660
Complementary color
Monochromatic Colors of #440660
Black with #440660
Text Example
Text Example
White with #440660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440660; }
p { color: rgb(68,6,96); }
H1.HeaderClassName
{
color: #440660;
}
.AnyTagClassName
{
color: #440660;
}
</style>
background-color css
<style>
a { background-color: #440660; }
a { background-color: rgb(68,6,96); }
div.DivClassName
{
background-color: #440660;
}
.BgClassName
{
background-color: #440660;
}
</style>
border-color css
<style>
span { border-color: #440660; }
span { border-color: rgb(68,6,96); }
td.TdClassName
{
border-color: #440660;
}
.TagClassName
{
border-color: #440660;
}
</style>