Shades of Christalle #352163
Tints of Christalle #352163
RGB
CMYK
RGB Variations
Color information
#352163 (or 0x352163) is known color: Christalle. HEX triplet: 35, 21 and 63. RGB value is (53,33,99). Sum of RGB (Red+Green+Blue) = 53+33+99=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #352163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352163 is #CADE9C. Grayscale: #2E2E2E. Windows color (decimal): -13295261 or 6496565. OLE color: 6496565.
HSL color Cylindrical-coordinate representation of color #352163: hue angle of 258.18º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352163 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 33 | 99 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.61 |
| HSL | 258.18º | 0.5% | 0.26% | - |
| HSV(B) | 258.18º | 0.67% | 0.39% | - |
| XYZ | 4.26 | 2.75 | 12.11 | - |
| YUV | 46.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 99 | 0.46 | 0.67 | 0 | 0.61 | 258.18 | 0.5 | 0.26 |
| Hex | 35 | 21 | 63 | 2E | 43 | 0 | 3D | 102 | 32 | 1A |
| Octal | 65 | 41 | 143 | 56 | 103 | 0 | 75 | 402 | 62 | 32 |
| Binary | 110101 | 100001 | 1100011 | 101110 | 1000011 | 0 | 111101 | 100000010 | 110010 | 11010 |
Color Harmonies of #352163
Complementary color
Monochromatic Colors of #352163
Black with #352163
Text Example
Text Example
White with #352163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352163; }
p { color: rgb(53,33,99); }
H1.HeaderClassName
{
color: #352163;
}
.AnyTagClassName
{
color: #352163;
}
</style>
background-color css
<style>
a { background-color: #352163; }
a { background-color: rgb(53,33,99); }
div.DivClassName
{
background-color: #352163;
}
.BgClassName
{
background-color: #352163;
}
</style>
border-color css
<style>
span { border-color: #352163; }
span { border-color: rgb(53,33,99); }
td.TdClassName
{
border-color: #352163;
}
.TagClassName
{
border-color: #352163;
}
</style>