Shades of Christalle #321D58
Tints of Christalle #321D58
RGB
CMYK
RGB Variations
Color information
#321D58 (or 0x321D58) is known color: Christalle. HEX triplet: 32, 1D and 58. RGB value is (50,29,88). Sum of RGB (Red+Green+Blue) = 50+29+88=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #321D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D58 is #CDE2A7. Grayscale: #292929. Windows color (decimal): -13492904 or 5774642. OLE color: 5774642.
HSL color Cylindrical-coordinate representation of color #321D58: hue angle of 261.36º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #321D58 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 29 | 88 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.65 |
| HSL | 261.36º | 0.5% | 0.23% | - |
| HSV(B) | 261.36º | 0.67% | 0.35% | - |
| XYZ | 3.52 | 2.26 | 9.48 | - |
| YUV | 42.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 88 | 0.43 | 0.67 | 0 | 0.65 | 261.36 | 0.5 | 0.23 |
| Hex | 32 | 1D | 58 | 2B | 43 | 0 | 41 | 105 | 32 | 17 |
| Octal | 62 | 35 | 130 | 53 | 103 | 0 | 101 | 405 | 62 | 27 |
| Binary | 110010 | 11101 | 1011000 | 101011 | 1000011 | 0 | 1000001 | 100000101 | 110010 | 10111 |
Color Harmonies of #321D58
Complementary color
Monochromatic Colors of #321D58
Black with #321D58
Text Example
Text Example
White with #321D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D58; }
p { color: rgb(50,29,88); }
H1.HeaderClassName
{
color: #321D58;
}
.AnyTagClassName
{
color: #321D58;
}
</style>
background-color css
<style>
a { background-color: #321D58; }
a { background-color: rgb(50,29,88); }
div.DivClassName
{
background-color: #321D58;
}
.BgClassName
{
background-color: #321D58;
}
</style>
border-color css
<style>
span { border-color: #321D58; }
span { border-color: rgb(50,29,88); }
td.TdClassName
{
border-color: #321D58;
}
.TagClassName
{
border-color: #321D58;
}
</style>