Shades of Christalle #360B5A
Tints of Christalle #360B5A
RGB
CMYK
RGB Variations
Color information
#360B5A (or 0x360B5A) is known color: Christalle. HEX triplet: 36, 0B and 5A. RGB value is (54,11,90). Sum of RGB (Red+Green+Blue) = 54+11+90=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #360B5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360B5A is #C9F4A5. Grayscale: #202020. Windows color (decimal): -13235366 or 5901110. OLE color: 5901110.
HSL color Cylindrical-coordinate representation of color #360B5A: hue angle of 272.66º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #360B5A is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 11 | 90 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.65 |
| HSL | 272.66º | 0.78% | 0.2% | - |
| HSV(B) | 272.66º | 0.88% | 0.35% | - |
| XYZ | 3.49 | 1.76 | 9.83 | - |
| YUV | 32.86 | 160.25 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 90 | 0.40 | 0.88 | 0 | 0.65 | 272.66 | 0.78 | 0.2 |
| Hex | 36 | B | 5A | 28 | 58 | 0 | 41 | 111 | 4E | 14 |
| Octal | 66 | 13 | 132 | 50 | 130 | 0 | 101 | 421 | 116 | 24 |
| Binary | 110110 | 1011 | 1011010 | 101000 | 1011000 | 0 | 1000001 | 100010001 | 1001110 | 10100 |
Color Harmonies of #360B5A
Complementary color
Monochromatic Colors of #360B5A
Black with #360B5A
Text Example
Text Example
White with #360B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B5A; }
p { color: rgb(54,11,90); }
H1.HeaderClassName
{
color: #360B5A;
}
.AnyTagClassName
{
color: #360B5A;
}
</style>
background-color css
<style>
a { background-color: #360B5A; }
a { background-color: rgb(54,11,90); }
div.DivClassName
{
background-color: #360B5A;
}
.BgClassName
{
background-color: #360B5A;
}
</style>
border-color css
<style>
span { border-color: #360B5A; }
span { border-color: rgb(54,11,90); }
td.TdClassName
{
border-color: #360B5A;
}
.TagClassName
{
border-color: #360B5A;
}
</style>