Shades of Christalle #321D6D
Tints of Christalle #321D6D
RGB
CMYK
RGB Variations
Color information
#321D6D (or 0x321D6D) is known color: Christalle. HEX triplet: 32, 1D and 6D. RGB value is (50,29,109). Sum of RGB (Red+Green+Blue) = 50+29+109=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #321D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D6D is #CDE292. Grayscale: #2C2C2C. Windows color (decimal): -13492883 or 7150898. OLE color: 7150898.
HSL color Cylindrical-coordinate representation of color #321D6D: hue angle of 255.75º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #321D6D is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 29 | 109 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.57 |
| HSL | 255.75º | 0.58% | 0.27% | - |
| HSV(B) | 255.75º | 0.73% | 0.43% | - |
| XYZ | 4.52 | 2.66 | 14.74 | - |
| YUV | 44.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 109 | 0.54 | 0.73 | 0 | 0.57 | 255.75 | 0.58 | 0.27 |
| Hex | 32 | 1D | 6D | 36 | 49 | 0 | 39 | 100 | 3A | 1B |
| Octal | 62 | 35 | 155 | 66 | 111 | 0 | 71 | 400 | 72 | 33 |
| Binary | 110010 | 11101 | 1101101 | 110110 | 1001001 | 0 | 111001 | 100000000 | 111010 | 11011 |
Color Harmonies of #321D6D
Complementary color
Monochromatic Colors of #321D6D
Black with #321D6D
Text Example
Text Example
White with #321D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D6D; }
p { color: rgb(50,29,109); }
H1.HeaderClassName
{
color: #321D6D;
}
.AnyTagClassName
{
color: #321D6D;
}
</style>
background-color css
<style>
a { background-color: #321D6D; }
a { background-color: rgb(50,29,109); }
div.DivClassName
{
background-color: #321D6D;
}
.BgClassName
{
background-color: #321D6D;
}
</style>
border-color css
<style>
span { border-color: #321D6D; }
span { border-color: rgb(50,29,109); }
td.TdClassName
{
border-color: #321D6D;
}
.TagClassName
{
border-color: #321D6D;
}
</style>