Shades of Christalle #321B56
Tints of Christalle #321B56
RGB
CMYK
RGB Variations
Color information
#321B56 (or 0x321B56) is known color: Christalle. HEX triplet: 32, 1B and 56. RGB value is (50,27,86). Sum of RGB (Red+Green+Blue) = 50+27+86=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #321B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B56 is #CDE4A9. Grayscale: #282828. Windows color (decimal): -13493418 or 5643058. OLE color: 5643058.
HSL color Cylindrical-coordinate representation of color #321B56: hue angle of 263.39º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #321B56 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 27 | 86 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.66 |
| HSL | 263.39º | 0.52% | 0.22% | - |
| HSV(B) | 263.39º | 0.69% | 0.34% | - |
| XYZ | 3.39 | 2.13 | 9.04 | - |
| YUV | 40.6 | 153.62 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 86 | 0.42 | 0.69 | 0 | 0.66 | 263.39 | 0.52 | 0.22 |
| Hex | 32 | 1B | 56 | 2A | 45 | 0 | 42 | 107 | 34 | 16 |
| Octal | 62 | 33 | 126 | 52 | 105 | 0 | 102 | 407 | 64 | 26 |
| Binary | 110010 | 11011 | 1010110 | 101010 | 1000101 | 0 | 1000010 | 100000111 | 110100 | 10110 |
Color Harmonies of #321B56
Complementary color
Monochromatic Colors of #321B56
Black with #321B56
Text Example
Text Example
White with #321B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B56; }
p { color: rgb(50,27,86); }
H1.HeaderClassName
{
color: #321B56;
}
.AnyTagClassName
{
color: #321B56;
}
</style>
background-color css
<style>
a { background-color: #321B56; }
a { background-color: rgb(50,27,86); }
div.DivClassName
{
background-color: #321B56;
}
.BgClassName
{
background-color: #321B56;
}
</style>
border-color css
<style>
span { border-color: #321B56; }
span { border-color: rgb(50,27,86); }
td.TdClassName
{
border-color: #321B56;
}
.TagClassName
{
border-color: #321B56;
}
</style>