Shades of Christalle #40116B
Tints of Christalle #40116B
RGB
CMYK
RGB Variations
Color information
#40116B (or 0x40116B) is known color: Christalle. HEX triplet: 40, 11 and 6B. RGB value is (64,17,107). Sum of RGB (Red+Green+Blue) = 64+17+107=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #40116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40116B is #BFEE94. Grayscale: #292929. Windows color (decimal): -12578453 or 7016768. OLE color: 7016768.
HSL color Cylindrical-coordinate representation of color #40116B: hue angle of 271.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40116B is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 17 | 107 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.58 |
| HSL | 271.33º | 0.73% | 0.24% | - |
| HSV(B) | 271.33º | 0.84% | 0.42% | - |
| XYZ | 4.97 | 2.55 | 14.14 | - |
| YUV | 41.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 107 | 0.40 | 0.84 | 0 | 0.58 | 271.33 | 0.73 | 0.24 |
| Hex | 40 | 11 | 6B | 28 | 54 | 0 | 3A | 10F | 49 | 18 |
| Octal | 100 | 21 | 153 | 50 | 124 | 0 | 72 | 417 | 111 | 30 |
| Binary | 1000000 | 10001 | 1101011 | 101000 | 1010100 | 0 | 111010 | 100001111 | 1001001 | 11000 |
Color Harmonies of #40116B
Complementary color
Monochromatic Colors of #40116B
Black with #40116B
Text Example
Text Example
White with #40116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40116B; }
p { color: rgb(64,17,107); }
H1.HeaderClassName
{
color: #40116B;
}
.AnyTagClassName
{
color: #40116B;
}
</style>
background-color css
<style>
a { background-color: #40116B; }
a { background-color: rgb(64,17,107); }
div.DivClassName
{
background-color: #40116B;
}
.BgClassName
{
background-color: #40116B;
}
</style>
border-color css
<style>
span { border-color: #40116B; }
span { border-color: rgb(64,17,107); }
td.TdClassName
{
border-color: #40116B;
}
.TagClassName
{
border-color: #40116B;
}
</style>