Shades of Christalle #360F5D
Tints of Christalle #360F5D
RGB
CMYK
RGB Variations
Color information
#360F5D (or 0x360F5D) is known color: Christalle. HEX triplet: 36, 0F and 5D. RGB value is (54,15,93). Sum of RGB (Red+Green+Blue) = 54+15+93=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #360F5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F5D is #C9F0A2. Grayscale: #232323. Windows color (decimal): -13234339 or 6098742. OLE color: 6098742.
HSL color Cylindrical-coordinate representation of color #360F5D: hue angle of 270º 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 #360F5D is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 15 | 93 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.64 |
| HSL | 270º | 0.72% | 0.21% | - |
| HSV(B) | 270º | 0.84% | 0.36% | - |
| XYZ | 3.67 | 1.92 | 10.53 | - |
| YUV | 35.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 93 | 0.42 | 0.84 | 0 | 0.64 | 270 | 0.72 | 0.21 |
| Hex | 36 | F | 5D | 2A | 54 | 0 | 40 | 10E | 48 | 15 |
| Octal | 66 | 17 | 135 | 52 | 124 | 0 | 100 | 416 | 110 | 25 |
| Binary | 110110 | 1111 | 1011101 | 101010 | 1010100 | 0 | 1000000 | 100001110 | 1001000 | 10101 |
Color Harmonies of #360F5D
Complementary color
Monochromatic Colors of #360F5D
Black with #360F5D
Text Example
Text Example
White with #360F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F5D; }
p { color: rgb(54,15,93); }
H1.HeaderClassName
{
color: #360F5D;
}
.AnyTagClassName
{
color: #360F5D;
}
</style>
background-color css
<style>
a { background-color: #360F5D; }
a { background-color: rgb(54,15,93); }
div.DivClassName
{
background-color: #360F5D;
}
.BgClassName
{
background-color: #360F5D;
}
</style>
border-color css
<style>
span { border-color: #360F5D; }
span { border-color: rgb(54,15,93); }
td.TdClassName
{
border-color: #360F5D;
}
.TagClassName
{
border-color: #360F5D;
}
</style>