Shades of Indigo #440466
Tints of Indigo #440466
RGB
CMYK
RGB Variations
Color information
#440466 (or 0x440466) is known color: Indigo. HEX triplet: 44, 04 and 66. RGB value is (68,4,102). Sum of RGB (Red+Green+Blue) = 68+4+102=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #440466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440466 is #BBFB99. Grayscale: #212121. Windows color (decimal): -12319642 or 6685764. OLE color: 6685764.
HSL color Cylindrical-coordinate representation of color #440466: hue angle of 279.18º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440466 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 4 | 102 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.6 |
| HSL | 279.18º | 0.92% | 0.21% | - |
| HSV(B) | 279.18º | 0.96% | 0.4% | - |
| XYZ | 4.83 | 2.28 | 12.76 | - |
| YUV | 34.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 102 | 0.33 | 0.96 | 0 | 0.6 | 279.18 | 0.92 | 0.21 |
| Hex | 44 | 4 | 66 | 21 | 60 | 0 | 3C | 117 | 5C | 15 |
| Octal | 104 | 4 | 146 | 41 | 140 | 0 | 74 | 427 | 134 | 25 |
| Binary | 1000100 | 100 | 1100110 | 100001 | 1100000 | 0 | 111100 | 100010111 | 1011100 | 10101 |
Color Harmonies of #440466
Complementary color
Monochromatic Colors of #440466
Black with #440466
Text Example
Text Example
White with #440466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440466; }
p { color: rgb(68,4,102); }
H1.HeaderClassName
{
color: #440466;
}
.AnyTagClassName
{
color: #440466;
}
</style>
background-color css
<style>
a { background-color: #440466; }
a { background-color: rgb(68,4,102); }
div.DivClassName
{
background-color: #440466;
}
.BgClassName
{
background-color: #440466;
}
</style>
border-color css
<style>
span { border-color: #440466; }
span { border-color: rgb(68,4,102); }
td.TdClassName
{
border-color: #440466;
}
.TagClassName
{
border-color: #440466;
}
</style>