Shades of Christalle #332055
Tints of Christalle #332055
RGB
CMYK
RGB Variations
Color information
#332055 (or 0x332055) is known color: Christalle. HEX triplet: 33, 20 and 55. RGB value is (51,32,85). Sum of RGB (Red+Green+Blue) = 51+32+85=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #332055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332055 is #CCDFAA. Grayscale: #2B2B2B. Windows color (decimal): -13426603 or 5578803. OLE color: 5578803.
HSL color Cylindrical-coordinate representation of color #332055: hue angle of 261.51º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #332055 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 32 | 85 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.67 |
| HSL | 261.51º | 0.45% | 0.23% | - |
| HSV(B) | 261.51º | 0.62% | 0.33% | - |
| XYZ | 3.52 | 2.39 | 8.87 | - |
| YUV | 43.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 85 | 0.40 | 0.62 | 0 | 0.67 | 261.51 | 0.45 | 0.23 |
| Hex | 33 | 20 | 55 | 28 | 3E | 0 | 43 | 106 | 2D | 17 |
| Octal | 63 | 40 | 125 | 50 | 76 | 0 | 103 | 406 | 55 | 27 |
| Binary | 110011 | 100000 | 1010101 | 101000 | 111110 | 0 | 1000011 | 100000110 | 101101 | 10111 |
Color Harmonies of #332055
Complementary color
Monochromatic Colors of #332055
Black with #332055
Text Example
Text Example
White with #332055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332055; }
p { color: rgb(51,32,85); }
H1.HeaderClassName
{
color: #332055;
}
.AnyTagClassName
{
color: #332055;
}
</style>
background-color css
<style>
a { background-color: #332055; }
a { background-color: rgb(51,32,85); }
div.DivClassName
{
background-color: #332055;
}
.BgClassName
{
background-color: #332055;
}
</style>
border-color css
<style>
span { border-color: #332055; }
span { border-color: rgb(51,32,85); }
td.TdClassName
{
border-color: #332055;
}
.TagClassName
{
border-color: #332055;
}
</style>