Shades of Indigo #440266
Tints of Indigo #440266
RGB
CMYK
RGB Variations
Color information
#440266 (or 0x440266) is known color: Indigo. HEX triplet: 44, 02 and 66. RGB value is (68,2,102). Sum of RGB (Red+Green+Blue) = 68+2+102=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #440266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440266 is #BBFD99. Grayscale: #202020. Windows color (decimal): -12320154 or 6685252. OLE color: 6685252.
HSL color Cylindrical-coordinate representation of color #440266: hue angle of 279.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440266 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 2 | 102 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.6 |
| HSL | 279.6º | 0.96% | 0.2% | - |
| HSV(B) | 279.6º | 0.98% | 0.4% | - |
| XYZ | 4.8 | 2.23 | 12.75 | - |
| YUV | 33.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 102 | 0.33 | 0.98 | 0 | 0.6 | 279.6 | 0.96 | 0.2 |
| Hex | 44 | 2 | 66 | 21 | 62 | 0 | 3C | 118 | 60 | 14 |
| Octal | 104 | 2 | 146 | 41 | 142 | 0 | 74 | 430 | 140 | 24 |
| Binary | 1000100 | 10 | 1100110 | 100001 | 1100010 | 0 | 111100 | 100011000 | 1100000 | 10100 |
Color Harmonies of #440266
Complementary color
Monochromatic Colors of #440266
Black with #440266
Text Example
Text Example
White with #440266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440266; }
p { color: rgb(68,2,102); }
H1.HeaderClassName
{
color: #440266;
}
.AnyTagClassName
{
color: #440266;
}
</style>
background-color css
<style>
a { background-color: #440266; }
a { background-color: rgb(68,2,102); }
div.DivClassName
{
background-color: #440266;
}
.BgClassName
{
background-color: #440266;
}
</style>
border-color css
<style>
span { border-color: #440266; }
span { border-color: rgb(68,2,102); }
td.TdClassName
{
border-color: #440266;
}
.TagClassName
{
border-color: #440266;
}
</style>