Shades of Christalle #332159
Tints of Christalle #332159
RGB
CMYK
RGB Variations
Color information
#332159 (or 0x332159) is known color: Christalle. HEX triplet: 33, 21 and 59. RGB value is (51,33,89). Sum of RGB (Red+Green+Blue) = 51+33+89=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #332159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332159 is #CCDEA6. Grayscale: #2C2C2C. Windows color (decimal): -13426343 or 5841203. OLE color: 5841203.
HSL color Cylindrical-coordinate representation of color #332159: hue angle of 259.29º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #332159 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 33 | 89 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.65 |
| HSL | 259.29º | 0.46% | 0.24% | - |
| HSV(B) | 259.29º | 0.63% | 0.35% | - |
| XYZ | 3.71 | 2.51 | 9.74 | - |
| YUV | 44.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 89 | 0.43 | 0.63 | 0 | 0.65 | 259.29 | 0.46 | 0.24 |
| Hex | 33 | 21 | 59 | 2B | 3F | 0 | 41 | 103 | 2E | 18 |
| Octal | 63 | 41 | 131 | 53 | 77 | 0 | 101 | 403 | 56 | 30 |
| Binary | 110011 | 100001 | 1011001 | 101011 | 111111 | 0 | 1000001 | 100000011 | 101110 | 11000 |
Color Harmonies of #332159
Complementary color
Monochromatic Colors of #332159
Black with #332159
Text Example
Text Example
White with #332159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332159; }
p { color: rgb(51,33,89); }
H1.HeaderClassName
{
color: #332159;
}
.AnyTagClassName
{
color: #332159;
}
</style>
background-color css
<style>
a { background-color: #332159; }
a { background-color: rgb(51,33,89); }
div.DivClassName
{
background-color: #332159;
}
.BgClassName
{
background-color: #332159;
}
</style>
border-color css
<style>
span { border-color: #332159; }
span { border-color: rgb(51,33,89); }
td.TdClassName
{
border-color: #332159;
}
.TagClassName
{
border-color: #332159;
}
</style>