Shades of Christalle #321E5B
Tints of Christalle #321E5B
RGB
CMYK
RGB Variations
Color information
#321E5B (or 0x321E5B) is known color: Christalle. HEX triplet: 32, 1E and 5B. RGB value is (50,30,91). Sum of RGB (Red+Green+Blue) = 50+30+91=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #321E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E5B is #CDE1A4. Grayscale: #2A2A2A. Windows color (decimal): -13492645 or 5971506. OLE color: 5971506.
HSL color Cylindrical-coordinate representation of color #321E5B: hue angle of 259.67º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #321E5B is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 30 | 91 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.64 |
| HSL | 259.67º | 0.5% | 0.24% | - |
| HSV(B) | 259.67º | 0.67% | 0.36% | - |
| XYZ | 3.67 | 2.36 | 10.16 | - |
| YUV | 42.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 91 | 0.45 | 0.67 | 0 | 0.64 | 259.67 | 0.5 | 0.24 |
| Hex | 32 | 1E | 5B | 2D | 43 | 0 | 40 | 104 | 32 | 18 |
| Octal | 62 | 36 | 133 | 55 | 103 | 0 | 100 | 404 | 62 | 30 |
| Binary | 110010 | 11110 | 1011011 | 101101 | 1000011 | 0 | 1000000 | 100000100 | 110010 | 11000 |
Color Harmonies of #321E5B
Complementary color
Monochromatic Colors of #321E5B
Black with #321E5B
Text Example
Text Example
White with #321E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E5B; }
p { color: rgb(50,30,91); }
H1.HeaderClassName
{
color: #321E5B;
}
.AnyTagClassName
{
color: #321E5B;
}
</style>
background-color css
<style>
a { background-color: #321E5B; }
a { background-color: rgb(50,30,91); }
div.DivClassName
{
background-color: #321E5B;
}
.BgClassName
{
background-color: #321E5B;
}
</style>
border-color css
<style>
span { border-color: #321E5B; }
span { border-color: rgb(50,30,91); }
td.TdClassName
{
border-color: #321E5B;
}
.TagClassName
{
border-color: #321E5B;
}
</style>