Shades of Christalle #390D60
Tints of Christalle #390D60
RGB
CMYK
RGB Variations
Color information
#390D60 (or 0x390D60) is known color: Christalle. HEX triplet: 39, 0D and 60. RGB value is (57,13,96). Sum of RGB (Red+Green+Blue) = 57+13+96=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #390D60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D60 is #C6F29F. Grayscale: #232323. Windows color (decimal): -13038240 or 6294841. OLE color: 6294841.
HSL color Cylindrical-coordinate representation of color #390D60: hue angle of 271.81º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390D60 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 13 | 96 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.62 |
| HSL | 271.81º | 0.76% | 0.21% | - |
| HSV(B) | 271.81º | 0.86% | 0.38% | - |
| XYZ | 3.94 | 2 | 11.25 | - |
| YUV | 35.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 96 | 0.41 | 0.86 | 0 | 0.62 | 271.81 | 0.76 | 0.21 |
| Hex | 39 | D | 60 | 29 | 56 | 0 | 3E | 110 | 4C | 15 |
| Octal | 71 | 15 | 140 | 51 | 126 | 0 | 76 | 420 | 114 | 25 |
| Binary | 111001 | 1101 | 1100000 | 101001 | 1010110 | 0 | 111110 | 100010000 | 1001100 | 10101 |
Color Harmonies of #390D60
Complementary color
Monochromatic Colors of #390D60
Black with #390D60
Text Example
Text Example
White with #390D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D60; }
p { color: rgb(57,13,96); }
H1.HeaderClassName
{
color: #390D60;
}
.AnyTagClassName
{
color: #390D60;
}
</style>
background-color css
<style>
a { background-color: #390D60; }
a { background-color: rgb(57,13,96); }
div.DivClassName
{
background-color: #390D60;
}
.BgClassName
{
background-color: #390D60;
}
</style>
border-color css
<style>
span { border-color: #390D60; }
span { border-color: rgb(57,13,96); }
td.TdClassName
{
border-color: #390D60;
}
.TagClassName
{
border-color: #390D60;
}
</style>