Shades of Christalle #40206B
Tints of Christalle #40206B
RGB
CMYK
RGB Variations
Color information
#40206B (or 0x40206B) is known color: Christalle. HEX triplet: 40, 20 and 6B. RGB value is (64,32,107). Sum of RGB (Red+Green+Blue) = 64+32+107=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #40206B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40206B is #BFDF94. Grayscale: #313131. Windows color (decimal): -12574613 or 7020608. OLE color: 7020608.
HSL color Cylindrical-coordinate representation of color #40206B: hue angle of 265.6º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40206B is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 32 | 107 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.58 |
| HSL | 265.6º | 0.54% | 0.27% | - |
| HSV(B) | 265.6º | 0.7% | 0.42% | - |
| XYZ | 5.28 | 3.18 | 14.25 | - |
| YUV | 50.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 107 | 0.40 | 0.70 | 0 | 0.58 | 265.6 | 0.54 | 0.27 |
| Hex | 40 | 20 | 6B | 28 | 46 | 0 | 3A | 10A | 36 | 1B |
| Octal | 100 | 40 | 153 | 50 | 106 | 0 | 72 | 412 | 66 | 33 |
| Binary | 1000000 | 100000 | 1101011 | 101000 | 1000110 | 0 | 111010 | 100001010 | 110110 | 11011 |
Color Harmonies of #40206B
Complementary color
Monochromatic Colors of #40206B
Black with #40206B
Text Example
Text Example
White with #40206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40206B; }
p { color: rgb(64,32,107); }
H1.HeaderClassName
{
color: #40206B;
}
.AnyTagClassName
{
color: #40206B;
}
</style>
background-color css
<style>
a { background-color: #40206B; }
a { background-color: rgb(64,32,107); }
div.DivClassName
{
background-color: #40206B;
}
.BgClassName
{
background-color: #40206B;
}
</style>
border-color css
<style>
span { border-color: #40206B; }
span { border-color: rgb(64,32,107); }
td.TdClassName
{
border-color: #40206B;
}
.TagClassName
{
border-color: #40206B;
}
</style>