Shades of Christalle #40215B
Tints of Christalle #40215B
RGB
CMYK
RGB Variations
Color information
#40215B (or 0x40215B) is known color: Christalle. HEX triplet: 40, 21 and 5B. RGB value is (64,33,91). Sum of RGB (Red+Green+Blue) = 64+33+91=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #40215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40215B is #BFDEA4. Grayscale: #303030. Windows color (decimal): -12574373 or 5972288. OLE color: 5972288.
HSL color Cylindrical-coordinate representation of color #40215B: hue angle of 272.07º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40215B is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 33 | 91 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.64 |
| HSL | 272.07º | 0.47% | 0.24% | - |
| HSV(B) | 272.07º | 0.64% | 0.36% | - |
| XYZ | 4.55 | 2.93 | 10.22 | - |
| YUV | 48.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 91 | 0.30 | 0.64 | 0 | 0.64 | 272.07 | 0.47 | 0.24 |
| Hex | 40 | 21 | 5B | 1E | 40 | 0 | 40 | 110 | 2F | 18 |
| Octal | 100 | 41 | 133 | 36 | 100 | 0 | 100 | 420 | 57 | 30 |
| Binary | 1000000 | 100001 | 1011011 | 11110 | 1000000 | 0 | 1000000 | 100010000 | 101111 | 11000 |
Color Harmonies of #40215B
Complementary color
Monochromatic Colors of #40215B
Black with #40215B
Text Example
Text Example
White with #40215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40215B; }
p { color: rgb(64,33,91); }
H1.HeaderClassName
{
color: #40215B;
}
.AnyTagClassName
{
color: #40215B;
}
</style>
background-color css
<style>
a { background-color: #40215B; }
a { background-color: rgb(64,33,91); }
div.DivClassName
{
background-color: #40215B;
}
.BgClassName
{
background-color: #40215B;
}
</style>
border-color css
<style>
span { border-color: #40215B; }
span { border-color: rgb(64,33,91); }
td.TdClassName
{
border-color: #40215B;
}
.TagClassName
{
border-color: #40215B;
}
</style>