Shades of Christalle #401D66
Tints of Christalle #401D66
RGB
CMYK
RGB Variations
Color information
#401D66 (or 0x401D66) is known color: Christalle. HEX triplet: 40, 1D and 66. RGB value is (64,29,102). Sum of RGB (Red+Green+Blue) = 64+29+102=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #401D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D66 is #BFE299. Grayscale: #2F2F2F. Windows color (decimal): -12575386 or 6692160. OLE color: 6692160.
HSL color Cylindrical-coordinate representation of color #401D66: hue angle of 268.77º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401D66 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 29 | 102 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.6 |
| HSL | 268.77º | 0.56% | 0.26% | - |
| HSV(B) | 268.77º | 0.72% | 0.4% | - |
| XYZ | 4.95 | 2.93 | 12.87 | - |
| YUV | 47.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 102 | 0.37 | 0.72 | 0 | 0.6 | 268.77 | 0.56 | 0.26 |
| Hex | 40 | 1D | 66 | 25 | 48 | 0 | 3C | 10D | 38 | 1A |
| Octal | 100 | 35 | 146 | 45 | 110 | 0 | 74 | 415 | 70 | 32 |
| Binary | 1000000 | 11101 | 1100110 | 100101 | 1001000 | 0 | 111100 | 100001101 | 111000 | 11010 |
Color Harmonies of #401D66
Complementary color
Monochromatic Colors of #401D66
Black with #401D66
Text Example
Text Example
White with #401D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D66; }
p { color: rgb(64,29,102); }
H1.HeaderClassName
{
color: #401D66;
}
.AnyTagClassName
{
color: #401D66;
}
</style>
background-color css
<style>
a { background-color: #401D66; }
a { background-color: rgb(64,29,102); }
div.DivClassName
{
background-color: #401D66;
}
.BgClassName
{
background-color: #401D66;
}
</style>
border-color css
<style>
span { border-color: #401D66; }
span { border-color: rgb(64,29,102); }
td.TdClassName
{
border-color: #401D66;
}
.TagClassName
{
border-color: #401D66;
}
</style>