Shades of Christalle #361B59
Tints of Christalle #361B59
RGB
CMYK
RGB Variations
Color information
#361B59 (or 0x361B59) is known color: Christalle. HEX triplet: 36, 1B and 59. RGB value is (54,27,89). Sum of RGB (Red+Green+Blue) = 54+27+89=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #361B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361B59 is #C9E4A6. Grayscale: #292929. Windows color (decimal): -13231271 or 5839670. OLE color: 5839670.
HSL color Cylindrical-coordinate representation of color #361B59: hue angle of 266.13º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361B59 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 27 | 89 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.65 |
| HSL | 266.13º | 0.53% | 0.23% | - |
| HSV(B) | 266.13º | 0.7% | 0.35% | - |
| XYZ | 3.72 | 2.29 | 9.7 | - |
| YUV | 42.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 89 | 0.39 | 0.70 | 0 | 0.65 | 266.13 | 0.53 | 0.23 |
| Hex | 36 | 1B | 59 | 27 | 46 | 0 | 41 | 10A | 35 | 17 |
| Octal | 66 | 33 | 131 | 47 | 106 | 0 | 101 | 412 | 65 | 27 |
| Binary | 110110 | 11011 | 1011001 | 100111 | 1000110 | 0 | 1000001 | 100001010 | 110101 | 10111 |
Color Harmonies of #361B59
Complementary color
Monochromatic Colors of #361B59
Black with #361B59
Text Example
Text Example
White with #361B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B59; }
p { color: rgb(54,27,89); }
H1.HeaderClassName
{
color: #361B59;
}
.AnyTagClassName
{
color: #361B59;
}
</style>
background-color css
<style>
a { background-color: #361B59; }
a { background-color: rgb(54,27,89); }
div.DivClassName
{
background-color: #361B59;
}
.BgClassName
{
background-color: #361B59;
}
</style>
border-color css
<style>
span { border-color: #361B59; }
span { border-color: rgb(54,27,89); }
td.TdClassName
{
border-color: #361B59;
}
.TagClassName
{
border-color: #361B59;
}
</style>