Shades of Christalle #40225F
Tints of Christalle #40225F
RGB
CMYK
RGB Variations
Color information
#40225F (or 0x40225F) is known color: Christalle. HEX triplet: 40, 22 and 5F. RGB value is (64,34,95). Sum of RGB (Red+Green+Blue) = 64+34+95=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #40225F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40225F is #BFDDA0. Grayscale: #313131. Windows color (decimal): -12574113 or 6234688. OLE color: 6234688.
HSL color Cylindrical-coordinate representation of color #40225F: hue angle of 269.51º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40225F is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 34 | 95 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.63 |
| HSL | 269.51º | 0.47% | 0.25% | - |
| HSV(B) | 269.51º | 0.64% | 0.37% | - |
| XYZ | 4.75 | 3.06 | 11.17 | - |
| YUV | 49.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 95 | 0.33 | 0.64 | 0 | 0.63 | 269.51 | 0.47 | 0.25 |
| Hex | 40 | 22 | 5F | 21 | 40 | 0 | 3F | 10E | 2F | 19 |
| Octal | 100 | 42 | 137 | 41 | 100 | 0 | 77 | 416 | 57 | 31 |
| Binary | 1000000 | 100010 | 1011111 | 100001 | 1000000 | 0 | 111111 | 100001110 | 101111 | 11001 |
Color Harmonies of #40225F
Complementary color
Monochromatic Colors of #40225F
Black with #40225F
Text Example
Text Example
White with #40225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40225F; }
p { color: rgb(64,34,95); }
H1.HeaderClassName
{
color: #40225F;
}
.AnyTagClassName
{
color: #40225F;
}
</style>
background-color css
<style>
a { background-color: #40225F; }
a { background-color: rgb(64,34,95); }
div.DivClassName
{
background-color: #40225F;
}
.BgClassName
{
background-color: #40225F;
}
</style>
border-color css
<style>
span { border-color: #40225F; }
span { border-color: rgb(64,34,95); }
td.TdClassName
{
border-color: #40225F;
}
.TagClassName
{
border-color: #40225F;
}
</style>