Shades of Christalle #360D65
Tints of Christalle #360D65
RGB
CMYK
RGB Variations
Color information
#360D65 (or 0x360D65) is known color: Christalle. HEX triplet: 36, 0D and 65. RGB value is (54,13,101). Sum of RGB (Red+Green+Blue) = 54+13+101=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #360D65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360D65 is #C9F29A. Grayscale: #222222. Windows color (decimal): -13234843 or 6622518. OLE color: 6622518.
HSL color Cylindrical-coordinate representation of color #360D65: hue angle of 267.95º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #360D65 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 13 | 101 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.60 |
| HSL | 267.95º | 0.77% | 0.22% | - |
| HSV(B) | 267.95º | 0.87% | 0.4% | - |
| XYZ | 4.01 | 2.01 | 12.49 | - |
| YUV | 35.29 | 165.08 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 101 | 0.47 | 0.87 | 0 | 0.60 | 267.95 | 0.77 | 0.22 |
| Hex | 36 | D | 65 | 2F | 57 | 0 | 3C | 10C | 4D | 16 |
| Octal | 66 | 15 | 145 | 57 | 127 | 0 | 74 | 414 | 115 | 26 |
| Binary | 110110 | 1101 | 1100101 | 101111 | 1010111 | 0 | 111100 | 100001100 | 1001101 | 10110 |
Color Harmonies of #360D65
Complementary color
Monochromatic Colors of #360D65
Black with #360D65
Text Example
Text Example
White with #360D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D65; }
p { color: rgb(54,13,101); }
H1.HeaderClassName
{
color: #360D65;
}
.AnyTagClassName
{
color: #360D65;
}
</style>
background-color css
<style>
a { background-color: #360D65; }
a { background-color: rgb(54,13,101); }
div.DivClassName
{
background-color: #360D65;
}
.BgClassName
{
background-color: #360D65;
}
</style>
border-color css
<style>
span { border-color: #360D65; }
span { border-color: rgb(54,13,101); }
td.TdClassName
{
border-color: #360D65;
}
.TagClassName
{
border-color: #360D65;
}
</style>