Shades of Christalle #391F68
Tints of Christalle #391F68
RGB
CMYK
RGB Variations
Color information
#391F68 (or 0x391F68) is known color: Christalle. HEX triplet: 39, 1F and 68. RGB value is (57,31,104). Sum of RGB (Red+Green+Blue) = 57+31+104=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #391F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391F68 is #C6E097. Grayscale: #2E2E2E. Windows color (decimal): -13033624 or 6823737. OLE color: 6823737.
HSL color Cylindrical-coordinate representation of color #391F68: hue angle of 261.37º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #391F68 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 31 | 104 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.59 |
| HSL | 261.37º | 0.54% | 0.26% | - |
| HSV(B) | 261.37º | 0.7% | 0.41% | - |
| XYZ | 4.68 | 2.85 | 13.4 | - |
| YUV | 47.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 104 | 0.45 | 0.70 | 0 | 0.59 | 261.37 | 0.54 | 0.26 |
| Hex | 39 | 1F | 68 | 2D | 46 | 0 | 3B | 105 | 36 | 1A |
| Octal | 71 | 37 | 150 | 55 | 106 | 0 | 73 | 405 | 66 | 32 |
| Binary | 111001 | 11111 | 1101000 | 101101 | 1000110 | 0 | 111011 | 100000101 | 110110 | 11010 |
Color Harmonies of #391F68
Complementary color
Monochromatic Colors of #391F68
Black with #391F68
Text Example
Text Example
White with #391F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391F68; }
p { color: rgb(57,31,104); }
H1.HeaderClassName
{
color: #391F68;
}
.AnyTagClassName
{
color: #391F68;
}
</style>
background-color css
<style>
a { background-color: #391F68; }
a { background-color: rgb(57,31,104); }
div.DivClassName
{
background-color: #391F68;
}
.BgClassName
{
background-color: #391F68;
}
</style>
border-color css
<style>
span { border-color: #391F68; }
span { border-color: rgb(57,31,104); }
td.TdClassName
{
border-color: #391F68;
}
.TagClassName
{
border-color: #391F68;
}
</style>