Shades of Christalle #40106B
Tints of Christalle #40106B
RGB
CMYK
RGB Variations
Color information
#40106B (or 0x40106B) is known color: Christalle. HEX triplet: 40, 10 and 6B. RGB value is (64,16,107). Sum of RGB (Red+Green+Blue) = 64+16+107=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #40106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40106B is #BFEF94. Grayscale: #282828. Windows color (decimal): -12578709 or 7016512. OLE color: 7016512.
HSL color Cylindrical-coordinate representation of color #40106B: hue angle of 271.65º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40106B is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 16 | 107 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.58 |
| HSL | 271.65º | 0.74% | 0.24% | - |
| HSV(B) | 271.65º | 0.85% | 0.42% | - |
| XYZ | 4.95 | 2.52 | 14.14 | - |
| YUV | 40.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 107 | 0.40 | 0.85 | 0 | 0.58 | 271.65 | 0.74 | 0.24 |
| Hex | 40 | 10 | 6B | 28 | 55 | 0 | 3A | 110 | 4A | 18 |
| Octal | 100 | 20 | 153 | 50 | 125 | 0 | 72 | 420 | 112 | 30 |
| Binary | 1000000 | 10000 | 1101011 | 101000 | 1010101 | 0 | 111010 | 100010000 | 1001010 | 11000 |
Color Harmonies of #40106B
Complementary color
Monochromatic Colors of #40106B
Black with #40106B
Text Example
Text Example
White with #40106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40106B; }
p { color: rgb(64,16,107); }
H1.HeaderClassName
{
color: #40106B;
}
.AnyTagClassName
{
color: #40106B;
}
</style>
background-color css
<style>
a { background-color: #40106B; }
a { background-color: rgb(64,16,107); }
div.DivClassName
{
background-color: #40106B;
}
.BgClassName
{
background-color: #40106B;
}
</style>
border-color css
<style>
span { border-color: #40106B; }
span { border-color: rgb(64,16,107); }
td.TdClassName
{
border-color: #40106B;
}
.TagClassName
{
border-color: #40106B;
}
</style>