Shades of Christalle #360F60
Tints of Christalle #360F60
RGB
CMYK
RGB Variations
Color information
#360F60 (or 0x360F60) is known color: Christalle. HEX triplet: 36, 0F and 60. RGB value is (54,15,96). Sum of RGB (Red+Green+Blue) = 54+15+96=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #360F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F60 is #C9F09F. Grayscale: #232323. Windows color (decimal): -13234336 or 6295350. OLE color: 6295350.
HSL color Cylindrical-coordinate representation of color #360F60: hue angle of 268.89º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360F60 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 15 | 96 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.62 |
| HSL | 268.89º | 0.73% | 0.22% | - |
| HSV(B) | 268.89º | 0.84% | 0.38% | - |
| XYZ | 3.8 | 1.97 | 11.25 | - |
| YUV | 35.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 96 | 0.44 | 0.84 | 0 | 0.62 | 268.89 | 0.73 | 0.22 |
| Hex | 36 | F | 60 | 2C | 54 | 0 | 3E | 10D | 49 | 16 |
| Octal | 66 | 17 | 140 | 54 | 124 | 0 | 76 | 415 | 111 | 26 |
| Binary | 110110 | 1111 | 1100000 | 101100 | 1010100 | 0 | 111110 | 100001101 | 1001001 | 10110 |
Color Harmonies of #360F60
Complementary color
Monochromatic Colors of #360F60
Black with #360F60
Text Example
Text Example
White with #360F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F60; }
p { color: rgb(54,15,96); }
H1.HeaderClassName
{
color: #360F60;
}
.AnyTagClassName
{
color: #360F60;
}
</style>
background-color css
<style>
a { background-color: #360F60; }
a { background-color: rgb(54,15,96); }
div.DivClassName
{
background-color: #360F60;
}
.BgClassName
{
background-color: #360F60;
}
</style>
border-color css
<style>
span { border-color: #360F60; }
span { border-color: rgb(54,15,96); }
td.TdClassName
{
border-color: #360F60;
}
.TagClassName
{
border-color: #360F60;
}
</style>