Shades of Christalle #400B5F
Tints of Christalle #400B5F
RGB
CMYK
RGB Variations
Color information
#400B5F (or 0x400B5F) is known color: Christalle. HEX triplet: 40, 0B and 5F. RGB value is (64,11,95). Sum of RGB (Red+Green+Blue) = 64+11+95=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #400B5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B5F is #BFF4A0. Grayscale: #242424. Windows color (decimal): -12580001 or 6228800. OLE color: 6228800.
HSL color Cylindrical-coordinate representation of color #400B5F: hue angle of 277.86º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400B5F is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 11 | 95 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.63 |
| HSL | 277.86º | 0.79% | 0.21% | - |
| HSV(B) | 277.86º | 0.88% | 0.37% | - |
| XYZ | 4.3 | 2.16 | 11.02 | - |
| YUV | 36.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 95 | 0.33 | 0.88 | 0 | 0.63 | 277.86 | 0.79 | 0.21 |
| Hex | 40 | B | 5F | 21 | 58 | 0 | 3F | 116 | 4F | 15 |
| Octal | 100 | 13 | 137 | 41 | 130 | 0 | 77 | 426 | 117 | 25 |
| Binary | 1000000 | 1011 | 1011111 | 100001 | 1011000 | 0 | 111111 | 100010110 | 1001111 | 10101 |
Color Harmonies of #400B5F
Complementary color
Monochromatic Colors of #400B5F
Black with #400B5F
Text Example
Text Example
White with #400B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B5F; }
p { color: rgb(64,11,95); }
H1.HeaderClassName
{
color: #400B5F;
}
.AnyTagClassName
{
color: #400B5F;
}
</style>
background-color css
<style>
a { background-color: #400B5F; }
a { background-color: rgb(64,11,95); }
div.DivClassName
{
background-color: #400B5F;
}
.BgClassName
{
background-color: #400B5F;
}
</style>
border-color css
<style>
span { border-color: #400B5F; }
span { border-color: rgb(64,11,95); }
td.TdClassName
{
border-color: #400B5F;
}
.TagClassName
{
border-color: #400B5F;
}
</style>