Shades of Indigo #440694
Tints of Indigo #440694
RGB
CMYK
RGB Variations
Color information
#440694 (or 0x440694) is known color: Indigo. HEX triplet: 44, 06 and 94. RGB value is (68,6,148). Sum of RGB (Red+Green+Blue) = 68+6+148=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #440694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440694 is #BBF96B. Grayscale: #282828. Windows color (decimal): -12319084 or 9700932. OLE color: 9700932.
HSL color Cylindrical-coordinate representation of color #440694: hue angle of 266.2º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440694 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 6 | 148 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.42 |
| HSL | 266.2º | 0.92% | 0.3% | - |
| HSV(B) | 266.2º | 0.96% | 0.58% | - |
| XYZ | 7.79 | 3.5 | 28.28 | - |
| YUV | 40.73 | 188.54 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 148 | 0.54 | 0.96 | 0 | 0.42 | 266.2 | 0.92 | 0.3 |
| Hex | 44 | 6 | 94 | 36 | 60 | 0 | 2A | 10A | 5C | 1E |
| Octal | 104 | 6 | 224 | 66 | 140 | 0 | 52 | 412 | 134 | 36 |
| Binary | 1000100 | 110 | 10010100 | 110110 | 1100000 | 0 | 101010 | 100001010 | 1011100 | 11110 |
Color Harmonies of #440694
Complementary color
Monochromatic Colors of #440694
Black with #440694
Text Example
Text Example
White with #440694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440694; }
p { color: rgb(68,6,148); }
H1.HeaderClassName
{
color: #440694;
}
.AnyTagClassName
{
color: #440694;
}
</style>
background-color css
<style>
a { background-color: #440694; }
a { background-color: rgb(68,6,148); }
div.DivClassName
{
background-color: #440694;
}
.BgClassName
{
background-color: #440694;
}
</style>
border-color css
<style>
span { border-color: #440694; }
span { border-color: rgb(68,6,148); }
td.TdClassName
{
border-color: #440694;
}
.TagClassName
{
border-color: #440694;
}
</style>