Shades of Christalle #321C5B
Tints of Christalle #321C5B
RGB
CMYK
RGB Variations
Color information
#321C5B (or 0x321C5B) is known color: Christalle. HEX triplet: 32, 1C and 5B. RGB value is (50,28,91). Sum of RGB (Red+Green+Blue) = 50+28+91=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #321C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C5B is #CDE3A4. Grayscale: #292929. Windows color (decimal): -13493157 or 5970994. OLE color: 5970994.
HSL color Cylindrical-coordinate representation of color #321C5B: hue angle of 260.95º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #321C5B is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 28 | 91 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.64 |
| HSL | 260.95º | 0.53% | 0.23% | - |
| HSV(B) | 260.95º | 0.69% | 0.36% | - |
| XYZ | 3.62 | 2.26 | 10.14 | - |
| YUV | 41.76 | 155.79 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 91 | 0.45 | 0.69 | 0 | 0.64 | 260.95 | 0.53 | 0.23 |
| Hex | 32 | 1C | 5B | 2D | 45 | 0 | 40 | 105 | 35 | 17 |
| Octal | 62 | 34 | 133 | 55 | 105 | 0 | 100 | 405 | 65 | 27 |
| Binary | 110010 | 11100 | 1011011 | 101101 | 1000101 | 0 | 1000000 | 100000101 | 110101 | 10111 |
Color Harmonies of #321C5B
Complementary color
Monochromatic Colors of #321C5B
Black with #321C5B
Text Example
Text Example
White with #321C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C5B; }
p { color: rgb(50,28,91); }
H1.HeaderClassName
{
color: #321C5B;
}
.AnyTagClassName
{
color: #321C5B;
}
</style>
background-color css
<style>
a { background-color: #321C5B; }
a { background-color: rgb(50,28,91); }
div.DivClassName
{
background-color: #321C5B;
}
.BgClassName
{
background-color: #321C5B;
}
</style>
border-color css
<style>
span { border-color: #321C5B; }
span { border-color: rgb(50,28,91); }
td.TdClassName
{
border-color: #321C5B;
}
.TagClassName
{
border-color: #321C5B;
}
</style>