Shades of Christalle #390D5A
Tints of Christalle #390D5A
RGB
CMYK
RGB Variations
Color information
#390D5A (or 0x390D5A) is known color: Christalle. HEX triplet: 39, 0D and 5A. RGB value is (57,13,90). Sum of RGB (Red+Green+Blue) = 57+13+90=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #390D5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D5A is #C6F2A5. Grayscale: #222222. Windows color (decimal): -13038246 or 5901625. OLE color: 5901625.
HSL color Cylindrical-coordinate representation of color #390D5A: hue angle of 274.29º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390D5A is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 13 | 90 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.65 |
| HSL | 274.29º | 0.75% | 0.2% | - |
| HSV(B) | 274.29º | 0.86% | 0.35% | - |
| XYZ | 3.68 | 1.9 | 9.85 | - |
| YUV | 34.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 90 | 0.37 | 0.86 | 0 | 0.65 | 274.29 | 0.75 | 0.2 |
| Hex | 39 | D | 5A | 25 | 56 | 0 | 41 | 112 | 4B | 14 |
| Octal | 71 | 15 | 132 | 45 | 126 | 0 | 101 | 422 | 113 | 24 |
| Binary | 111001 | 1101 | 1011010 | 100101 | 1010110 | 0 | 1000001 | 100010010 | 1001011 | 10100 |
Color Harmonies of #390D5A
Complementary color
Monochromatic Colors of #390D5A
Black with #390D5A
Text Example
Text Example
White with #390D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D5A; }
p { color: rgb(57,13,90); }
H1.HeaderClassName
{
color: #390D5A;
}
.AnyTagClassName
{
color: #390D5A;
}
</style>
background-color css
<style>
a { background-color: #390D5A; }
a { background-color: rgb(57,13,90); }
div.DivClassName
{
background-color: #390D5A;
}
.BgClassName
{
background-color: #390D5A;
}
</style>
border-color css
<style>
span { border-color: #390D5A; }
span { border-color: rgb(57,13,90); }
td.TdClassName
{
border-color: #390D5A;
}
.TagClassName
{
border-color: #390D5A;
}
</style>