Shades of Christalle #321E5D
Tints of Christalle #321E5D
RGB
CMYK
RGB Variations
Color information
#321E5D (or 0x321E5D) is known color: Christalle. HEX triplet: 32, 1E and 5D. RGB value is (50,30,93). Sum of RGB (Red+Green+Blue) = 50+30+93=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #321E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E5D is #CDE1A2. Grayscale: #2A2A2A. Windows color (decimal): -13492643 or 6102578. OLE color: 6102578.
HSL color Cylindrical-coordinate representation of color #321E5D: hue angle of 259.05º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321E5D is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 30 | 93 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.64 |
| HSL | 259.05º | 0.51% | 0.24% | - |
| HSV(B) | 259.05º | 0.68% | 0.36% | - |
| XYZ | 3.76 | 2.4 | 10.62 | - |
| YUV | 43.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 93 | 0.46 | 0.68 | 0 | 0.64 | 259.05 | 0.51 | 0.24 |
| Hex | 32 | 1E | 5D | 2E | 44 | 0 | 40 | 103 | 33 | 18 |
| Octal | 62 | 36 | 135 | 56 | 104 | 0 | 100 | 403 | 63 | 30 |
| Binary | 110010 | 11110 | 1011101 | 101110 | 1000100 | 0 | 1000000 | 100000011 | 110011 | 11000 |
Color Harmonies of #321E5D
Complementary color
Monochromatic Colors of #321E5D
Black with #321E5D
Text Example
Text Example
White with #321E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E5D; }
p { color: rgb(50,30,93); }
H1.HeaderClassName
{
color: #321E5D;
}
.AnyTagClassName
{
color: #321E5D;
}
</style>
background-color css
<style>
a { background-color: #321E5D; }
a { background-color: rgb(50,30,93); }
div.DivClassName
{
background-color: #321E5D;
}
.BgClassName
{
background-color: #321E5D;
}
</style>
border-color css
<style>
span { border-color: #321E5D; }
span { border-color: rgb(50,30,93); }
td.TdClassName
{
border-color: #321E5D;
}
.TagClassName
{
border-color: #321E5D;
}
</style>