Shades of Christalle #39206D
Tints of Christalle #39206D
RGB
CMYK
RGB Variations
Color information
#39206D (or 0x39206D) is known color: Christalle. HEX triplet: 39, 20 and 6D. RGB value is (57,32,109). Sum of RGB (Red+Green+Blue) = 57+32+109=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #39206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39206D is #C6DF92. Grayscale: #2F2F2F. Windows color (decimal): -13033363 or 7151673. OLE color: 7151673.
HSL color Cylindrical-coordinate representation of color #39206D: hue angle of 259.48º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39206D is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 32 | 109 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.57 |
| HSL | 259.48º | 0.55% | 0.28% | - |
| HSV(B) | 259.48º | 0.71% | 0.43% | - |
| XYZ | 4.96 | 3.01 | 14.79 | - |
| YUV | 48.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 109 | 0.48 | 0.71 | 0 | 0.57 | 259.48 | 0.55 | 0.28 |
| Hex | 39 | 20 | 6D | 30 | 47 | 0 | 39 | 103 | 37 | 1C |
| Octal | 71 | 40 | 155 | 60 | 107 | 0 | 71 | 403 | 67 | 34 |
| Binary | 111001 | 100000 | 1101101 | 110000 | 1000111 | 0 | 111001 | 100000011 | 110111 | 11100 |
Color Harmonies of #39206D
Complementary color
Monochromatic Colors of #39206D
Black with #39206D
Text Example
Text Example
White with #39206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39206D; }
p { color: rgb(57,32,109); }
H1.HeaderClassName
{
color: #39206D;
}
.AnyTagClassName
{
color: #39206D;
}
</style>
background-color css
<style>
a { background-color: #39206D; }
a { background-color: rgb(57,32,109); }
div.DivClassName
{
background-color: #39206D;
}
.BgClassName
{
background-color: #39206D;
}
</style>
border-color css
<style>
span { border-color: #39206D; }
span { border-color: rgb(57,32,109); }
td.TdClassName
{
border-color: #39206D;
}
.TagClassName
{
border-color: #39206D;
}
</style>