Shades of Christalle #390D57
Tints of Christalle #390D57
RGB
CMYK
RGB Variations
Color information
#390D57 (or 0x390D57) is known color: Christalle. HEX triplet: 39, 0D and 57. RGB value is (57,13,87). Sum of RGB (Red+Green+Blue) = 57+13+87=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #390D57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D57 is #C6F2A8. Grayscale: #222222. Windows color (decimal): -13038249 or 5705017. OLE color: 5705017.
HSL color Cylindrical-coordinate representation of color #390D57: hue angle of 275.68º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #390D57 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 13 | 87 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.66 |
| HSL | 275.68º | 0.74% | 0.2% | - |
| HSV(B) | 275.68º | 0.85% | 0.34% | - |
| XYZ | 3.55 | 1.85 | 9.19 | - |
| YUV | 34.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 87 | 0.34 | 0.85 | 0 | 0.66 | 275.68 | 0.74 | 0.2 |
| Hex | 39 | D | 57 | 22 | 55 | 0 | 42 | 114 | 4A | 14 |
| Octal | 71 | 15 | 127 | 42 | 125 | 0 | 102 | 424 | 112 | 24 |
| Binary | 111001 | 1101 | 1010111 | 100010 | 1010101 | 0 | 1000010 | 100010100 | 1001010 | 10100 |
Color Harmonies of #390D57
Complementary color
Monochromatic Colors of #390D57
Black with #390D57
Text Example
Text Example
White with #390D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D57; }
p { color: rgb(57,13,87); }
H1.HeaderClassName
{
color: #390D57;
}
.AnyTagClassName
{
color: #390D57;
}
</style>
background-color css
<style>
a { background-color: #390D57; }
a { background-color: rgb(57,13,87); }
div.DivClassName
{
background-color: #390D57;
}
.BgClassName
{
background-color: #390D57;
}
</style>
border-color css
<style>
span { border-color: #390D57; }
span { border-color: rgb(57,13,87); }
td.TdClassName
{
border-color: #390D57;
}
.TagClassName
{
border-color: #390D57;
}
</style>