Shades of Christalle #360F5B
Tints of Christalle #360F5B
RGB
CMYK
RGB Variations
Color information
#360F5B (or 0x360F5B) is known color: Christalle. HEX triplet: 36, 0F and 5B. RGB value is (54,15,91). Sum of RGB (Red+Green+Blue) = 54+15+91=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #360F5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F5B is #C9F0A4. Grayscale: #232323. Windows color (decimal): -13234341 or 5967670. OLE color: 5967670.
HSL color Cylindrical-coordinate representation of color #360F5B: hue angle of 270.79º 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 #360F5B is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 15 | 91 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.64 |
| HSL | 270.79º | 0.72% | 0.21% | - |
| HSV(B) | 270.79º | 0.84% | 0.36% | - |
| XYZ | 3.58 | 1.88 | 10.07 | - |
| YUV | 35.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 91 | 0.41 | 0.84 | 0 | 0.64 | 270.79 | 0.72 | 0.21 |
| Hex | 36 | F | 5B | 29 | 54 | 0 | 40 | 10F | 48 | 15 |
| Octal | 66 | 17 | 133 | 51 | 124 | 0 | 100 | 417 | 110 | 25 |
| Binary | 110110 | 1111 | 1011011 | 101001 | 1010100 | 0 | 1000000 | 100001111 | 1001000 | 10101 |
Color Harmonies of #360F5B
Complementary color
Monochromatic Colors of #360F5B
Black with #360F5B
Text Example
Text Example
White with #360F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F5B; }
p { color: rgb(54,15,91); }
H1.HeaderClassName
{
color: #360F5B;
}
.AnyTagClassName
{
color: #360F5B;
}
</style>
background-color css
<style>
a { background-color: #360F5B; }
a { background-color: rgb(54,15,91); }
div.DivClassName
{
background-color: #360F5B;
}
.BgClassName
{
background-color: #360F5B;
}
</style>
border-color css
<style>
span { border-color: #360F5B; }
span { border-color: rgb(54,15,91); }
td.TdClassName
{
border-color: #360F5B;
}
.TagClassName
{
border-color: #360F5B;
}
</style>