Shades of Christalle #401F67
Tints of Christalle #401F67
RGB
CMYK
RGB Variations
Color information
#401F67 (or 0x401F67) is known color: Christalle. HEX triplet: 40, 1F and 67. RGB value is (64,31,103). Sum of RGB (Red+Green+Blue) = 64+31+103=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #401F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F67 is #BFE098. Grayscale: #303030. Windows color (decimal): -12574873 or 6758208. OLE color: 6758208.
HSL color Cylindrical-coordinate representation of color #401F67: hue angle of 267.5º degrees, saturation: 0.54, 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 #401F67 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 31 | 103 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.60 |
| HSL | 267.5º | 0.54% | 0.26% | - |
| HSV(B) | 267.5º | 0.7% | 0.4% | - |
| XYZ | 5.05 | 3.05 | 13.15 | - |
| YUV | 49.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 103 | 0.38 | 0.70 | 0 | 0.60 | 267.5 | 0.54 | 0.26 |
| Hex | 40 | 1F | 67 | 26 | 46 | 0 | 3C | 10C | 36 | 1A |
| Octal | 100 | 37 | 147 | 46 | 106 | 0 | 74 | 414 | 66 | 32 |
| Binary | 1000000 | 11111 | 1100111 | 100110 | 1000110 | 0 | 111100 | 100001100 | 110110 | 11010 |
Color Harmonies of #401F67
Complementary color
Monochromatic Colors of #401F67
Black with #401F67
Text Example
Text Example
White with #401F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F67; }
p { color: rgb(64,31,103); }
H1.HeaderClassName
{
color: #401F67;
}
.AnyTagClassName
{
color: #401F67;
}
</style>
background-color css
<style>
a { background-color: #401F67; }
a { background-color: rgb(64,31,103); }
div.DivClassName
{
background-color: #401F67;
}
.BgClassName
{
background-color: #401F67;
}
</style>
border-color css
<style>
span { border-color: #401F67; }
span { border-color: rgb(64,31,103); }
td.TdClassName
{
border-color: #401F67;
}
.TagClassName
{
border-color: #401F67;
}
</style>