Shades of Indigo #440166
Tints of Indigo #440166
RGB
CMYK
RGB Variations
Color information
#440166 (or 0x440166) is known color: Indigo. HEX triplet: 44, 01 and 66. RGB value is (68,1,102). Sum of RGB (Red+Green+Blue) = 68+1+102=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #440166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440166 is #BBFE99. Grayscale: #202020. Windows color (decimal): -12320410 or 6684996. OLE color: 6684996.
HSL color Cylindrical-coordinate representation of color #440166: hue angle of 279.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440166 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 1 | 102 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.6 |
| HSL | 279.8º | 0.98% | 0.2% | - |
| HSV(B) | 279.8º | 0.99% | 0.4% | - |
| XYZ | 4.79 | 2.21 | 12.74 | - |
| YUV | 32.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 102 | 0.33 | 0.99 | 0 | 0.6 | 279.8 | 0.98 | 0.2 |
| Hex | 44 | 1 | 66 | 21 | 63 | 0 | 3C | 118 | 62 | 14 |
| Octal | 104 | 1 | 146 | 41 | 143 | 0 | 74 | 430 | 142 | 24 |
| Binary | 1000100 | 1 | 1100110 | 100001 | 1100011 | 0 | 111100 | 100011000 | 1100010 | 10100 |
Color Harmonies of #440166
Complementary color
Monochromatic Colors of #440166
Black with #440166
Text Example
Text Example
White with #440166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440166; }
p { color: rgb(68,1,102); }
H1.HeaderClassName
{
color: #440166;
}
.AnyTagClassName
{
color: #440166;
}
</style>
background-color css
<style>
a { background-color: #440166; }
a { background-color: rgb(68,1,102); }
div.DivClassName
{
background-color: #440166;
}
.BgClassName
{
background-color: #440166;
}
</style>
border-color css
<style>
span { border-color: #440166; }
span { border-color: rgb(68,1,102); }
td.TdClassName
{
border-color: #440166;
}
.TagClassName
{
border-color: #440166;
}
</style>