Shades of Christalle #400E60
Tints of Christalle #400E60
RGB
CMYK
RGB Variations
Color information
#400E60 (or 0x400E60) is known color: Christalle. HEX triplet: 40, 0E and 60. RGB value is (64,14,96). Sum of RGB (Red+Green+Blue) = 64+14+96=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #400E60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E60 is #BFF19F. Grayscale: #262626. Windows color (decimal): -12579232 or 6295104. OLE color: 6295104.
HSL color Cylindrical-coordinate representation of color #400E60: hue angle of 276.59º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #400E60 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 14 | 96 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.62 |
| HSL | 276.59º | 0.75% | 0.22% | - |
| HSV(B) | 276.59º | 0.85% | 0.38% | - |
| XYZ | 4.38 | 2.25 | 11.27 | - |
| YUV | 38.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 96 | 0.33 | 0.85 | 0 | 0.62 | 276.59 | 0.75 | 0.22 |
| Hex | 40 | E | 60 | 21 | 55 | 0 | 3E | 115 | 4B | 16 |
| Octal | 100 | 16 | 140 | 41 | 125 | 0 | 76 | 425 | 113 | 26 |
| Binary | 1000000 | 1110 | 1100000 | 100001 | 1010101 | 0 | 111110 | 100010101 | 1001011 | 10110 |
Color Harmonies of #400E60
Complementary color
Monochromatic Colors of #400E60
Black with #400E60
Text Example
Text Example
White with #400E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E60; }
p { color: rgb(64,14,96); }
H1.HeaderClassName
{
color: #400E60;
}
.AnyTagClassName
{
color: #400E60;
}
</style>
background-color css
<style>
a { background-color: #400E60; }
a { background-color: rgb(64,14,96); }
div.DivClassName
{
background-color: #400E60;
}
.BgClassName
{
background-color: #400E60;
}
</style>
border-color css
<style>
span { border-color: #400E60; }
span { border-color: rgb(64,14,96); }
td.TdClassName
{
border-color: #400E60;
}
.TagClassName
{
border-color: #400E60;
}
</style>