Shades of Christalle #40145F
Tints of Christalle #40145F
RGB
CMYK
RGB Variations
Color information
#40145F (or 0x40145F) is known color: Christalle. HEX triplet: 40, 14 and 5F. RGB value is (64,20,95). Sum of RGB (Red+Green+Blue) = 64+20+95=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #40145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40145F is #BFEBA0. Grayscale: #292929. Windows color (decimal): -12577697 or 6231104. OLE color: 6231104.
HSL color Cylindrical-coordinate representation of color #40145F: hue angle of 275.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40145F is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 20 | 95 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.63 |
| HSL | 275.2º | 0.65% | 0.23% | - |
| HSV(B) | 275.2º | 0.79% | 0.37% | - |
| XYZ | 4.43 | 2.42 | 11.06 | - |
| YUV | 41.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 95 | 0.33 | 0.79 | 0 | 0.63 | 275.2 | 0.65 | 0.23 |
| Hex | 40 | 14 | 5F | 21 | 4F | 0 | 3F | 113 | 41 | 17 |
| Octal | 100 | 24 | 137 | 41 | 117 | 0 | 77 | 423 | 101 | 27 |
| Binary | 1000000 | 10100 | 1011111 | 100001 | 1001111 | 0 | 111111 | 100010011 | 1000001 | 10111 |
Color Harmonies of #40145F
Complementary color
Monochromatic Colors of #40145F
Black with #40145F
Text Example
Text Example
White with #40145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40145F; }
p { color: rgb(64,20,95); }
H1.HeaderClassName
{
color: #40145F;
}
.AnyTagClassName
{
color: #40145F;
}
</style>
background-color css
<style>
a { background-color: #40145F; }
a { background-color: rgb(64,20,95); }
div.DivClassName
{
background-color: #40145F;
}
.BgClassName
{
background-color: #40145F;
}
</style>
border-color css
<style>
span { border-color: #40145F; }
span { border-color: rgb(64,20,95); }
td.TdClassName
{
border-color: #40145F;
}
.TagClassName
{
border-color: #40145F;
}
</style>