Shades of Christalle #360F5C
Tints of Christalle #360F5C
RGB
CMYK
RGB Variations
Color information
#360F5C (or 0x360F5C) is known color: Christalle. HEX triplet: 36, 0F and 5C. RGB value is (54,15,92). Sum of RGB (Red+Green+Blue) = 54+15+92=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #360F5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F5C is #C9F0A3. Grayscale: #232323. Windows color (decimal): -13234340 or 6033206. OLE color: 6033206.
HSL color Cylindrical-coordinate representation of color #360F5C: hue angle of 270.39º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360F5C is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 15 | 92 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.64 |
| HSL | 270.39º | 0.72% | 0.21% | - |
| HSV(B) | 270.39º | 0.84% | 0.36% | - |
| XYZ | 3.62 | 1.9 | 10.3 | - |
| YUV | 35.44 | 159.92 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 92 | 0.41 | 0.84 | 0 | 0.64 | 270.39 | 0.72 | 0.21 |
| Hex | 36 | F | 5C | 29 | 54 | 0 | 40 | 10E | 48 | 15 |
| Octal | 66 | 17 | 134 | 51 | 124 | 0 | 100 | 416 | 110 | 25 |
| Binary | 110110 | 1111 | 1011100 | 101001 | 1010100 | 0 | 1000000 | 100001110 | 1001000 | 10101 |
Color Harmonies of #360F5C
Complementary color
Monochromatic Colors of #360F5C
Black with #360F5C
Text Example
Text Example
White with #360F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F5C; }
p { color: rgb(54,15,92); }
H1.HeaderClassName
{
color: #360F5C;
}
.AnyTagClassName
{
color: #360F5C;
}
</style>
background-color css
<style>
a { background-color: #360F5C; }
a { background-color: rgb(54,15,92); }
div.DivClassName
{
background-color: #360F5C;
}
.BgClassName
{
background-color: #360F5C;
}
</style>
border-color css
<style>
span { border-color: #360F5C; }
span { border-color: rgb(54,15,92); }
td.TdClassName
{
border-color: #360F5C;
}
.TagClassName
{
border-color: #360F5C;
}
</style>