Shades of Christalle #39285B
Tints of Christalle #39285B
RGB
CMYK
RGB Variations
Color information
#39285B (or 0x39285B) is known color: Christalle. HEX triplet: 39, 28 and 5B. RGB value is (57,40,91). Sum of RGB (Red+Green+Blue) = 57+40+91=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #39285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39285B is #C6D7A4. Grayscale: #323232. Windows color (decimal): -13031333 or 5974073. OLE color: 5974073.
HSL color Cylindrical-coordinate representation of color #39285B: hue angle of 260º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39285B is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 40 | 91 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.64 |
| HSL | 260º | 0.39% | 0.26% | - |
| HSV(B) | 260º | 0.56% | 0.36% | - |
| XYZ | 4.33 | 3.14 | 10.28 | - |
| YUV | 50.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 91 | 0.37 | 0.56 | 0 | 0.64 | 260 | 0.39 | 0.26 |
| Hex | 39 | 28 | 5B | 25 | 38 | 0 | 40 | 104 | 27 | 1A |
| Octal | 71 | 50 | 133 | 45 | 70 | 0 | 100 | 404 | 47 | 32 |
| Binary | 111001 | 101000 | 1011011 | 100101 | 111000 | 0 | 1000000 | 100000100 | 100111 | 11010 |
Color Harmonies of #39285B
Complementary color
Monochromatic Colors of #39285B
Black with #39285B
Text Example
Text Example
White with #39285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39285B; }
p { color: rgb(57,40,91); }
H1.HeaderClassName
{
color: #39285B;
}
.AnyTagClassName
{
color: #39285B;
}
</style>
background-color css
<style>
a { background-color: #39285B; }
a { background-color: rgb(57,40,91); }
div.DivClassName
{
background-color: #39285B;
}
.BgClassName
{
background-color: #39285B;
}
</style>
border-color css
<style>
span { border-color: #39285B; }
span { border-color: rgb(57,40,91); }
td.TdClassName
{
border-color: #39285B;
}
.TagClassName
{
border-color: #39285B;
}
</style>