Shades of Christalle #360D59
Tints of Christalle #360D59
RGB
CMYK
RGB Variations
Color information
#360D59 (or 0x360D59) is known color: Christalle. HEX triplet: 36, 0D and 59. RGB value is (54,13,89). Sum of RGB (Red+Green+Blue) = 54+13+89=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #360D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360D59 is #C9F2A6. Grayscale: #212121. Windows color (decimal): -13234855 or 5836086. OLE color: 5836086.
HSL color Cylindrical-coordinate representation of color #360D59: hue angle of 272.37º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360D59 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 13 | 89 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.65 |
| HSL | 272.37º | 0.75% | 0.2% | - |
| HSV(B) | 272.37º | 0.85% | 0.35% | - |
| XYZ | 3.47 | 1.79 | 9.61 | - |
| YUV | 33.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 89 | 0.39 | 0.85 | 0 | 0.65 | 272.37 | 0.75 | 0.2 |
| Hex | 36 | D | 59 | 27 | 55 | 0 | 41 | 110 | 4B | 14 |
| Octal | 66 | 15 | 131 | 47 | 125 | 0 | 101 | 420 | 113 | 24 |
| Binary | 110110 | 1101 | 1011001 | 100111 | 1010101 | 0 | 1000001 | 100010000 | 1001011 | 10100 |
Color Harmonies of #360D59
Complementary color
Monochromatic Colors of #360D59
Black with #360D59
Text Example
Text Example
White with #360D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D59; }
p { color: rgb(54,13,89); }
H1.HeaderClassName
{
color: #360D59;
}
.AnyTagClassName
{
color: #360D59;
}
</style>
background-color css
<style>
a { background-color: #360D59; }
a { background-color: rgb(54,13,89); }
div.DivClassName
{
background-color: #360D59;
}
.BgClassName
{
background-color: #360D59;
}
</style>
border-color css
<style>
span { border-color: #360D59; }
span { border-color: rgb(54,13,89); }
td.TdClassName
{
border-color: #360D59;
}
.TagClassName
{
border-color: #360D59;
}
</style>