Shades of Christalle #36135B
Tints of Christalle #36135B
RGB
CMYK
RGB Variations
Color information
#36135B (or 0x36135B) is known color: Christalle. HEX triplet: 36, 13 and 5B. RGB value is (54,19,91). Sum of RGB (Red+Green+Blue) = 54+19+91=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #36135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36135B is #C9ECA4. Grayscale: #252525. Windows color (decimal): -13233317 or 5968694. OLE color: 5968694.
HSL color Cylindrical-coordinate representation of color #36135B: hue angle of 269.17º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36135B is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 19 | 91 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.64 |
| HSL | 269.17º | 0.65% | 0.22% | - |
| HSV(B) | 269.17º | 0.79% | 0.36% | - |
| XYZ | 3.64 | 2.01 | 10.09 | - |
| YUV | 37.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 91 | 0.41 | 0.79 | 0 | 0.64 | 269.17 | 0.65 | 0.22 |
| Hex | 36 | 13 | 5B | 29 | 4F | 0 | 40 | 10D | 41 | 16 |
| Octal | 66 | 23 | 133 | 51 | 117 | 0 | 100 | 415 | 101 | 26 |
| Binary | 110110 | 10011 | 1011011 | 101001 | 1001111 | 0 | 1000000 | 100001101 | 1000001 | 10110 |
Color Harmonies of #36135B
Complementary color
Monochromatic Colors of #36135B
Black with #36135B
Text Example
Text Example
White with #36135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36135B; }
p { color: rgb(54,19,91); }
H1.HeaderClassName
{
color: #36135B;
}
.AnyTagClassName
{
color: #36135B;
}
</style>
background-color css
<style>
a { background-color: #36135B; }
a { background-color: rgb(54,19,91); }
div.DivClassName
{
background-color: #36135B;
}
.BgClassName
{
background-color: #36135B;
}
</style>
border-color css
<style>
span { border-color: #36135B; }
span { border-color: rgb(54,19,91); }
td.TdClassName
{
border-color: #36135B;
}
.TagClassName
{
border-color: #36135B;
}
</style>