Shades of Christalle #36216D
Tints of Christalle #36216D
RGB
CMYK
RGB Variations
Color information
#36216D (or 0x36216D) is known color: Christalle. HEX triplet: 36, 21 and 6D. RGB value is (54,33,109). Sum of RGB (Red+Green+Blue) = 54+33+109=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #36216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36216D is #C9DE92. Grayscale: #2F2F2F. Windows color (decimal): -13229715 or 7151926. OLE color: 7151926.
HSL color Cylindrical-coordinate representation of color #36216D: hue angle of 256.58º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36216D is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 33 | 109 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.57 |
| HSL | 256.58º | 0.54% | 0.28% | - |
| HSV(B) | 256.58º | 0.7% | 0.43% | - |
| XYZ | 4.83 | 2.98 | 14.79 | - |
| YUV | 47.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 109 | 0.50 | 0.70 | 0 | 0.57 | 256.58 | 0.54 | 0.28 |
| Hex | 36 | 21 | 6D | 32 | 46 | 0 | 39 | 101 | 36 | 1C |
| Octal | 66 | 41 | 155 | 62 | 106 | 0 | 71 | 401 | 66 | 34 |
| Binary | 110110 | 100001 | 1101101 | 110010 | 1000110 | 0 | 111001 | 100000001 | 110110 | 11100 |
Color Harmonies of #36216D
Complementary color
Monochromatic Colors of #36216D
Black with #36216D
Text Example
Text Example
White with #36216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36216D; }
p { color: rgb(54,33,109); }
H1.HeaderClassName
{
color: #36216D;
}
.AnyTagClassName
{
color: #36216D;
}
</style>
background-color css
<style>
a { background-color: #36216D; }
a { background-color: rgb(54,33,109); }
div.DivClassName
{
background-color: #36216D;
}
.BgClassName
{
background-color: #36216D;
}
</style>
border-color css
<style>
span { border-color: #36216D; }
span { border-color: rgb(54,33,109); }
td.TdClassName
{
border-color: #36216D;
}
.TagClassName
{
border-color: #36216D;
}
</style>