Shades of Christalle #400E5D
Tints of Christalle #400E5D
RGB
CMYK
RGB Variations
Color information
#400E5D (or 0x400E5D) is known color: Christalle. HEX triplet: 40, 0E and 5D. RGB value is (64,14,93). Sum of RGB (Red+Green+Blue) = 64+14+93=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #400E5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E5D is #BFF1A2. Grayscale: #252525. Windows color (decimal): -12579235 or 6098496. OLE color: 6098496.
HSL color Cylindrical-coordinate representation of color #400E5D: hue angle of 277.97º degrees, saturation: 0.74, 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 #400E5D is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 14 | 93 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.64 |
| HSL | 277.97º | 0.74% | 0.21% | - |
| HSV(B) | 277.97º | 0.85% | 0.36% | - |
| XYZ | 4.25 | 2.19 | 10.56 | - |
| YUV | 37.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 93 | 0.31 | 0.85 | 0 | 0.64 | 277.97 | 0.74 | 0.21 |
| Hex | 40 | E | 5D | 1F | 55 | 0 | 40 | 116 | 4A | 15 |
| Octal | 100 | 16 | 135 | 37 | 125 | 0 | 100 | 426 | 112 | 25 |
| Binary | 1000000 | 1110 | 1011101 | 11111 | 1010101 | 0 | 1000000 | 100010110 | 1001010 | 10101 |
Color Harmonies of #400E5D
Complementary color
Monochromatic Colors of #400E5D
Black with #400E5D
Text Example
Text Example
White with #400E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E5D; }
p { color: rgb(64,14,93); }
H1.HeaderClassName
{
color: #400E5D;
}
.AnyTagClassName
{
color: #400E5D;
}
</style>
background-color css
<style>
a { background-color: #400E5D; }
a { background-color: rgb(64,14,93); }
div.DivClassName
{
background-color: #400E5D;
}
.BgClassName
{
background-color: #400E5D;
}
</style>
border-color css
<style>
span { border-color: #400E5D; }
span { border-color: rgb(64,14,93); }
td.TdClassName
{
border-color: #400E5D;
}
.TagClassName
{
border-color: #400E5D;
}
</style>