Shades of Christalle #390C65
Tints of Christalle #390C65
RGB
CMYK
RGB Variations
Color information
#390C65 (or 0x390C65) is known color: Christalle. HEX triplet: 39, 0C and 65. RGB value is (57,12,101). Sum of RGB (Red+Green+Blue) = 57+12+101=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #390C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C65 is #C6F39A. Grayscale: #232323. Windows color (decimal): -13038491 or 6622265. OLE color: 6622265.
HSL color Cylindrical-coordinate representation of color #390C65: hue angle of 270.34º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390C65 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 12 | 101 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.60 |
| HSL | 270.34º | 0.79% | 0.22% | - |
| HSV(B) | 270.34º | 0.88% | 0.4% | - |
| XYZ | 4.17 | 2.07 | 12.49 | - |
| YUV | 35.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 101 | 0.44 | 0.88 | 0 | 0.60 | 270.34 | 0.79 | 0.22 |
| Hex | 39 | C | 65 | 2C | 58 | 0 | 3C | 10E | 4F | 16 |
| Octal | 71 | 14 | 145 | 54 | 130 | 0 | 74 | 416 | 117 | 26 |
| Binary | 111001 | 1100 | 1100101 | 101100 | 1011000 | 0 | 111100 | 100001110 | 1001111 | 10110 |
Color Harmonies of #390C65
Complementary color
Monochromatic Colors of #390C65
Black with #390C65
Text Example
Text Example
White with #390C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C65; }
p { color: rgb(57,12,101); }
H1.HeaderClassName
{
color: #390C65;
}
.AnyTagClassName
{
color: #390C65;
}
</style>
background-color css
<style>
a { background-color: #390C65; }
a { background-color: rgb(57,12,101); }
div.DivClassName
{
background-color: #390C65;
}
.BgClassName
{
background-color: #390C65;
}
</style>
border-color css
<style>
span { border-color: #390C65; }
span { border-color: rgb(57,12,101); }
td.TdClassName
{
border-color: #390C65;
}
.TagClassName
{
border-color: #390C65;
}
</style>