Shades of Indigo #440696
Tints of Indigo #440696
RGB
CMYK
RGB Variations
Color information
#440696 (or 0x440696) is known color: Indigo. HEX triplet: 44, 06 and 96. RGB value is (68,6,150). Sum of RGB (Red+Green+Blue) = 68+6+150=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #440696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440696 is #BBF969. Grayscale: #282828. Windows color (decimal): -12319082 or 9832004. OLE color: 9832004.
HSL color Cylindrical-coordinate representation of color #440696: hue angle of 265.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440696 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 6 | 150 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.41 |
| HSL | 265.83º | 0.92% | 0.31% | - |
| HSV(B) | 265.83º | 0.96% | 0.59% | - |
| XYZ | 7.95 | 3.56 | 29.12 | - |
| YUV | 40.95 | 189.54 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 150 | 0.55 | 0.96 | 0 | 0.41 | 265.83 | 0.92 | 0.31 |
| Hex | 44 | 6 | 96 | 37 | 60 | 0 | 29 | 10A | 5C | 1F |
| Octal | 104 | 6 | 226 | 67 | 140 | 0 | 51 | 412 | 134 | 37 |
| Binary | 1000100 | 110 | 10010110 | 110111 | 1100000 | 0 | 101001 | 100001010 | 1011100 | 11111 |
Color Harmonies of #440696
Complementary color
Monochromatic Colors of #440696
Black with #440696
Text Example
Text Example
White with #440696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440696; }
p { color: rgb(68,6,150); }
H1.HeaderClassName
{
color: #440696;
}
.AnyTagClassName
{
color: #440696;
}
</style>
background-color css
<style>
a { background-color: #440696; }
a { background-color: rgb(68,6,150); }
div.DivClassName
{
background-color: #440696;
}
.BgClassName
{
background-color: #440696;
}
</style>
border-color css
<style>
span { border-color: #440696; }
span { border-color: rgb(68,6,150); }
td.TdClassName
{
border-color: #440696;
}
.TagClassName
{
border-color: #440696;
}
</style>