Shades of Christalle #321F68
Tints of Christalle #321F68
RGB
CMYK
RGB Variations
Color information
#321F68 (or 0x321F68) is known color: Christalle. HEX triplet: 32, 1F and 68. RGB value is (50,31,104). Sum of RGB (Red+Green+Blue) = 50+31+104=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #321F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321F68 is #CDE097. Grayscale: #2C2C2C. Windows color (decimal): -13492376 or 6823730. OLE color: 6823730.
HSL color Cylindrical-coordinate representation of color #321F68: hue angle of 255.62º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321F68 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 31 | 104 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.59 |
| HSL | 255.62º | 0.54% | 0.26% | - |
| HSV(B) | 255.62º | 0.7% | 0.41% | - |
| XYZ | 4.3 | 2.66 | 13.38 | - |
| YUV | 45 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 104 | 0.52 | 0.70 | 0 | 0.59 | 255.62 | 0.54 | 0.26 |
| Hex | 32 | 1F | 68 | 34 | 46 | 0 | 3B | 100 | 36 | 1A |
| Octal | 62 | 37 | 150 | 64 | 106 | 0 | 73 | 400 | 66 | 32 |
| Binary | 110010 | 11111 | 1101000 | 110100 | 1000110 | 0 | 111011 | 100000000 | 110110 | 11010 |
Color Harmonies of #321F68
Complementary color
Monochromatic Colors of #321F68
Black with #321F68
Text Example
Text Example
White with #321F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F68; }
p { color: rgb(50,31,104); }
H1.HeaderClassName
{
color: #321F68;
}
.AnyTagClassName
{
color: #321F68;
}
</style>
background-color css
<style>
a { background-color: #321F68; }
a { background-color: rgb(50,31,104); }
div.DivClassName
{
background-color: #321F68;
}
.BgClassName
{
background-color: #321F68;
}
</style>
border-color css
<style>
span { border-color: #321F68; }
span { border-color: rgb(50,31,104); }
td.TdClassName
{
border-color: #321F68;
}
.TagClassName
{
border-color: #321F68;
}
</style>