Shades of Christalle #40245D
Tints of Christalle #40245D
RGB
CMYK
RGB Variations
Color information
#40245D (or 0x40245D) is known color: Christalle. HEX triplet: 40, 24 and 5D. RGB value is (64,36,93). Sum of RGB (Red+Green+Blue) = 64+36+93=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #40245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40245D is #BFDBA2. Grayscale: #323232. Windows color (decimal): -12573603 or 6104128. OLE color: 6104128.
HSL color Cylindrical-coordinate representation of color #40245D: hue angle of 269.47º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40245D is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 36 | 93 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.64 |
| HSL | 269.47º | 0.44% | 0.25% | - |
| HSV(B) | 269.47º | 0.61% | 0.36% | - |
| XYZ | 4.72 | 3.14 | 10.71 | - |
| YUV | 50.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 93 | 0.31 | 0.61 | 0 | 0.64 | 269.47 | 0.44 | 0.25 |
| Hex | 40 | 24 | 5D | 1F | 3D | 0 | 40 | 10D | 2C | 19 |
| Octal | 100 | 44 | 135 | 37 | 75 | 0 | 100 | 415 | 54 | 31 |
| Binary | 1000000 | 100100 | 1011101 | 11111 | 111101 | 0 | 1000000 | 100001101 | 101100 | 11001 |
Color Harmonies of #40245D
Complementary color
Monochromatic Colors of #40245D
Black with #40245D
Text Example
Text Example
White with #40245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40245D; }
p { color: rgb(64,36,93); }
H1.HeaderClassName
{
color: #40245D;
}
.AnyTagClassName
{
color: #40245D;
}
</style>
background-color css
<style>
a { background-color: #40245D; }
a { background-color: rgb(64,36,93); }
div.DivClassName
{
background-color: #40245D;
}
.BgClassName
{
background-color: #40245D;
}
</style>
border-color css
<style>
span { border-color: #40245D; }
span { border-color: rgb(64,36,93); }
td.TdClassName
{
border-color: #40245D;
}
.TagClassName
{
border-color: #40245D;
}
</style>