Shades of Christalle #400E66
Tints of Christalle #400E66
RGB
CMYK
RGB Variations
Color information
#400E66 (or 0x400E66) is known color: Christalle. HEX triplet: 40, 0E and 66. RGB value is (64,14,102). Sum of RGB (Red+Green+Blue) = 64+14+102=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #400E66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E66 is #BFF199. Grayscale: #262626. Windows color (decimal): -12579226 or 6688320. OLE color: 6688320.
HSL color Cylindrical-coordinate representation of color #400E66: hue angle of 274.09º 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 #400E66 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 14 | 102 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.6 |
| HSL | 274.09º | 0.76% | 0.23% | - |
| HSV(B) | 274.09º | 0.86% | 0.4% | - |
| XYZ | 4.67 | 2.36 | 12.78 | - |
| YUV | 38.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 102 | 0.37 | 0.86 | 0 | 0.6 | 274.09 | 0.76 | 0.23 |
| Hex | 40 | E | 66 | 25 | 56 | 0 | 3C | 112 | 4C | 17 |
| Octal | 100 | 16 | 146 | 45 | 126 | 0 | 74 | 422 | 114 | 27 |
| Binary | 1000000 | 1110 | 1100110 | 100101 | 1010110 | 0 | 111100 | 100010010 | 1001100 | 10111 |
Color Harmonies of #400E66
Complementary color
Monochromatic Colors of #400E66
Black with #400E66
Text Example
Text Example
White with #400E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E66; }
p { color: rgb(64,14,102); }
H1.HeaderClassName
{
color: #400E66;
}
.AnyTagClassName
{
color: #400E66;
}
</style>
background-color css
<style>
a { background-color: #400E66; }
a { background-color: rgb(64,14,102); }
div.DivClassName
{
background-color: #400E66;
}
.BgClassName
{
background-color: #400E66;
}
</style>
border-color css
<style>
span { border-color: #400E66; }
span { border-color: rgb(64,14,102); }
td.TdClassName
{
border-color: #400E66;
}
.TagClassName
{
border-color: #400E66;
}
</style>