Shades of Christalle #39295F
Tints of Christalle #39295F
RGB
CMYK
RGB Variations
Color information
#39295F (or 0x39295F) is known color: Christalle. HEX triplet: 39, 29 and 5F. RGB value is (57,41,95). Sum of RGB (Red+Green+Blue) = 57+41+95=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #39295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39295F is #C6D6A0. Grayscale: #333333. Windows color (decimal): -13031073 or 6236473. OLE color: 6236473.
HSL color Cylindrical-coordinate representation of color #39295F: hue angle of 257.78º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39295F is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 41 | 95 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.63 |
| HSL | 257.78º | 0.4% | 0.27% | - |
| HSV(B) | 257.78º | 0.57% | 0.37% | - |
| XYZ | 4.55 | 3.28 | 11.22 | - |
| YUV | 51.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 95 | 0.40 | 0.57 | 0 | 0.63 | 257.78 | 0.4 | 0.27 |
| Hex | 39 | 29 | 5F | 28 | 39 | 0 | 3F | 102 | 28 | 1B |
| Octal | 71 | 51 | 137 | 50 | 71 | 0 | 77 | 402 | 50 | 33 |
| Binary | 111001 | 101001 | 1011111 | 101000 | 111001 | 0 | 111111 | 100000010 | 101000 | 11011 |
Color Harmonies of #39295F
Complementary color
Monochromatic Colors of #39295F
Black with #39295F
Text Example
Text Example
White with #39295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39295F; }
p { color: rgb(57,41,95); }
H1.HeaderClassName
{
color: #39295F;
}
.AnyTagClassName
{
color: #39295F;
}
</style>
background-color css
<style>
a { background-color: #39295F; }
a { background-color: rgb(57,41,95); }
div.DivClassName
{
background-color: #39295F;
}
.BgClassName
{
background-color: #39295F;
}
</style>
border-color css
<style>
span { border-color: #39295F; }
span { border-color: rgb(57,41,95); }
td.TdClassName
{
border-color: #39295F;
}
.TagClassName
{
border-color: #39295F;
}
</style>