Shades of Christalle #400C65
Tints of Christalle #400C65
RGB
CMYK
RGB Variations
Color information
#400C65 (or 0x400C65) is known color: Christalle. HEX triplet: 40, 0C and 65. RGB value is (64,12,101). Sum of RGB (Red+Green+Blue) = 64+12+101=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #400C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C65 is #BFF39A. Grayscale: #252525. Windows color (decimal): -12579739 or 6622272. OLE color: 6622272.
HSL color Cylindrical-coordinate representation of color #400C65: hue angle of 275.06º 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 #400C65 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 12 | 101 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.60 |
| HSL | 275.06º | 0.79% | 0.22% | - |
| HSV(B) | 275.06º | 0.88% | 0.4% | - |
| XYZ | 4.59 | 2.29 | 12.51 | - |
| YUV | 37.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 101 | 0.37 | 0.88 | 0 | 0.60 | 275.06 | 0.79 | 0.22 |
| Hex | 40 | C | 65 | 25 | 58 | 0 | 3C | 113 | 4F | 16 |
| Octal | 100 | 14 | 145 | 45 | 130 | 0 | 74 | 423 | 117 | 26 |
| Binary | 1000000 | 1100 | 1100101 | 100101 | 1011000 | 0 | 111100 | 100010011 | 1001111 | 10110 |
Color Harmonies of #400C65
Complementary color
Monochromatic Colors of #400C65
Black with #400C65
Text Example
Text Example
White with #400C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C65; }
p { color: rgb(64,12,101); }
H1.HeaderClassName
{
color: #400C65;
}
.AnyTagClassName
{
color: #400C65;
}
</style>
background-color css
<style>
a { background-color: #400C65; }
a { background-color: rgb(64,12,101); }
div.DivClassName
{
background-color: #400C65;
}
.BgClassName
{
background-color: #400C65;
}
</style>
border-color css
<style>
span { border-color: #400C65; }
span { border-color: rgb(64,12,101); }
td.TdClassName
{
border-color: #400C65;
}
.TagClassName
{
border-color: #400C65;
}
</style>