Shades of Christalle #390F69
Tints of Christalle #390F69
RGB
CMYK
RGB Variations
Color information
#390F69 (or 0x390F69) is known color: Christalle. HEX triplet: 39, 0F and 69. RGB value is (57,15,105). Sum of RGB (Red+Green+Blue) = 57+15+105=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #390F69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F69 is #C6F096. Grayscale: #252525. Windows color (decimal): -13037719 or 6885177. OLE color: 6885177.
HSL color Cylindrical-coordinate representation of color #390F69: hue angle of 268º 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 #390F69 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 15 | 105 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.59 |
| HSL | 268º | 0.75% | 0.24% | - |
| HSV(B) | 268º | 0.86% | 0.41% | - |
| XYZ | 4.41 | 2.23 | 13.56 | - |
| YUV | 37.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 105 | 0.46 | 0.86 | 0 | 0.59 | 268 | 0.75 | 0.24 |
| Hex | 39 | F | 69 | 2E | 56 | 0 | 3B | 10C | 4B | 18 |
| Octal | 71 | 17 | 151 | 56 | 126 | 0 | 73 | 414 | 113 | 30 |
| Binary | 111001 | 1111 | 1101001 | 101110 | 1010110 | 0 | 111011 | 100001100 | 1001011 | 11000 |
Color Harmonies of #390F69
Complementary color
Monochromatic Colors of #390F69
Black with #390F69
Text Example
Text Example
White with #390F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F69; }
p { color: rgb(57,15,105); }
H1.HeaderClassName
{
color: #390F69;
}
.AnyTagClassName
{
color: #390F69;
}
</style>
background-color css
<style>
a { background-color: #390F69; }
a { background-color: rgb(57,15,105); }
div.DivClassName
{
background-color: #390F69;
}
.BgClassName
{
background-color: #390F69;
}
</style>
border-color css
<style>
span { border-color: #390F69; }
span { border-color: rgb(57,15,105); }
td.TdClassName
{
border-color: #390F69;
}
.TagClassName
{
border-color: #390F69;
}
</style>