Shades of Christalle #401264
Tints of Christalle #401264
RGB
CMYK
RGB Variations
Color information
#401264 (or 0x401264) is known color: Christalle. HEX triplet: 40, 12 and 64. RGB value is (64,18,100). Sum of RGB (Red+Green+Blue) = 64+18+100=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 100 (39.45% from 255 or 54.95% from 182); Max value from RGB is 100 - color contains mainly: blue. Hex color #401264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401264 is #BFED9B. Grayscale: #282828. Windows color (decimal): -12578204 or 6558272. OLE color: 6558272.
HSL color Cylindrical-coordinate representation of color #401264: hue angle of 273.66º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401264 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 18 | 100 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.61 |
| HSL | 273.66º | 0.69% | 0.23% | - |
| HSV(B) | 273.66º | 0.82% | 0.39% | - |
| XYZ | 4.63 | 2.44 | 12.28 | - |
| YUV | 41.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 100 | 0.36 | 0.82 | 0 | 0.61 | 273.66 | 0.69 | 0.23 |
| Hex | 40 | 12 | 64 | 24 | 52 | 0 | 3D | 112 | 45 | 17 |
| Octal | 100 | 22 | 144 | 44 | 122 | 0 | 75 | 422 | 105 | 27 |
| Binary | 1000000 | 10010 | 1100100 | 100100 | 1010010 | 0 | 111101 | 100010010 | 1000101 | 10111 |
Color Harmonies of #401264
Complementary color
Monochromatic Colors of #401264
Black with #401264
Text Example
Text Example
White with #401264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401264; }
p { color: rgb(64,18,100); }
H1.HeaderClassName
{
color: #401264;
}
.AnyTagClassName
{
color: #401264;
}
</style>
background-color css
<style>
a { background-color: #401264; }
a { background-color: rgb(64,18,100); }
div.DivClassName
{
background-color: #401264;
}
.BgClassName
{
background-color: #401264;
}
</style>
border-color css
<style>
span { border-color: #401264; }
span { border-color: rgb(64,18,100); }
td.TdClassName
{
border-color: #401264;
}
.TagClassName
{
border-color: #401264;
}
</style>