Shades of Christalle #40226D
Tints of Christalle #40226D
RGB
CMYK
RGB Variations
Color information
#40226D (or 0x40226D) is known color: Christalle. HEX triplet: 40, 22 and 6D. RGB value is (64,34,109). Sum of RGB (Red+Green+Blue) = 64+34+109=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #40226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40226D is #BFDD92. Grayscale: #333333. Windows color (decimal): -12574099 or 7152192. OLE color: 7152192.
HSL color Cylindrical-coordinate representation of color #40226D: hue angle of 264º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40226D is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 34 | 109 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.57 |
| HSL | 264º | 0.52% | 0.28% | - |
| HSV(B) | 264º | 0.69% | 0.43% | - |
| XYZ | 5.45 | 3.34 | 14.83 | - |
| YUV | 51.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 109 | 0.41 | 0.69 | 0 | 0.57 | 264 | 0.52 | 0.28 |
| Hex | 40 | 22 | 6D | 29 | 45 | 0 | 39 | 108 | 34 | 1C |
| Octal | 100 | 42 | 155 | 51 | 105 | 0 | 71 | 410 | 64 | 34 |
| Binary | 1000000 | 100010 | 1101101 | 101001 | 1000101 | 0 | 111001 | 100001000 | 110100 | 11100 |
Color Harmonies of #40226D
Complementary color
Monochromatic Colors of #40226D
Black with #40226D
Text Example
Text Example
White with #40226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40226D; }
p { color: rgb(64,34,109); }
H1.HeaderClassName
{
color: #40226D;
}
.AnyTagClassName
{
color: #40226D;
}
</style>
background-color css
<style>
a { background-color: #40226D; }
a { background-color: rgb(64,34,109); }
div.DivClassName
{
background-color: #40226D;
}
.BgClassName
{
background-color: #40226D;
}
</style>
border-color css
<style>
span { border-color: #40226D; }
span { border-color: rgb(64,34,109); }
td.TdClassName
{
border-color: #40226D;
}
.TagClassName
{
border-color: #40226D;
}
</style>