Shades of Christalle #392265
Tints of Christalle #392265
RGB
CMYK
RGB Variations
Color information
#392265 (or 0x392265) is known color: Christalle. HEX triplet: 39, 22 and 65. RGB value is (57,34,101). Sum of RGB (Red+Green+Blue) = 57+34+101=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #392265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392265 is #C6DD9A. Grayscale: #303030. Windows color (decimal): -13032859 or 6627897. OLE color: 6627897.
HSL color Cylindrical-coordinate representation of color #392265: hue angle of 260.6º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #392265 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 34 | 101 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.60 |
| HSL | 260.6º | 0.5% | 0.26% | - |
| HSV(B) | 260.6º | 0.66% | 0.4% | - |
| XYZ | 4.61 | 2.95 | 12.64 | - |
| YUV | 48.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 101 | 0.44 | 0.66 | 0 | 0.60 | 260.6 | 0.5 | 0.26 |
| Hex | 39 | 22 | 65 | 2C | 42 | 0 | 3C | 105 | 32 | 1A |
| Octal | 71 | 42 | 145 | 54 | 102 | 0 | 74 | 405 | 62 | 32 |
| Binary | 111001 | 100010 | 1100101 | 101100 | 1000010 | 0 | 111100 | 100000101 | 110010 | 11010 |
Color Harmonies of #392265
Complementary color
Monochromatic Colors of #392265
Black with #392265
Text Example
Text Example
White with #392265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392265; }
p { color: rgb(57,34,101); }
H1.HeaderClassName
{
color: #392265;
}
.AnyTagClassName
{
color: #392265;
}
</style>
background-color css
<style>
a { background-color: #392265; }
a { background-color: rgb(57,34,101); }
div.DivClassName
{
background-color: #392265;
}
.BgClassName
{
background-color: #392265;
}
</style>
border-color css
<style>
span { border-color: #392265; }
span { border-color: rgb(57,34,101); }
td.TdClassName
{
border-color: #392265;
}
.TagClassName
{
border-color: #392265;
}
</style>