Shades of Christalle #390B59
Tints of Christalle #390B59
RGB
CMYK
RGB Variations
Color information
#390B59 (or 0x390B59) is known color: Christalle. HEX triplet: 39, 0B and 59. RGB value is (57,11,89). Sum of RGB (Red+Green+Blue) = 57+11+89=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #390B59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390B59 is #C6F4A6. Grayscale: #212121. Windows color (decimal): -13038759 or 5835577. OLE color: 5835577.
HSL color Cylindrical-coordinate representation of color #390B59: hue angle of 275.38º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390B59 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 11 | 89 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.65 |
| HSL | 275.38º | 0.78% | 0.2% | - |
| HSV(B) | 275.38º | 0.88% | 0.35% | - |
| XYZ | 3.61 | 1.83 | 9.61 | - |
| YUV | 33.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 89 | 0.36 | 0.88 | 0 | 0.65 | 275.38 | 0.78 | 0.2 |
| Hex | 39 | B | 59 | 24 | 58 | 0 | 41 | 113 | 4E | 14 |
| Octal | 71 | 13 | 131 | 44 | 130 | 0 | 101 | 423 | 116 | 24 |
| Binary | 111001 | 1011 | 1011001 | 100100 | 1011000 | 0 | 1000001 | 100010011 | 1001110 | 10100 |
Color Harmonies of #390B59
Complementary color
Monochromatic Colors of #390B59
Black with #390B59
Text Example
Text Example
White with #390B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B59; }
p { color: rgb(57,11,89); }
H1.HeaderClassName
{
color: #390B59;
}
.AnyTagClassName
{
color: #390B59;
}
</style>
background-color css
<style>
a { background-color: #390B59; }
a { background-color: rgb(57,11,89); }
div.DivClassName
{
background-color: #390B59;
}
.BgClassName
{
background-color: #390B59;
}
</style>
border-color css
<style>
span { border-color: #390B59; }
span { border-color: rgb(57,11,89); }
td.TdClassName
{
border-color: #390B59;
}
.TagClassName
{
border-color: #390B59;
}
</style>