Shades of Christalle #40235E
Tints of Christalle #40235E
RGB
CMYK
RGB Variations
Color information
#40235E (or 0x40235E) is known color: Christalle. HEX triplet: 40, 23 and 5E. RGB value is (64,35,94). Sum of RGB (Red+Green+Blue) = 64+35+94=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #40235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40235E is #BFDCA1. Grayscale: #323232. Windows color (decimal): -12573858 or 6169408. OLE color: 6169408.
HSL color Cylindrical-coordinate representation of color #40235E: hue angle of 269.49º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40235E is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 35 | 94 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.63 |
| HSL | 269.49º | 0.46% | 0.25% | - |
| HSV(B) | 269.49º | 0.63% | 0.37% | - |
| XYZ | 4.74 | 3.1 | 10.94 | - |
| YUV | 50.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 94 | 0.32 | 0.63 | 0 | 0.63 | 269.49 | 0.46 | 0.25 |
| Hex | 40 | 23 | 5E | 20 | 3F | 0 | 3F | 10D | 2E | 19 |
| Octal | 100 | 43 | 136 | 40 | 77 | 0 | 77 | 415 | 56 | 31 |
| Binary | 1000000 | 100011 | 1011110 | 100000 | 111111 | 0 | 111111 | 100001101 | 101110 | 11001 |
Color Harmonies of #40235E
Complementary color
Monochromatic Colors of #40235E
Black with #40235E
Text Example
Text Example
White with #40235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40235E; }
p { color: rgb(64,35,94); }
H1.HeaderClassName
{
color: #40235E;
}
.AnyTagClassName
{
color: #40235E;
}
</style>
background-color css
<style>
a { background-color: #40235E; }
a { background-color: rgb(64,35,94); }
div.DivClassName
{
background-color: #40235E;
}
.BgClassName
{
background-color: #40235E;
}
</style>
border-color css
<style>
span { border-color: #40235E; }
span { border-color: rgb(64,35,94); }
td.TdClassName
{
border-color: #40235E;
}
.TagClassName
{
border-color: #40235E;
}
</style>