Shades of Christalle #40225C
Tints of Christalle #40225C
RGB
CMYK
RGB Variations
Color information
#40225C (or 0x40225C) is known color: Christalle. HEX triplet: 40, 22 and 5C. RGB value is (64,34,92). Sum of RGB (Red+Green+Blue) = 64+34+92=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #40225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40225C is #BFDDA3. Grayscale: #313131. Windows color (decimal): -12574116 or 6038080. OLE color: 6038080.
HSL color Cylindrical-coordinate representation of color #40225C: hue angle of 271.03º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40225C is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 34 | 92 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.64 |
| HSL | 271.03º | 0.46% | 0.25% | - |
| HSV(B) | 271.03º | 0.63% | 0.36% | - |
| XYZ | 4.62 | 3.01 | 10.46 | - |
| YUV | 49.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 92 | 0.30 | 0.63 | 0 | 0.64 | 271.03 | 0.46 | 0.25 |
| Hex | 40 | 22 | 5C | 1E | 3F | 0 | 40 | 10F | 2E | 19 |
| Octal | 100 | 42 | 134 | 36 | 77 | 0 | 100 | 417 | 56 | 31 |
| Binary | 1000000 | 100010 | 1011100 | 11110 | 111111 | 0 | 1000000 | 100001111 | 101110 | 11001 |
Color Harmonies of #40225C
Complementary color
Monochromatic Colors of #40225C
Black with #40225C
Text Example
Text Example
White with #40225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40225C; }
p { color: rgb(64,34,92); }
H1.HeaderClassName
{
color: #40225C;
}
.AnyTagClassName
{
color: #40225C;
}
</style>
background-color css
<style>
a { background-color: #40225C; }
a { background-color: rgb(64,34,92); }
div.DivClassName
{
background-color: #40225C;
}
.BgClassName
{
background-color: #40225C;
}
</style>
border-color css
<style>
span { border-color: #40225C; }
span { border-color: rgb(64,34,92); }
td.TdClassName
{
border-color: #40225C;
}
.TagClassName
{
border-color: #40225C;
}
</style>