Shades of Christalle #440E65
Tints of Christalle #440E65
RGB
CMYK
RGB Variations
Color information
#440E65 (or 0x440E65) is known color: Christalle. HEX triplet: 44, 0E and 65. RGB value is (68,14,101). Sum of RGB (Red+Green+Blue) = 68+14+101=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #440E65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440E65 is #BBF19A. Grayscale: #272727. Windows color (decimal): -12317083 or 6622788. OLE color: 6622788.
HSL color Cylindrical-coordinate representation of color #440E65: hue angle of 277.24º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #440E65 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 14 | 101 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.60 |
| HSL | 277.24º | 0.76% | 0.23% | - |
| HSV(B) | 277.24º | 0.86% | 0.4% | - |
| XYZ | 4.89 | 2.48 | 12.53 | - |
| YUV | 40.06 | 162.39 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 101 | 0.33 | 0.86 | 0 | 0.60 | 277.24 | 0.76 | 0.23 |
| Hex | 44 | E | 65 | 21 | 56 | 0 | 3C | 115 | 4C | 17 |
| Octal | 104 | 16 | 145 | 41 | 126 | 0 | 74 | 425 | 114 | 27 |
| Binary | 1000100 | 1110 | 1100101 | 100001 | 1010110 | 0 | 111100 | 100010101 | 1001100 | 10111 |
Color Harmonies of #440E65
Complementary color
Monochromatic Colors of #440E65
Black with #440E65
Text Example
Text Example
White with #440E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E65; }
p { color: rgb(68,14,101); }
H1.HeaderClassName
{
color: #440E65;
}
.AnyTagClassName
{
color: #440E65;
}
</style>
background-color css
<style>
a { background-color: #440E65; }
a { background-color: rgb(68,14,101); }
div.DivClassName
{
background-color: #440E65;
}
.BgClassName
{
background-color: #440E65;
}
</style>
border-color css
<style>
span { border-color: #440E65; }
span { border-color: rgb(68,14,101); }
td.TdClassName
{
border-color: #440E65;
}
.TagClassName
{
border-color: #440E65;
}
</style>