Shades of Indigo #440566
Tints of Indigo #440566
RGB
CMYK
RGB Variations
Color information
#440566 (or 0x440566) is known color: Indigo. HEX triplet: 44, 05 and 66. RGB value is (68,5,102). Sum of RGB (Red+Green+Blue) = 68+5+102=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #440566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440566 is #BBFA99. Grayscale: #222222. Windows color (decimal): -12319386 or 6686020. OLE color: 6686020.
HSL color Cylindrical-coordinate representation of color #440566: hue angle of 278.97º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440566 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 5 | 102 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.6 |
| HSL | 278.97º | 0.91% | 0.21% | - |
| HSV(B) | 278.97º | 0.95% | 0.4% | - |
| XYZ | 4.84 | 2.3 | 12.76 | - |
| YUV | 34.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 102 | 0.33 | 0.95 | 0 | 0.6 | 278.97 | 0.91 | 0.21 |
| Hex | 44 | 5 | 66 | 21 | 5F | 0 | 3C | 117 | 5B | 15 |
| Octal | 104 | 5 | 146 | 41 | 137 | 0 | 74 | 427 | 133 | 25 |
| Binary | 1000100 | 101 | 1100110 | 100001 | 1011111 | 0 | 111100 | 100010111 | 1011011 | 10101 |
Color Harmonies of #440566
Complementary color
Monochromatic Colors of #440566
Black with #440566
Text Example
Text Example
White with #440566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440566; }
p { color: rgb(68,5,102); }
H1.HeaderClassName
{
color: #440566;
}
.AnyTagClassName
{
color: #440566;
}
</style>
background-color css
<style>
a { background-color: #440566; }
a { background-color: rgb(68,5,102); }
div.DivClassName
{
background-color: #440566;
}
.BgClassName
{
background-color: #440566;
}
</style>
border-color css
<style>
span { border-color: #440566; }
span { border-color: rgb(68,5,102); }
td.TdClassName
{
border-color: #440566;
}
.TagClassName
{
border-color: #440566;
}
</style>