Shades of Christalle #392262
Tints of Christalle #392262
RGB
CMYK
RGB Variations
Color information
#392262 (or 0x392262) is known color: Christalle. HEX triplet: 39, 22 and 62. RGB value is (57,34,98). Sum of RGB (Red+Green+Blue) = 57+34+98=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #392262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392262 is #C6DD9D. Grayscale: #2F2F2F. Windows color (decimal): -13032862 or 6431289. OLE color: 6431289.
HSL color Cylindrical-coordinate representation of color #392262: hue angle of 261.56º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392262 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 34 | 98 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.62 |
| HSL | 261.56º | 0.48% | 0.26% | - |
| HSV(B) | 261.56º | 0.65% | 0.38% | - |
| XYZ | 4.46 | 2.9 | 11.88 | - |
| YUV | 48.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 98 | 0.42 | 0.65 | 0 | 0.62 | 261.56 | 0.48 | 0.26 |
| Hex | 39 | 22 | 62 | 2A | 41 | 0 | 3E | 106 | 30 | 1A |
| Octal | 71 | 42 | 142 | 52 | 101 | 0 | 76 | 406 | 60 | 32 |
| Binary | 111001 | 100010 | 1100010 | 101010 | 1000001 | 0 | 111110 | 100000110 | 110000 | 11010 |
Color Harmonies of #392262
Complementary color
Monochromatic Colors of #392262
Black with #392262
Text Example
Text Example
White with #392262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392262; }
p { color: rgb(57,34,98); }
H1.HeaderClassName
{
color: #392262;
}
.AnyTagClassName
{
color: #392262;
}
</style>
background-color css
<style>
a { background-color: #392262; }
a { background-color: rgb(57,34,98); }
div.DivClassName
{
background-color: #392262;
}
.BgClassName
{
background-color: #392262;
}
</style>
border-color css
<style>
span { border-color: #392262; }
span { border-color: rgb(57,34,98); }
td.TdClassName
{
border-color: #392262;
}
.TagClassName
{
border-color: #392262;
}
</style>