Shades of Christalle #40206D
Tints of Christalle #40206D
RGB
CMYK
RGB Variations
Color information
#40206D (or 0x40206D) is known color: Christalle. HEX triplet: 40, 20 and 6D. RGB value is (64,32,109). Sum of RGB (Red+Green+Blue) = 64+32+109=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #40206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40206D is #BFDF92. Grayscale: #323232. Windows color (decimal): -12574611 or 7151680. OLE color: 7151680.
HSL color Cylindrical-coordinate representation of color #40206D: hue angle of 264.94º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40206D is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 32 | 109 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.57 |
| HSL | 264.94º | 0.55% | 0.28% | - |
| HSV(B) | 264.94º | 0.71% | 0.43% | - |
| XYZ | 5.39 | 3.23 | 14.81 | - |
| YUV | 50.35 | 161.1 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 109 | 0.41 | 0.71 | 0 | 0.57 | 264.94 | 0.55 | 0.28 |
| Hex | 40 | 20 | 6D | 29 | 47 | 0 | 39 | 109 | 37 | 1C |
| Octal | 100 | 40 | 155 | 51 | 107 | 0 | 71 | 411 | 67 | 34 |
| Binary | 1000000 | 100000 | 1101101 | 101001 | 1000111 | 0 | 111001 | 100001001 | 110111 | 11100 |
Color Harmonies of #40206D
Complementary color
Monochromatic Colors of #40206D
Black with #40206D
Text Example
Text Example
White with #40206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40206D; }
p { color: rgb(64,32,109); }
H1.HeaderClassName
{
color: #40206D;
}
.AnyTagClassName
{
color: #40206D;
}
</style>
background-color css
<style>
a { background-color: #40206D; }
a { background-color: rgb(64,32,109); }
div.DivClassName
{
background-color: #40206D;
}
.BgClassName
{
background-color: #40206D;
}
</style>
border-color css
<style>
span { border-color: #40206D; }
span { border-color: rgb(64,32,109); }
td.TdClassName
{
border-color: #40206D;
}
.TagClassName
{
border-color: #40206D;
}
</style>