Shades of Christalle #401A67
Tints of Christalle #401A67
RGB
CMYK
RGB Variations
Color information
#401A67 (or 0x401A67) is known color: Christalle. HEX triplet: 40, 1A and 67. RGB value is (64,26,103). Sum of RGB (Red+Green+Blue) = 64+26+103=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #401A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A67 is #BFE598. Grayscale: #2D2D2D. Windows color (decimal): -12576153 or 6756928. OLE color: 6756928.
HSL color Cylindrical-coordinate representation of color #401A67: hue angle of 269.61º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401A67 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 26 | 103 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.60 |
| HSL | 269.61º | 0.6% | 0.25% | - |
| HSV(B) | 269.61º | 0.75% | 0.4% | - |
| XYZ | 4.93 | 2.81 | 13.11 | - |
| YUV | 46.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 103 | 0.38 | 0.75 | 0 | 0.60 | 269.61 | 0.6 | 0.25 |
| Hex | 40 | 1A | 67 | 26 | 4B | 0 | 3C | 10E | 3C | 19 |
| Octal | 100 | 32 | 147 | 46 | 113 | 0 | 74 | 416 | 74 | 31 |
| Binary | 1000000 | 11010 | 1100111 | 100110 | 1001011 | 0 | 111100 | 100001110 | 111100 | 11001 |
Color Harmonies of #401A67
Complementary color
Monochromatic Colors of #401A67
Black with #401A67
Text Example
Text Example
White with #401A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A67; }
p { color: rgb(64,26,103); }
H1.HeaderClassName
{
color: #401A67;
}
.AnyTagClassName
{
color: #401A67;
}
</style>
background-color css
<style>
a { background-color: #401A67; }
a { background-color: rgb(64,26,103); }
div.DivClassName
{
background-color: #401A67;
}
.BgClassName
{
background-color: #401A67;
}
</style>
border-color css
<style>
span { border-color: #401A67; }
span { border-color: rgb(64,26,103); }
td.TdClassName
{
border-color: #401A67;
}
.TagClassName
{
border-color: #401A67;
}
</style>