Shades of Christalle #390A57
Tints of Christalle #390A57
RGB
CMYK
RGB Variations
Color information
#390A57 (or 0x390A57) is known color: Christalle. HEX triplet: 39, 0A and 57. RGB value is (57,10,87). Sum of RGB (Red+Green+Blue) = 57+10+87=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #390A57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390A57 is #C6F5A8. Grayscale: #202020. Windows color (decimal): -13039017 or 5704249. OLE color: 5704249.
HSL color Cylindrical-coordinate representation of color #390A57: hue angle of 276.62º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390A57 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 10 | 87 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.66 |
| HSL | 276.62º | 0.79% | 0.19% | - |
| HSV(B) | 276.62º | 0.89% | 0.34% | - |
| XYZ | 3.52 | 1.78 | 9.17 | - |
| YUV | 32.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 87 | 0.34 | 0.89 | 0 | 0.66 | 276.62 | 0.79 | 0.19 |
| Hex | 39 | A | 57 | 22 | 59 | 0 | 42 | 115 | 4F | 13 |
| Octal | 71 | 12 | 127 | 42 | 131 | 0 | 102 | 425 | 117 | 23 |
| Binary | 111001 | 1010 | 1010111 | 100010 | 1011001 | 0 | 1000010 | 100010101 | 1001111 | 10011 |
Color Harmonies of #390A57
Complementary color
Monochromatic Colors of #390A57
Black with #390A57
Text Example
Text Example
White with #390A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390A57; }
p { color: rgb(57,10,87); }
H1.HeaderClassName
{
color: #390A57;
}
.AnyTagClassName
{
color: #390A57;
}
</style>
background-color css
<style>
a { background-color: #390A57; }
a { background-color: rgb(57,10,87); }
div.DivClassName
{
background-color: #390A57;
}
.BgClassName
{
background-color: #390A57;
}
</style>
border-color css
<style>
span { border-color: #390A57; }
span { border-color: rgb(57,10,87); }
td.TdClassName
{
border-color: #390A57;
}
.TagClassName
{
border-color: #390A57;
}
</style>