Shades of Christalle #332155
Tints of Christalle #332155
RGB
CMYK
RGB Variations
Color information
#332155 (or 0x332155) is known color: Christalle. HEX triplet: 33, 21 and 55. RGB value is (51,33,85). Sum of RGB (Red+Green+Blue) = 51+33+85=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #332155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332155 is #CCDEAA. Grayscale: #2C2C2C. Windows color (decimal): -13426347 or 5579059. OLE color: 5579059.
HSL color Cylindrical-coordinate representation of color #332155: hue angle of 260.77º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #332155 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 33 | 85 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.67 |
| HSL | 260.77º | 0.44% | 0.23% | - |
| HSV(B) | 260.77º | 0.61% | 0.33% | - |
| XYZ | 3.55 | 2.45 | 8.88 | - |
| YUV | 44.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 85 | 0.40 | 0.61 | 0 | 0.67 | 260.77 | 0.44 | 0.23 |
| Hex | 33 | 21 | 55 | 28 | 3D | 0 | 43 | 105 | 2C | 17 |
| Octal | 63 | 41 | 125 | 50 | 75 | 0 | 103 | 405 | 54 | 27 |
| Binary | 110011 | 100001 | 1010101 | 101000 | 111101 | 0 | 1000011 | 100000101 | 101100 | 10111 |
Color Harmonies of #332155
Complementary color
Monochromatic Colors of #332155
Black with #332155
Text Example
Text Example
White with #332155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332155; }
p { color: rgb(51,33,85); }
H1.HeaderClassName
{
color: #332155;
}
.AnyTagClassName
{
color: #332155;
}
</style>
background-color css
<style>
a { background-color: #332155; }
a { background-color: rgb(51,33,85); }
div.DivClassName
{
background-color: #332155;
}
.BgClassName
{
background-color: #332155;
}
</style>
border-color css
<style>
span { border-color: #332155; }
span { border-color: rgb(51,33,85); }
td.TdClassName
{
border-color: #332155;
}
.TagClassName
{
border-color: #332155;
}
</style>