Shades of Christalle #391A57
Tints of Christalle #391A57
RGB
CMYK
RGB Variations
Color information
#391A57 (or 0x391A57) is known color: Christalle. HEX triplet: 39, 1A and 57. RGB value is (57,26,87). Sum of RGB (Red+Green+Blue) = 57+26+87=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #391A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391A57 is #C6E5A8. Grayscale: #2A2A2A. Windows color (decimal): -13034921 or 5708345. OLE color: 5708345.
HSL color Cylindrical-coordinate representation of color #391A57: hue angle of 270.49º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #391A57 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 26 | 87 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.66 |
| HSL | 270.49º | 0.54% | 0.22% | - |
| HSV(B) | 270.49º | 0.7% | 0.34% | - |
| XYZ | 3.78 | 2.3 | 9.26 | - |
| YUV | 42.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 87 | 0.34 | 0.70 | 0 | 0.66 | 270.49 | 0.54 | 0.22 |
| Hex | 39 | 1A | 57 | 22 | 46 | 0 | 42 | 10E | 36 | 16 |
| Octal | 71 | 32 | 127 | 42 | 106 | 0 | 102 | 416 | 66 | 26 |
| Binary | 111001 | 11010 | 1010111 | 100010 | 1000110 | 0 | 1000010 | 100001110 | 110110 | 10110 |
Color Harmonies of #391A57
Complementary color
Monochromatic Colors of #391A57
Black with #391A57
Text Example
Text Example
White with #391A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A57; }
p { color: rgb(57,26,87); }
H1.HeaderClassName
{
color: #391A57;
}
.AnyTagClassName
{
color: #391A57;
}
</style>
background-color css
<style>
a { background-color: #391A57; }
a { background-color: rgb(57,26,87); }
div.DivClassName
{
background-color: #391A57;
}
.BgClassName
{
background-color: #391A57;
}
</style>
border-color css
<style>
span { border-color: #391A57; }
span { border-color: rgb(57,26,87); }
td.TdClassName
{
border-color: #391A57;
}
.TagClassName
{
border-color: #391A57;
}
</style>