Shades of Christalle #40246C
Tints of Christalle #40246C
RGB
CMYK
RGB Variations
Color information
#40246C (or 0x40246C) is known color: Christalle. HEX triplet: 40, 24 and 6C. RGB value is (64,36,108). Sum of RGB (Red+Green+Blue) = 64+36+108=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #40246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40246C is #BFDB93. Grayscale: #343434. Windows color (decimal): -12573588 or 7087168. OLE color: 7087168.
HSL color Cylindrical-coordinate representation of color #40246C: hue angle of 263.33º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40246C is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 36 | 108 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.58 |
| HSL | 263.33º | 0.5% | 0.28% | - |
| HSV(B) | 263.33º | 0.67% | 0.42% | - |
| XYZ | 5.45 | 3.43 | 14.56 | - |
| YUV | 52.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 108 | 0.41 | 0.67 | 0 | 0.58 | 263.33 | 0.5 | 0.28 |
| Hex | 40 | 24 | 6C | 29 | 43 | 0 | 3A | 107 | 32 | 1C |
| Octal | 100 | 44 | 154 | 51 | 103 | 0 | 72 | 407 | 62 | 34 |
| Binary | 1000000 | 100100 | 1101100 | 101001 | 1000011 | 0 | 111010 | 100000111 | 110010 | 11100 |
Color Harmonies of #40246C
Complementary color
Monochromatic Colors of #40246C
Black with #40246C
Text Example
Text Example
White with #40246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40246C; }
p { color: rgb(64,36,108); }
H1.HeaderClassName
{
color: #40246C;
}
.AnyTagClassName
{
color: #40246C;
}
</style>
background-color css
<style>
a { background-color: #40246C; }
a { background-color: rgb(64,36,108); }
div.DivClassName
{
background-color: #40246C;
}
.BgClassName
{
background-color: #40246C;
}
</style>
border-color css
<style>
span { border-color: #40246C; }
span { border-color: rgb(64,36,108); }
td.TdClassName
{
border-color: #40246C;
}
.TagClassName
{
border-color: #40246C;
}
</style>