Shades of Christalle #39245C
Tints of Christalle #39245C
RGB
CMYK
RGB Variations
Color information
#39245C (or 0x39245C) is known color: Christalle. HEX triplet: 39, 24 and 5C. RGB value is (57,36,92). Sum of RGB (Red+Green+Blue) = 57+36+92=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #39245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39245C is #C6DBA3. Grayscale: #303030. Windows color (decimal): -13032356 or 6038585. OLE color: 6038585.
HSL color Cylindrical-coordinate representation of color #39245C: hue angle of 262.5º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39245C is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 36 | 92 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.64 |
| HSL | 262.5º | 0.44% | 0.25% | - |
| HSV(B) | 262.5º | 0.61% | 0.36% | - |
| XYZ | 4.25 | 2.9 | 10.46 | - |
| YUV | 48.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 92 | 0.38 | 0.61 | 0 | 0.64 | 262.5 | 0.44 | 0.25 |
| Hex | 39 | 24 | 5C | 26 | 3D | 0 | 40 | 106 | 2C | 19 |
| Octal | 71 | 44 | 134 | 46 | 75 | 0 | 100 | 406 | 54 | 31 |
| Binary | 111001 | 100100 | 1011100 | 100110 | 111101 | 0 | 1000000 | 100000110 | 101100 | 11001 |
Color Harmonies of #39245C
Complementary color
Monochromatic Colors of #39245C
Black with #39245C
Text Example
Text Example
White with #39245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39245C; }
p { color: rgb(57,36,92); }
H1.HeaderClassName
{
color: #39245C;
}
.AnyTagClassName
{
color: #39245C;
}
</style>
background-color css
<style>
a { background-color: #39245C; }
a { background-color: rgb(57,36,92); }
div.DivClassName
{
background-color: #39245C;
}
.BgClassName
{
background-color: #39245C;
}
</style>
border-color css
<style>
span { border-color: #39245C; }
span { border-color: rgb(57,36,92); }
td.TdClassName
{
border-color: #39245C;
}
.TagClassName
{
border-color: #39245C;
}
</style>