Shades of Christalle #36215C
Tints of Christalle #36215C
RGB
CMYK
RGB Variations
Color information
#36215C (or 0x36215C) is known color: Christalle. HEX triplet: 36, 21 and 5C. RGB value is (54,33,92). Sum of RGB (Red+Green+Blue) = 54+33+92=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #36215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36215C is #C9DEA3. Grayscale: #2D2D2D. Windows color (decimal): -13229732 or 6037814. OLE color: 6037814.
HSL color Cylindrical-coordinate representation of color #36215C: hue angle of 261.36º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36215C is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 33 | 92 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.64 |
| HSL | 261.36º | 0.47% | 0.25% | - |
| HSV(B) | 261.36º | 0.64% | 0.36% | - |
| XYZ | 4 | 2.64 | 10.43 | - |
| YUV | 46.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 92 | 0.41 | 0.64 | 0 | 0.64 | 261.36 | 0.47 | 0.25 |
| Hex | 36 | 21 | 5C | 29 | 40 | 0 | 40 | 105 | 2F | 19 |
| Octal | 66 | 41 | 134 | 51 | 100 | 0 | 100 | 405 | 57 | 31 |
| Binary | 110110 | 100001 | 1011100 | 101001 | 1000000 | 0 | 1000000 | 100000101 | 101111 | 11001 |
Color Harmonies of #36215C
Complementary color
Monochromatic Colors of #36215C
Black with #36215C
Text Example
Text Example
White with #36215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36215C; }
p { color: rgb(54,33,92); }
H1.HeaderClassName
{
color: #36215C;
}
.AnyTagClassName
{
color: #36215C;
}
</style>
background-color css
<style>
a { background-color: #36215C; }
a { background-color: rgb(54,33,92); }
div.DivClassName
{
background-color: #36215C;
}
.BgClassName
{
background-color: #36215C;
}
</style>
border-color css
<style>
span { border-color: #36215C; }
span { border-color: rgb(54,33,92); }
td.TdClassName
{
border-color: #36215C;
}
.TagClassName
{
border-color: #36215C;
}
</style>