Shades of Christalle #360F5F
Tints of Christalle #360F5F
RGB
CMYK
RGB Variations
Color information
#360F5F (or 0x360F5F) is known color: Christalle. HEX triplet: 36, 0F and 5F. RGB value is (54,15,95). Sum of RGB (Red+Green+Blue) = 54+15+95=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #360F5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F5F is #C9F0A0. Grayscale: #232323. Windows color (decimal): -13234337 or 6229814. OLE color: 6229814.
HSL color Cylindrical-coordinate representation of color #360F5F: hue angle of 269.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360F5F is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 15 | 95 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.63 |
| HSL | 269.25º | 0.73% | 0.22% | - |
| HSV(B) | 269.25º | 0.84% | 0.37% | - |
| XYZ | 3.76 | 1.95 | 11.01 | - |
| YUV | 35.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 95 | 0.43 | 0.84 | 0 | 0.63 | 269.25 | 0.73 | 0.22 |
| Hex | 36 | F | 5F | 2B | 54 | 0 | 3F | 10D | 49 | 16 |
| Octal | 66 | 17 | 137 | 53 | 124 | 0 | 77 | 415 | 111 | 26 |
| Binary | 110110 | 1111 | 1011111 | 101011 | 1010100 | 0 | 111111 | 100001101 | 1001001 | 10110 |
Color Harmonies of #360F5F
Complementary color
Monochromatic Colors of #360F5F
Black with #360F5F
Text Example
Text Example
White with #360F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F5F; }
p { color: rgb(54,15,95); }
H1.HeaderClassName
{
color: #360F5F;
}
.AnyTagClassName
{
color: #360F5F;
}
</style>
background-color css
<style>
a { background-color: #360F5F; }
a { background-color: rgb(54,15,95); }
div.DivClassName
{
background-color: #360F5F;
}
.BgClassName
{
background-color: #360F5F;
}
</style>
border-color css
<style>
span { border-color: #360F5F; }
span { border-color: rgb(54,15,95); }
td.TdClassName
{
border-color: #360F5F;
}
.TagClassName
{
border-color: #360F5F;
}
</style>