Shades of Christalle #321B5B
Tints of Christalle #321B5B
RGB
CMYK
RGB Variations
Color information
#321B5B (or 0x321B5B) is known color: Christalle. HEX triplet: 32, 1B and 5B. RGB value is (50,27,91). Sum of RGB (Red+Green+Blue) = 50+27+91=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #321B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B5B is #CDE4A4. Grayscale: #282828. Windows color (decimal): -13493413 or 5970738. OLE color: 5970738.
HSL color Cylindrical-coordinate representation of color #321B5B: hue angle of 261.56º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321B5B is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 27 | 91 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.64 |
| HSL | 261.56º | 0.54% | 0.23% | - |
| HSV(B) | 261.56º | 0.7% | 0.36% | - |
| XYZ | 3.6 | 2.22 | 10.14 | - |
| YUV | 41.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 91 | 0.45 | 0.70 | 0 | 0.64 | 261.56 | 0.54 | 0.23 |
| Hex | 32 | 1B | 5B | 2D | 46 | 0 | 40 | 106 | 36 | 17 |
| Octal | 62 | 33 | 133 | 55 | 106 | 0 | 100 | 406 | 66 | 27 |
| Binary | 110010 | 11011 | 1011011 | 101101 | 1000110 | 0 | 1000000 | 100000110 | 110110 | 10111 |
Color Harmonies of #321B5B
Complementary color
Monochromatic Colors of #321B5B
Black with #321B5B
Text Example
Text Example
White with #321B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B5B; }
p { color: rgb(50,27,91); }
H1.HeaderClassName
{
color: #321B5B;
}
.AnyTagClassName
{
color: #321B5B;
}
</style>
background-color css
<style>
a { background-color: #321B5B; }
a { background-color: rgb(50,27,91); }
div.DivClassName
{
background-color: #321B5B;
}
.BgClassName
{
background-color: #321B5B;
}
</style>
border-color css
<style>
span { border-color: #321B5B; }
span { border-color: rgb(50,27,91); }
td.TdClassName
{
border-color: #321B5B;
}
.TagClassName
{
border-color: #321B5B;
}
</style>