Shades of Christalle #40216D
Tints of Christalle #40216D
RGB
CMYK
RGB Variations
Color information
#40216D (or 0x40216D) is known color: Christalle. HEX triplet: 40, 21 and 6D. RGB value is (64,33,109). Sum of RGB (Red+Green+Blue) = 64+33+109=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #40216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40216D is #BFDE92. Grayscale: #323232. Windows color (decimal): -12574355 or 7151936. OLE color: 7151936.
HSL color Cylindrical-coordinate representation of color #40216D: hue angle of 264.47º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40216D is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 33 | 109 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.57 |
| HSL | 264.47º | 0.54% | 0.28% | - |
| HSV(B) | 264.47º | 0.7% | 0.43% | - |
| XYZ | 5.42 | 3.28 | 14.82 | - |
| YUV | 50.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 109 | 0.41 | 0.70 | 0 | 0.57 | 264.47 | 0.54 | 0.28 |
| Hex | 40 | 21 | 6D | 29 | 46 | 0 | 39 | 108 | 36 | 1C |
| Octal | 100 | 41 | 155 | 51 | 106 | 0 | 71 | 410 | 66 | 34 |
| Binary | 1000000 | 100001 | 1101101 | 101001 | 1000110 | 0 | 111001 | 100001000 | 110110 | 11100 |
Color Harmonies of #40216D
Complementary color
Monochromatic Colors of #40216D
Black with #40216D
Text Example
Text Example
White with #40216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40216D; }
p { color: rgb(64,33,109); }
H1.HeaderClassName
{
color: #40216D;
}
.AnyTagClassName
{
color: #40216D;
}
</style>
background-color css
<style>
a { background-color: #40216D; }
a { background-color: rgb(64,33,109); }
div.DivClassName
{
background-color: #40216D;
}
.BgClassName
{
background-color: #40216D;
}
</style>
border-color css
<style>
span { border-color: #40216D; }
span { border-color: rgb(64,33,109); }
td.TdClassName
{
border-color: #40216D;
}
.TagClassName
{
border-color: #40216D;
}
</style>