Shades of Christalle #321E56
Tints of Christalle #321E56
RGB
CMYK
RGB Variations
Color information
#321E56 (or 0x321E56) is known color: Christalle. HEX triplet: 32, 1E and 56. RGB value is (50,30,86). Sum of RGB (Red+Green+Blue) = 50+30+86=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #321E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E56 is #CDE1A9. Grayscale: #2A2A2A. Windows color (decimal): -13492650 or 5643826. OLE color: 5643826.
HSL color Cylindrical-coordinate representation of color #321E56: hue angle of 261.43º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #321E56 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 30 | 86 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.66 |
| HSL | 261.43º | 0.48% | 0.23% | - |
| HSV(B) | 261.43º | 0.65% | 0.34% | - |
| XYZ | 3.46 | 2.28 | 9.06 | - |
| YUV | 42.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 86 | 0.42 | 0.65 | 0 | 0.66 | 261.43 | 0.48 | 0.23 |
| Hex | 32 | 1E | 56 | 2A | 41 | 0 | 42 | 105 | 30 | 17 |
| Octal | 62 | 36 | 126 | 52 | 101 | 0 | 102 | 405 | 60 | 27 |
| Binary | 110010 | 11110 | 1010110 | 101010 | 1000001 | 0 | 1000010 | 100000101 | 110000 | 10111 |
Color Harmonies of #321E56
Complementary color
Monochromatic Colors of #321E56
Black with #321E56
Text Example
Text Example
White with #321E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E56; }
p { color: rgb(50,30,86); }
H1.HeaderClassName
{
color: #321E56;
}
.AnyTagClassName
{
color: #321E56;
}
</style>
background-color css
<style>
a { background-color: #321E56; }
a { background-color: rgb(50,30,86); }
div.DivClassName
{
background-color: #321E56;
}
.BgClassName
{
background-color: #321E56;
}
</style>
border-color css
<style>
span { border-color: #321E56; }
span { border-color: rgb(50,30,86); }
td.TdClassName
{
border-color: #321E56;
}
.TagClassName
{
border-color: #321E56;
}
</style>