Shades of Christalle #401168
Tints of Christalle #401168
RGB
CMYK
RGB Variations
Color information
#401168 (or 0x401168) is known color: Christalle. HEX triplet: 40, 11 and 68. RGB value is (64,17,104). Sum of RGB (Red+Green+Blue) = 64+17+104=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #401168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401168 is #BFEE97. Grayscale: #282828. Windows color (decimal): -12578456 or 6820160. OLE color: 6820160.
HSL color Cylindrical-coordinate representation of color #401168: hue angle of 272.41º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401168 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 17 | 104 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.59 |
| HSL | 272.41º | 0.72% | 0.24% | - |
| HSV(B) | 272.41º | 0.84% | 0.41% | - |
| XYZ | 4.81 | 2.49 | 13.32 | - |
| YUV | 40.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 104 | 0.38 | 0.84 | 0 | 0.59 | 272.41 | 0.72 | 0.24 |
| Hex | 40 | 11 | 68 | 26 | 54 | 0 | 3B | 110 | 48 | 18 |
| Octal | 100 | 21 | 150 | 46 | 124 | 0 | 73 | 420 | 110 | 30 |
| Binary | 1000000 | 10001 | 1101000 | 100110 | 1010100 | 0 | 111011 | 100010000 | 1001000 | 11000 |
Color Harmonies of #401168
Complementary color
Monochromatic Colors of #401168
Black with #401168
Text Example
Text Example
White with #401168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401168; }
p { color: rgb(64,17,104); }
H1.HeaderClassName
{
color: #401168;
}
.AnyTagClassName
{
color: #401168;
}
</style>
background-color css
<style>
a { background-color: #401168; }
a { background-color: rgb(64,17,104); }
div.DivClassName
{
background-color: #401168;
}
.BgClassName
{
background-color: #401168;
}
</style>
border-color css
<style>
span { border-color: #401168; }
span { border-color: rgb(64,17,104); }
td.TdClassName
{
border-color: #401168;
}
.TagClassName
{
border-color: #401168;
}
</style>