Shades of Christalle #40116D
Tints of Christalle #40116D
RGB
CMYK
RGB Variations
Color information
#40116D (or 0x40116D) is known color: Christalle. HEX triplet: 40, 11 and 6D. RGB value is (64,17,109). Sum of RGB (Red+Green+Blue) = 64+17+109=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #40116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40116D is #BFEE92. Grayscale: #292929. Windows color (decimal): -12578451 or 7147840. OLE color: 7147840.
HSL color Cylindrical-coordinate representation of color #40116D: hue angle of 270.65º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40116D is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 17 | 109 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.57 |
| HSL | 270.65º | 0.73% | 0.25% | - |
| HSV(B) | 270.65º | 0.84% | 0.43% | - |
| XYZ | 5.08 | 2.6 | 14.7 | - |
| YUV | 41.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 109 | 0.41 | 0.84 | 0 | 0.57 | 270.65 | 0.73 | 0.25 |
| Hex | 40 | 11 | 6D | 29 | 54 | 0 | 39 | 10F | 49 | 19 |
| Octal | 100 | 21 | 155 | 51 | 124 | 0 | 71 | 417 | 111 | 31 |
| Binary | 1000000 | 10001 | 1101101 | 101001 | 1010100 | 0 | 111001 | 100001111 | 1001001 | 11001 |
Color Harmonies of #40116D
Complementary color
Monochromatic Colors of #40116D
Black with #40116D
Text Example
Text Example
White with #40116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40116D; }
p { color: rgb(64,17,109); }
H1.HeaderClassName
{
color: #40116D;
}
.AnyTagClassName
{
color: #40116D;
}
</style>
background-color css
<style>
a { background-color: #40116D; }
a { background-color: rgb(64,17,109); }
div.DivClassName
{
background-color: #40116D;
}
.BgClassName
{
background-color: #40116D;
}
</style>
border-color css
<style>
span { border-color: #40116D; }
span { border-color: rgb(64,17,109); }
td.TdClassName
{
border-color: #40116D;
}
.TagClassName
{
border-color: #40116D;
}
</style>