Shades of Christalle #390F61
Tints of Christalle #390F61
RGB
CMYK
RGB Variations
Color information
#390F61 (or 0x390F61) is known color: Christalle. HEX triplet: 39, 0F and 61. RGB value is (57,15,97). Sum of RGB (Red+Green+Blue) = 57+15+97=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #390F61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F61 is #C6F09E. Grayscale: #242424. Windows color (decimal): -13037727 or 6360889. OLE color: 6360889.
HSL color Cylindrical-coordinate representation of color #390F61: hue angle of 270.73º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #390F61 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 15 | 97 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.62 |
| HSL | 270.73º | 0.73% | 0.22% | - |
| HSV(B) | 270.73º | 0.85% | 0.38% | - |
| XYZ | 4.02 | 2.07 | 11.5 | - |
| YUV | 36.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 97 | 0.41 | 0.85 | 0 | 0.62 | 270.73 | 0.73 | 0.22 |
| Hex | 39 | F | 61 | 29 | 55 | 0 | 3E | 10F | 49 | 16 |
| Octal | 71 | 17 | 141 | 51 | 125 | 0 | 76 | 417 | 111 | 26 |
| Binary | 111001 | 1111 | 1100001 | 101001 | 1010101 | 0 | 111110 | 100001111 | 1001001 | 10110 |
Color Harmonies of #390F61
Complementary color
Monochromatic Colors of #390F61
Black with #390F61
Text Example
Text Example
White with #390F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F61; }
p { color: rgb(57,15,97); }
H1.HeaderClassName
{
color: #390F61;
}
.AnyTagClassName
{
color: #390F61;
}
</style>
background-color css
<style>
a { background-color: #390F61; }
a { background-color: rgb(57,15,97); }
div.DivClassName
{
background-color: #390F61;
}
.BgClassName
{
background-color: #390F61;
}
</style>
border-color css
<style>
span { border-color: #390F61; }
span { border-color: rgb(57,15,97); }
td.TdClassName
{
border-color: #390F61;
}
.TagClassName
{
border-color: #390F61;
}
</style>