Shades of Christalle #400C66
Tints of Christalle #400C66
RGB
CMYK
RGB Variations
Color information
#400C66 (or 0x400C66) is known color: Christalle. HEX triplet: 40, 0C and 66. RGB value is (64,12,102). Sum of RGB (Red+Green+Blue) = 64+12+102=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #400C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C66 is #BFF399. Grayscale: #252525. Windows color (decimal): -12579738 or 6687808. OLE color: 6687808.
HSL color Cylindrical-coordinate representation of color #400C66: hue angle of 274.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400C66 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 12 | 102 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.6 |
| HSL | 274.67º | 0.79% | 0.22% | - |
| HSV(B) | 274.67º | 0.88% | 0.4% | - |
| XYZ | 4.64 | 2.31 | 12.77 | - |
| YUV | 37.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 102 | 0.37 | 0.88 | 0 | 0.6 | 274.67 | 0.79 | 0.22 |
| Hex | 40 | C | 66 | 25 | 58 | 0 | 3C | 113 | 4F | 16 |
| Octal | 100 | 14 | 146 | 45 | 130 | 0 | 74 | 423 | 117 | 26 |
| Binary | 1000000 | 1100 | 1100110 | 100101 | 1011000 | 0 | 111100 | 100010011 | 1001111 | 10110 |
Color Harmonies of #400C66
Complementary color
Monochromatic Colors of #400C66
Black with #400C66
Text Example
Text Example
White with #400C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C66; }
p { color: rgb(64,12,102); }
H1.HeaderClassName
{
color: #400C66;
}
.AnyTagClassName
{
color: #400C66;
}
</style>
background-color css
<style>
a { background-color: #400C66; }
a { background-color: rgb(64,12,102); }
div.DivClassName
{
background-color: #400C66;
}
.BgClassName
{
background-color: #400C66;
}
</style>
border-color css
<style>
span { border-color: #400C66; }
span { border-color: rgb(64,12,102); }
td.TdClassName
{
border-color: #400C66;
}
.TagClassName
{
border-color: #400C66;
}
</style>