Shades of Christalle #360563
Tints of Christalle #360563
RGB
CMYK
RGB Variations
Color information
#360563 (or 0x360563) is known color: Christalle. HEX triplet: 36, 05 and 63. RGB value is (54,5,99). Sum of RGB (Red+Green+Blue) = 54+5+99=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #360563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360563 is #C9FA9C. Grayscale: #1E1E1E. Windows color (decimal): -13236893 or 6489398. OLE color: 6489398.
HSL color Cylindrical-coordinate representation of color #360563: hue angle of 271.28º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360563 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 5 | 99 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.61 |
| HSL | 271.28º | 0.9% | 0.2% | - |
| HSV(B) | 271.28º | 0.95% | 0.39% | - |
| XYZ | 3.83 | 1.79 | 11.95 | - |
| YUV | 30.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 99 | 0.45 | 0.95 | 0 | 0.61 | 271.28 | 0.9 | 0.2 |
| Hex | 36 | 5 | 63 | 2D | 5F | 0 | 3D | 10F | 5A | 14 |
| Octal | 66 | 5 | 143 | 55 | 137 | 0 | 75 | 417 | 132 | 24 |
| Binary | 110110 | 101 | 1100011 | 101101 | 1011111 | 0 | 111101 | 100001111 | 1011010 | 10100 |
Color Harmonies of #360563
Complementary color
Monochromatic Colors of #360563
Black with #360563
Text Example
Text Example
White with #360563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360563; }
p { color: rgb(54,5,99); }
H1.HeaderClassName
{
color: #360563;
}
.AnyTagClassName
{
color: #360563;
}
</style>
background-color css
<style>
a { background-color: #360563; }
a { background-color: rgb(54,5,99); }
div.DivClassName
{
background-color: #360563;
}
.BgClassName
{
background-color: #360563;
}
</style>
border-color css
<style>
span { border-color: #360563; }
span { border-color: rgb(54,5,99); }
td.TdClassName
{
border-color: #360563;
}
.TagClassName
{
border-color: #360563;
}
</style>