Shades of Christalle #35215A
Tints of Christalle #35215A
RGB
CMYK
RGB Variations
Color information
#35215A (or 0x35215A) is known color: Christalle. HEX triplet: 35, 21 and 5A. RGB value is (53,33,90). Sum of RGB (Red+Green+Blue) = 53+33+90=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #35215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35215A is #CADEA5. Grayscale: #2D2D2D. Windows color (decimal): -13295270 or 5906741. OLE color: 5906741.
HSL color Cylindrical-coordinate representation of color #35215A: hue angle of 261.05º 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 #35215A is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 33 | 90 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.65 |
| HSL | 261.05º | 0.46% | 0.24% | - |
| HSV(B) | 261.05º | 0.63% | 0.35% | - |
| XYZ | 3.86 | 2.58 | 9.97 | - |
| YUV | 45.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 90 | 0.41 | 0.63 | 0 | 0.65 | 261.05 | 0.46 | 0.24 |
| Hex | 35 | 21 | 5A | 29 | 3F | 0 | 41 | 105 | 2E | 18 |
| Octal | 65 | 41 | 132 | 51 | 77 | 0 | 101 | 405 | 56 | 30 |
| Binary | 110101 | 100001 | 1011010 | 101001 | 111111 | 0 | 1000001 | 100000101 | 101110 | 11000 |
Color Harmonies of #35215A
Complementary color
Monochromatic Colors of #35215A
Black with #35215A
Text Example
Text Example
White with #35215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35215A; }
p { color: rgb(53,33,90); }
H1.HeaderClassName
{
color: #35215A;
}
.AnyTagClassName
{
color: #35215A;
}
</style>
background-color css
<style>
a { background-color: #35215A; }
a { background-color: rgb(53,33,90); }
div.DivClassName
{
background-color: #35215A;
}
.BgClassName
{
background-color: #35215A;
}
</style>
border-color css
<style>
span { border-color: #35215A; }
span { border-color: rgb(53,33,90); }
td.TdClassName
{
border-color: #35215A;
}
.TagClassName
{
border-color: #35215A;
}
</style>