Shades of Christalle #391F56
Tints of Christalle #391F56
RGB
CMYK
RGB Variations
Color information
#391F56 (or 0x391F56) is known color: Christalle. HEX triplet: 39, 1F and 56. RGB value is (57,31,86). Sum of RGB (Red+Green+Blue) = 57+31+86=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #391F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391F56 is #C6E0A9. Grayscale: #2C2C2C. Windows color (decimal): -13033642 or 5644089. OLE color: 5644089.
HSL color Cylindrical-coordinate representation of color #391F56: hue angle of 268.36º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #391F56 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 31 | 86 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.66 |
| HSL | 268.36º | 0.47% | 0.23% | - |
| HSV(B) | 268.36º | 0.64% | 0.34% | - |
| XYZ | 3.86 | 2.52 | 9.09 | - |
| YUV | 45.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 86 | 0.34 | 0.64 | 0 | 0.66 | 268.36 | 0.47 | 0.23 |
| Hex | 39 | 1F | 56 | 22 | 40 | 0 | 42 | 10C | 2F | 17 |
| Octal | 71 | 37 | 126 | 42 | 100 | 0 | 102 | 414 | 57 | 27 |
| Binary | 111001 | 11111 | 1010110 | 100010 | 1000000 | 0 | 1000010 | 100001100 | 101111 | 10111 |
Color Harmonies of #391F56
Complementary color
Monochromatic Colors of #391F56
Black with #391F56
Text Example
Text Example
White with #391F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391F56; }
p { color: rgb(57,31,86); }
H1.HeaderClassName
{
color: #391F56;
}
.AnyTagClassName
{
color: #391F56;
}
</style>
background-color css
<style>
a { background-color: #391F56; }
a { background-color: rgb(57,31,86); }
div.DivClassName
{
background-color: #391F56;
}
.BgClassName
{
background-color: #391F56;
}
</style>
border-color css
<style>
span { border-color: #391F56; }
span { border-color: rgb(57,31,86); }
td.TdClassName
{
border-color: #391F56;
}
.TagClassName
{
border-color: #391F56;
}
</style>