Shades of Christalle #400E5B
Tints of Christalle #400E5B
RGB
CMYK
RGB Variations
Color information
#400E5B (or 0x400E5B) is known color: Christalle. HEX triplet: 40, 0E and 5B. RGB value is (64,14,91). Sum of RGB (Red+Green+Blue) = 64+14+91=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #400E5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E5B is #BFF1A4. Grayscale: #252525. Windows color (decimal): -12579237 or 5967424. OLE color: 5967424.
HSL color Cylindrical-coordinate representation of color #400E5B: hue angle of 278.96º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #400E5B is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 14 | 91 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.64 |
| HSL | 278.96º | 0.73% | 0.21% | - |
| HSV(B) | 278.96º | 0.85% | 0.36% | - |
| XYZ | 4.16 | 2.16 | 10.1 | - |
| YUV | 37.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 91 | 0.30 | 0.85 | 0 | 0.64 | 278.96 | 0.73 | 0.21 |
| Hex | 40 | E | 5B | 1E | 55 | 0 | 40 | 117 | 49 | 15 |
| Octal | 100 | 16 | 133 | 36 | 125 | 0 | 100 | 427 | 111 | 25 |
| Binary | 1000000 | 1110 | 1011011 | 11110 | 1010101 | 0 | 1000000 | 100010111 | 1001001 | 10101 |
Color Harmonies of #400E5B
Complementary color
Monochromatic Colors of #400E5B
Black with #400E5B
Text Example
Text Example
White with #400E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E5B; }
p { color: rgb(64,14,91); }
H1.HeaderClassName
{
color: #400E5B;
}
.AnyTagClassName
{
color: #400E5B;
}
</style>
background-color css
<style>
a { background-color: #400E5B; }
a { background-color: rgb(64,14,91); }
div.DivClassName
{
background-color: #400E5B;
}
.BgClassName
{
background-color: #400E5B;
}
</style>
border-color css
<style>
span { border-color: #400E5B; }
span { border-color: rgb(64,14,91); }
td.TdClassName
{
border-color: #400E5B;
}
.TagClassName
{
border-color: #400E5B;
}
</style>