Shades of Christalle #351C52
Tints of Christalle #351C52
RGB
CMYK
RGB Variations
Color information
#351C52 (or 0x351C52) is known color: Christalle. HEX triplet: 35, 1C and 52. RGB value is (53,28,82). Sum of RGB (Red+Green+Blue) = 53+28+82=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #351C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C52 is #CAE3AD. Grayscale: #292929. Windows color (decimal): -13296558 or 5381173. OLE color: 5381173.
HSL color Cylindrical-coordinate representation of color #351C52: hue angle of 267.78º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #351C52 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 28 | 82 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.68 |
| HSL | 267.78º | 0.49% | 0.22% | - |
| HSV(B) | 267.78º | 0.66% | 0.32% | - |
| XYZ | 3.41 | 2.2 | 8.23 | - |
| YUV | 41.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 82 | 0.35 | 0.66 | 0 | 0.68 | 267.78 | 0.49 | 0.22 |
| Hex | 35 | 1C | 52 | 23 | 42 | 0 | 44 | 10C | 31 | 16 |
| Octal | 65 | 34 | 122 | 43 | 102 | 0 | 104 | 414 | 61 | 26 |
| Binary | 110101 | 11100 | 1010010 | 100011 | 1000010 | 0 | 1000100 | 100001100 | 110001 | 10110 |
Color Harmonies of #351C52
Complementary color
Monochromatic Colors of #351C52
Black with #351C52
Text Example
Text Example
White with #351C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C52; }
p { color: rgb(53,28,82); }
H1.HeaderClassName
{
color: #351C52;
}
.AnyTagClassName
{
color: #351C52;
}
</style>
background-color css
<style>
a { background-color: #351C52; }
a { background-color: rgb(53,28,82); }
div.DivClassName
{
background-color: #351C52;
}
.BgClassName
{
background-color: #351C52;
}
</style>
border-color css
<style>
span { border-color: #351C52; }
span { border-color: rgb(53,28,82); }
td.TdClassName
{
border-color: #351C52;
}
.TagClassName
{
border-color: #351C52;
}
</style>