Shades of Christalle #321955
Tints of Christalle #321955
RGB
CMYK
RGB Variations
Color information
#321955 (or 0x321955) is known color: Christalle. HEX triplet: 32, 19 and 55. RGB value is (50,25,85). Sum of RGB (Red+Green+Blue) = 50+25+85=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #321955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321955 is #CDE6AA. Grayscale: #272727. Windows color (decimal): -13493931 or 5577010. OLE color: 5577010.
HSL color Cylindrical-coordinate representation of color #321955: hue angle of 265º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #321955 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 25 | 85 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.67 |
| HSL | 265º | 0.55% | 0.22% | - |
| HSV(B) | 265º | 0.71% | 0.33% | - |
| XYZ | 3.3 | 2.03 | 8.81 | - |
| YUV | 39.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 85 | 0.41 | 0.71 | 0 | 0.67 | 265 | 0.55 | 0.22 |
| Hex | 32 | 19 | 55 | 29 | 47 | 0 | 43 | 109 | 37 | 16 |
| Octal | 62 | 31 | 125 | 51 | 107 | 0 | 103 | 411 | 67 | 26 |
| Binary | 110010 | 11001 | 1010101 | 101001 | 1000111 | 0 | 1000011 | 100001001 | 110111 | 10110 |
Color Harmonies of #321955
Complementary color
Monochromatic Colors of #321955
Black with #321955
Text Example
Text Example
White with #321955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321955; }
p { color: rgb(50,25,85); }
H1.HeaderClassName
{
color: #321955;
}
.AnyTagClassName
{
color: #321955;
}
</style>
background-color css
<style>
a { background-color: #321955; }
a { background-color: rgb(50,25,85); }
div.DivClassName
{
background-color: #321955;
}
.BgClassName
{
background-color: #321955;
}
</style>
border-color css
<style>
span { border-color: #321955; }
span { border-color: rgb(50,25,85); }
td.TdClassName
{
border-color: #321955;
}
.TagClassName
{
border-color: #321955;
}
</style>