Shades of Christalle #40216E
Tints of Christalle #40216E
RGB
CMYK
RGB Variations
Color information
#40216E (or 0x40216E) is known color: Christalle. HEX triplet: 40, 21 and 6E. RGB value is (64,33,110). Sum of RGB (Red+Green+Blue) = 64+33+110=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #40216E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40216E is #BFDE91. Grayscale: #323232. Windows color (decimal): -12574354 or 7217472. OLE color: 7217472.
HSL color Cylindrical-coordinate representation of color #40216E: hue angle of 264.16º 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 #40216E is Cyan = 0.42, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 33 | 110 | - |
| CMYK | 0.42 | 0.7 | 0 | 0.57 |
| HSL | 264.16º | 0.54% | 0.28% | - |
| HSV(B) | 264.16º | 0.7% | 0.43% | - |
| XYZ | 5.47 | 3.3 | 15.1 | - |
| YUV | 51.05 | 161.27 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 110 | 0.42 | 0.7 | 0 | 0.57 | 264.16 | 0.54 | 0.28 |
| Hex | 40 | 21 | 6E | 2A | 46 | 0 | 39 | 108 | 36 | 1C |
| Octal | 100 | 41 | 156 | 52 | 106 | 0 | 71 | 410 | 66 | 34 |
| Binary | 1000000 | 100001 | 1101110 | 101010 | 1000110 | 0 | 111001 | 100001000 | 110110 | 11100 |
Color Harmonies of #40216E
Complementary color
Monochromatic Colors of #40216E
Black with #40216E
Text Example
Text Example
White with #40216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40216E; }
p { color: rgb(64,33,110); }
H1.HeaderClassName
{
color: #40216E;
}
.AnyTagClassName
{
color: #40216E;
}
</style>
background-color css
<style>
a { background-color: #40216E; }
a { background-color: rgb(64,33,110); }
div.DivClassName
{
background-color: #40216E;
}
.BgClassName
{
background-color: #40216E;
}
</style>
border-color css
<style>
span { border-color: #40216E; }
span { border-color: rgb(64,33,110); }
td.TdClassName
{
border-color: #40216E;
}
.TagClassName
{
border-color: #40216E;
}
</style>