Shades of Christalle #40155F
Tints of Christalle #40155F
RGB
CMYK
RGB Variations
Color information
#40155F (or 0x40155F) is known color: Christalle. HEX triplet: 40, 15 and 5F. RGB value is (64,21,95). Sum of RGB (Red+Green+Blue) = 64+21+95=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #40155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40155F is #BFEAA0. Grayscale: #2A2A2A. Windows color (decimal): -12577441 or 6231360. OLE color: 6231360.
HSL color Cylindrical-coordinate representation of color #40155F: hue angle of 274.86º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40155F is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 21 | 95 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.63 |
| HSL | 274.86º | 0.64% | 0.23% | - |
| HSV(B) | 274.86º | 0.78% | 0.37% | - |
| XYZ | 4.45 | 2.45 | 11.07 | - |
| YUV | 42.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 95 | 0.33 | 0.78 | 0 | 0.63 | 274.86 | 0.64 | 0.23 |
| Hex | 40 | 15 | 5F | 21 | 4E | 0 | 3F | 113 | 40 | 17 |
| Octal | 100 | 25 | 137 | 41 | 116 | 0 | 77 | 423 | 100 | 27 |
| Binary | 1000000 | 10101 | 1011111 | 100001 | 1001110 | 0 | 111111 | 100010011 | 1000000 | 10111 |
Color Harmonies of #40155F
Complementary color
Monochromatic Colors of #40155F
Black with #40155F
Text Example
Text Example
White with #40155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40155F; }
p { color: rgb(64,21,95); }
H1.HeaderClassName
{
color: #40155F;
}
.AnyTagClassName
{
color: #40155F;
}
</style>
background-color css
<style>
a { background-color: #40155F; }
a { background-color: rgb(64,21,95); }
div.DivClassName
{
background-color: #40155F;
}
.BgClassName
{
background-color: #40155F;
}
</style>
border-color css
<style>
span { border-color: #40155F; }
span { border-color: rgb(64,21,95); }
td.TdClassName
{
border-color: #40155F;
}
.TagClassName
{
border-color: #40155F;
}
</style>