Shades of Christalle #351555
Tints of Christalle #351555
RGB
CMYK
RGB Variations
Color information
#351555 (or 0x351555) is known color: Christalle. HEX triplet: 35, 15 and 55. RGB value is (53,21,85). Sum of RGB (Red+Green+Blue) = 53+21+85=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #351555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351555 is #CAEAAA. Grayscale: #252525. Windows color (decimal): -13298347 or 5575989. OLE color: 5575989.
HSL color Cylindrical-coordinate representation of color #351555: hue angle of 270º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351555 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 21 | 85 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.67 |
| HSL | 270º | 0.6% | 0.21% | - |
| HSV(B) | 270º | 0.75% | 0.33% | - |
| XYZ | 3.38 | 1.95 | 8.79 | - |
| YUV | 37.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 85 | 0.38 | 0.75 | 0 | 0.67 | 270 | 0.6 | 0.21 |
| Hex | 35 | 15 | 55 | 26 | 4B | 0 | 43 | 10E | 3C | 15 |
| Octal | 65 | 25 | 125 | 46 | 113 | 0 | 103 | 416 | 74 | 25 |
| Binary | 110101 | 10101 | 1010101 | 100110 | 1001011 | 0 | 1000011 | 100001110 | 111100 | 10101 |
Color Harmonies of #351555
Complementary color
Monochromatic Colors of #351555
Black with #351555
Text Example
Text Example
White with #351555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351555; }
p { color: rgb(53,21,85); }
H1.HeaderClassName
{
color: #351555;
}
.AnyTagClassName
{
color: #351555;
}
</style>
background-color css
<style>
a { background-color: #351555; }
a { background-color: rgb(53,21,85); }
div.DivClassName
{
background-color: #351555;
}
.BgClassName
{
background-color: #351555;
}
</style>
border-color css
<style>
span { border-color: #351555; }
span { border-color: rgb(53,21,85); }
td.TdClassName
{
border-color: #351555;
}
.TagClassName
{
border-color: #351555;
}
</style>