Shades of Christalle #351153
Tints of Christalle #351153
RGB
CMYK
RGB Variations
Color information
#351153 (or 0x351153) is known color: Christalle. HEX triplet: 35, 11 and 53. RGB value is (53,17,83). Sum of RGB (Red+Green+Blue) = 53+17+83=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #351153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351153 is #CAEEAC. Grayscale: #232323. Windows color (decimal): -13299373 or 5443893. OLE color: 5443893.
HSL color Cylindrical-coordinate representation of color #351153: hue angle of 272.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351153 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 17 | 83 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.67 |
| HSL | 272.73º | 0.66% | 0.2% | - |
| HSV(B) | 272.73º | 0.8% | 0.33% | - |
| XYZ | 3.23 | 1.78 | 8.36 | - |
| YUV | 35.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 83 | 0.36 | 0.80 | 0 | 0.67 | 272.73 | 0.66 | 0.2 |
| Hex | 35 | 11 | 53 | 24 | 50 | 0 | 43 | 111 | 42 | 14 |
| Octal | 65 | 21 | 123 | 44 | 120 | 0 | 103 | 421 | 102 | 24 |
| Binary | 110101 | 10001 | 1010011 | 100100 | 1010000 | 0 | 1000011 | 100010001 | 1000010 | 10100 |
Color Harmonies of #351153
Complementary color
Monochromatic Colors of #351153
Black with #351153
Text Example
Text Example
White with #351153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351153; }
p { color: rgb(53,17,83); }
H1.HeaderClassName
{
color: #351153;
}
.AnyTagClassName
{
color: #351153;
}
</style>
background-color css
<style>
a { background-color: #351153; }
a { background-color: rgb(53,17,83); }
div.DivClassName
{
background-color: #351153;
}
.BgClassName
{
background-color: #351153;
}
</style>
border-color css
<style>
span { border-color: #351153; }
span { border-color: rgb(53,17,83); }
td.TdClassName
{
border-color: #351153;
}
.TagClassName
{
border-color: #351153;
}
</style>