Shades of Christalle #401D69
Tints of Christalle #401D69
RGB
CMYK
RGB Variations
Color information
#401D69 (or 0x401D69) is known color: Christalle. HEX triplet: 40, 1D and 69. RGB value is (64,29,105). Sum of RGB (Red+Green+Blue) = 64+29+105=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #401D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D69 is #BFE296. Grayscale: #2F2F2F. Windows color (decimal): -12575383 or 6888768. OLE color: 6888768.
HSL color Cylindrical-coordinate representation of color #401D69: hue angle of 267.63º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401D69 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 29 | 105 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.59 |
| HSL | 267.63º | 0.57% | 0.26% | - |
| HSV(B) | 267.63º | 0.72% | 0.41% | - |
| XYZ | 5.1 | 2.99 | 13.67 | - |
| YUV | 48.13 | 160.1 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 105 | 0.39 | 0.72 | 0 | 0.59 | 267.63 | 0.57 | 0.26 |
| Hex | 40 | 1D | 69 | 27 | 48 | 0 | 3B | 10C | 39 | 1A |
| Octal | 100 | 35 | 151 | 47 | 110 | 0 | 73 | 414 | 71 | 32 |
| Binary | 1000000 | 11101 | 1101001 | 100111 | 1001000 | 0 | 111011 | 100001100 | 111001 | 11010 |
Color Harmonies of #401D69
Complementary color
Monochromatic Colors of #401D69
Black with #401D69
Text Example
Text Example
White with #401D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D69; }
p { color: rgb(64,29,105); }
H1.HeaderClassName
{
color: #401D69;
}
.AnyTagClassName
{
color: #401D69;
}
</style>
background-color css
<style>
a { background-color: #401D69; }
a { background-color: rgb(64,29,105); }
div.DivClassName
{
background-color: #401D69;
}
.BgClassName
{
background-color: #401D69;
}
</style>
border-color css
<style>
span { border-color: #401D69; }
span { border-color: rgb(64,29,105); }
td.TdClassName
{
border-color: #401D69;
}
.TagClassName
{
border-color: #401D69;
}
</style>