Shades of Christalle #400F69
Tints of Christalle #400F69
RGB
CMYK
RGB Variations
Color information
#400F69 (or 0x400F69) is known color: Christalle. HEX triplet: 40, 0F and 69. RGB value is (64,15,105). Sum of RGB (Red+Green+Blue) = 64+15+105=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #400F69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F69 is #BFF096. Grayscale: #272727. Windows color (decimal): -12578967 or 6885184. OLE color: 6885184.
HSL color Cylindrical-coordinate representation of color #400F69: hue angle of 272.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400F69 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 15 | 105 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.59 |
| HSL | 272.67º | 0.75% | 0.24% | - |
| HSV(B) | 272.67º | 0.86% | 0.41% | - |
| XYZ | 4.83 | 2.45 | 13.58 | - |
| YUV | 39.91 | 164.73 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 105 | 0.39 | 0.86 | 0 | 0.59 | 272.67 | 0.75 | 0.24 |
| Hex | 40 | F | 69 | 27 | 56 | 0 | 3B | 111 | 4B | 18 |
| Octal | 100 | 17 | 151 | 47 | 126 | 0 | 73 | 421 | 113 | 30 |
| Binary | 1000000 | 1111 | 1101001 | 100111 | 1010110 | 0 | 111011 | 100010001 | 1001011 | 11000 |
Color Harmonies of #400F69
Complementary color
Monochromatic Colors of #400F69
Black with #400F69
Text Example
Text Example
White with #400F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F69; }
p { color: rgb(64,15,105); }
H1.HeaderClassName
{
color: #400F69;
}
.AnyTagClassName
{
color: #400F69;
}
</style>
background-color css
<style>
a { background-color: #400F69; }
a { background-color: rgb(64,15,105); }
div.DivClassName
{
background-color: #400F69;
}
.BgClassName
{
background-color: #400F69;
}
</style>
border-color css
<style>
span { border-color: #400F69; }
span { border-color: rgb(64,15,105); }
td.TdClassName
{
border-color: #400F69;
}
.TagClassName
{
border-color: #400F69;
}
</style>