Shades of Christalle #401F66
Tints of Christalle #401F66
RGB
CMYK
RGB Variations
Color information
#401F66 (or 0x401F66) is known color: Christalle. HEX triplet: 40, 1F and 66. RGB value is (64,31,102). Sum of RGB (Red+Green+Blue) = 64+31+102=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #401F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F66 is #BFE099. Grayscale: #303030. Windows color (decimal): -12574874 or 6692672. OLE color: 6692672.
HSL color Cylindrical-coordinate representation of color #401F66: hue angle of 267.89º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401F66 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 31 | 102 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.6 |
| HSL | 267.89º | 0.53% | 0.26% | - |
| HSV(B) | 267.89º | 0.7% | 0.4% | - |
| XYZ | 5 | 3.03 | 12.89 | - |
| YUV | 48.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 102 | 0.37 | 0.70 | 0 | 0.6 | 267.89 | 0.53 | 0.26 |
| Hex | 40 | 1F | 66 | 25 | 46 | 0 | 3C | 10C | 35 | 1A |
| Octal | 100 | 37 | 146 | 45 | 106 | 0 | 74 | 414 | 65 | 32 |
| Binary | 1000000 | 11111 | 1100110 | 100101 | 1000110 | 0 | 111100 | 100001100 | 110101 | 11010 |
Color Harmonies of #401F66
Complementary color
Monochromatic Colors of #401F66
Black with #401F66
Text Example
Text Example
White with #401F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F66; }
p { color: rgb(64,31,102); }
H1.HeaderClassName
{
color: #401F66;
}
.AnyTagClassName
{
color: #401F66;
}
</style>
background-color css
<style>
a { background-color: #401F66; }
a { background-color: rgb(64,31,102); }
div.DivClassName
{
background-color: #401F66;
}
.BgClassName
{
background-color: #401F66;
}
</style>
border-color css
<style>
span { border-color: #401F66; }
span { border-color: rgb(64,31,102); }
td.TdClassName
{
border-color: #401F66;
}
.TagClassName
{
border-color: #401F66;
}
</style>