Shades of Christalle #39246D
Tints of Christalle #39246D
RGB
CMYK
RGB Variations
Color information
#39246D (or 0x39246D) is known color: Christalle. HEX triplet: 39, 24 and 6D. RGB value is (57,36,109). Sum of RGB (Red+Green+Blue) = 57+36+109=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #39246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39246D is #C6DB92. Grayscale: #323232. Windows color (decimal): -13032339 or 7152697. OLE color: 7152697.
HSL color Cylindrical-coordinate representation of color #39246D: hue angle of 257.26º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39246D is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 36 | 109 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.57 |
| HSL | 257.26º | 0.5% | 0.28% | - |
| HSV(B) | 257.26º | 0.67% | 0.43% | - |
| XYZ | 5.08 | 3.24 | 14.82 | - |
| YUV | 50.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 109 | 0.48 | 0.67 | 0 | 0.57 | 257.26 | 0.5 | 0.28 |
| Hex | 39 | 24 | 6D | 30 | 43 | 0 | 39 | 101 | 32 | 1C |
| Octal | 71 | 44 | 155 | 60 | 103 | 0 | 71 | 401 | 62 | 34 |
| Binary | 111001 | 100100 | 1101101 | 110000 | 1000011 | 0 | 111001 | 100000001 | 110010 | 11100 |
Color Harmonies of #39246D
Complementary color
Monochromatic Colors of #39246D
Black with #39246D
Text Example
Text Example
White with #39246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39246D; }
p { color: rgb(57,36,109); }
H1.HeaderClassName
{
color: #39246D;
}
.AnyTagClassName
{
color: #39246D;
}
</style>
background-color css
<style>
a { background-color: #39246D; }
a { background-color: rgb(57,36,109); }
div.DivClassName
{
background-color: #39246D;
}
.BgClassName
{
background-color: #39246D;
}
</style>
border-color css
<style>
span { border-color: #39246D; }
span { border-color: rgb(57,36,109); }
td.TdClassName
{
border-color: #39246D;
}
.TagClassName
{
border-color: #39246D;
}
</style>