Shades of Christalle #40205F
Tints of Christalle #40205F
RGB
CMYK
RGB Variations
Color information
#40205F (or 0x40205F) is known color: Christalle. HEX triplet: 40, 20 and 5F. RGB value is (64,32,95). Sum of RGB (Red+Green+Blue) = 64+32+95=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #40205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40205F is #BFDFA0. Grayscale: #303030. Windows color (decimal): -12574625 or 6234176. OLE color: 6234176.
HSL color Cylindrical-coordinate representation of color #40205F: hue angle of 270.48º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40205F is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 32 | 95 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.63 |
| HSL | 270.48º | 0.5% | 0.25% | - |
| HSV(B) | 270.48º | 0.66% | 0.37% | - |
| XYZ | 4.7 | 2.95 | 11.15 | - |
| YUV | 48.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 95 | 0.33 | 0.66 | 0 | 0.63 | 270.48 | 0.5 | 0.25 |
| Hex | 40 | 20 | 5F | 21 | 42 | 0 | 3F | 10E | 32 | 19 |
| Octal | 100 | 40 | 137 | 41 | 102 | 0 | 77 | 416 | 62 | 31 |
| Binary | 1000000 | 100000 | 1011111 | 100001 | 1000010 | 0 | 111111 | 100001110 | 110010 | 11001 |
Color Harmonies of #40205F
Complementary color
Monochromatic Colors of #40205F
Black with #40205F
Text Example
Text Example
White with #40205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40205F; }
p { color: rgb(64,32,95); }
H1.HeaderClassName
{
color: #40205F;
}
.AnyTagClassName
{
color: #40205F;
}
</style>
background-color css
<style>
a { background-color: #40205F; }
a { background-color: rgb(64,32,95); }
div.DivClassName
{
background-color: #40205F;
}
.BgClassName
{
background-color: #40205F;
}
</style>
border-color css
<style>
span { border-color: #40205F; }
span { border-color: rgb(64,32,95); }
td.TdClassName
{
border-color: #40205F;
}
.TagClassName
{
border-color: #40205F;
}
</style>