Shades of Christalle #400C67
Tints of Christalle #400C67
RGB
CMYK
RGB Variations
Color information
#400C67 (or 0x400C67) is known color: Christalle. HEX triplet: 40, 0C and 67. RGB value is (64,12,103). Sum of RGB (Red+Green+Blue) = 64+12+103=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 103 (40.62% from 255 or 57.54% from 179); Max value from RGB is 103 - color contains mainly: blue. Hex color #400C67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C67 is #BFF398. Grayscale: #252525. Windows color (decimal): -12579737 or 6753344. OLE color: 6753344.
HSL color Cylindrical-coordinate representation of color #400C67: hue angle of 274.29º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400C67 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 12 | 103 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.60 |
| HSL | 274.29º | 0.79% | 0.23% | - |
| HSV(B) | 274.29º | 0.88% | 0.4% | - |
| XYZ | 4.69 | 2.33 | 13.03 | - |
| YUV | 37.92 | 164.73 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 103 | 0.38 | 0.88 | 0 | 0.60 | 274.29 | 0.79 | 0.23 |
| Hex | 40 | C | 67 | 26 | 58 | 0 | 3C | 112 | 4F | 17 |
| Octal | 100 | 14 | 147 | 46 | 130 | 0 | 74 | 422 | 117 | 27 |
| Binary | 1000000 | 1100 | 1100111 | 100110 | 1011000 | 0 | 111100 | 100010010 | 1001111 | 10111 |
Color Harmonies of #400C67
Complementary color
Monochromatic Colors of #400C67
Black with #400C67
Text Example
Text Example
White with #400C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C67; }
p { color: rgb(64,12,103); }
H1.HeaderClassName
{
color: #400C67;
}
.AnyTagClassName
{
color: #400C67;
}
</style>
background-color css
<style>
a { background-color: #400C67; }
a { background-color: rgb(64,12,103); }
div.DivClassName
{
background-color: #400C67;
}
.BgClassName
{
background-color: #400C67;
}
</style>
border-color css
<style>
span { border-color: #400C67; }
span { border-color: rgb(64,12,103); }
td.TdClassName
{
border-color: #400C67;
}
.TagClassName
{
border-color: #400C67;
}
</style>