Shades of Christalle #400F68
Tints of Christalle #400F68
RGB
CMYK
RGB Variations
Color information
#400F68 (or 0x400F68) is known color: Christalle. HEX triplet: 40, 0F and 68. RGB value is (64,15,104). Sum of RGB (Red+Green+Blue) = 64+15+104=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #400F68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F68 is #BFF097. Grayscale: #272727. Windows color (decimal): -12578968 or 6819648. OLE color: 6819648.
HSL color Cylindrical-coordinate representation of color #400F68: hue angle of 273.03º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400F68 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 15 | 104 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.59 |
| HSL | 273.03º | 0.75% | 0.23% | - |
| HSV(B) | 273.03º | 0.86% | 0.41% | - |
| XYZ | 4.78 | 2.43 | 13.31 | - |
| YUV | 39.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 104 | 0.38 | 0.86 | 0 | 0.59 | 273.03 | 0.75 | 0.23 |
| Hex | 40 | F | 68 | 26 | 56 | 0 | 3B | 111 | 4B | 17 |
| Octal | 100 | 17 | 150 | 46 | 126 | 0 | 73 | 421 | 113 | 27 |
| Binary | 1000000 | 1111 | 1101000 | 100110 | 1010110 | 0 | 111011 | 100010001 | 1001011 | 10111 |
Color Harmonies of #400F68
Complementary color
Monochromatic Colors of #400F68
Black with #400F68
Text Example
Text Example
White with #400F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F68; }
p { color: rgb(64,15,104); }
H1.HeaderClassName
{
color: #400F68;
}
.AnyTagClassName
{
color: #400F68;
}
</style>
background-color css
<style>
a { background-color: #400F68; }
a { background-color: rgb(64,15,104); }
div.DivClassName
{
background-color: #400F68;
}
.BgClassName
{
background-color: #400F68;
}
</style>
border-color css
<style>
span { border-color: #400F68; }
span { border-color: rgb(64,15,104); }
td.TdClassName
{
border-color: #400F68;
}
.TagClassName
{
border-color: #400F68;
}
</style>