Shades of Christalle #40125F
Tints of Christalle #40125F
RGB
CMYK
RGB Variations
Color information
#40125F (or 0x40125F) is known color: Christalle. HEX triplet: 40, 12 and 5F. RGB value is (64,18,95). Sum of RGB (Red+Green+Blue) = 64+18+95=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #40125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40125F is #BFEDA0. Grayscale: #282828. Windows color (decimal): -12578209 or 6230592. OLE color: 6230592.
HSL color Cylindrical-coordinate representation of color #40125F: hue angle of 275.84º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40125F is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 18 | 95 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.63 |
| HSL | 275.84º | 0.68% | 0.22% | - |
| HSV(B) | 275.84º | 0.81% | 0.37% | - |
| XYZ | 4.4 | 2.35 | 11.05 | - |
| YUV | 40.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 95 | 0.33 | 0.81 | 0 | 0.63 | 275.84 | 0.68 | 0.22 |
| Hex | 40 | 12 | 5F | 21 | 51 | 0 | 3F | 114 | 44 | 16 |
| Octal | 100 | 22 | 137 | 41 | 121 | 0 | 77 | 424 | 104 | 26 |
| Binary | 1000000 | 10010 | 1011111 | 100001 | 1010001 | 0 | 111111 | 100010100 | 1000100 | 10110 |
Color Harmonies of #40125F
Complementary color
Monochromatic Colors of #40125F
Black with #40125F
Text Example
Text Example
White with #40125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40125F; }
p { color: rgb(64,18,95); }
H1.HeaderClassName
{
color: #40125F;
}
.AnyTagClassName
{
color: #40125F;
}
</style>
background-color css
<style>
a { background-color: #40125F; }
a { background-color: rgb(64,18,95); }
div.DivClassName
{
background-color: #40125F;
}
.BgClassName
{
background-color: #40125F;
}
</style>
border-color css
<style>
span { border-color: #40125F; }
span { border-color: rgb(64,18,95); }
td.TdClassName
{
border-color: #40125F;
}
.TagClassName
{
border-color: #40125F;
}
</style>