Shades of Christalle #361D59
Tints of Christalle #361D59
RGB
CMYK
RGB Variations
Color information
#361D59 (or 0x361D59) is known color: Christalle. HEX triplet: 36, 1D and 59. RGB value is (54,29,89). Sum of RGB (Red+Green+Blue) = 54+29+89=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #361D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D59 is #C9E2A6. Grayscale: #2B2B2B. Windows color (decimal): -13230759 or 5840182. OLE color: 5840182.
HSL color Cylindrical-coordinate representation of color #361D59: hue angle of 265º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361D59 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 29 | 89 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.65 |
| HSL | 265º | 0.51% | 0.23% | - |
| HSV(B) | 265º | 0.67% | 0.35% | - |
| XYZ | 3.76 | 2.38 | 9.71 | - |
| YUV | 43.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 89 | 0.39 | 0.67 | 0 | 0.65 | 265 | 0.51 | 0.23 |
| Hex | 36 | 1D | 59 | 27 | 43 | 0 | 41 | 109 | 33 | 17 |
| Octal | 66 | 35 | 131 | 47 | 103 | 0 | 101 | 411 | 63 | 27 |
| Binary | 110110 | 11101 | 1011001 | 100111 | 1000011 | 0 | 1000001 | 100001001 | 110011 | 10111 |
Color Harmonies of #361D59
Complementary color
Monochromatic Colors of #361D59
Black with #361D59
Text Example
Text Example
White with #361D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D59; }
p { color: rgb(54,29,89); }
H1.HeaderClassName
{
color: #361D59;
}
.AnyTagClassName
{
color: #361D59;
}
</style>
background-color css
<style>
a { background-color: #361D59; }
a { background-color: rgb(54,29,89); }
div.DivClassName
{
background-color: #361D59;
}
.BgClassName
{
background-color: #361D59;
}
</style>
border-color css
<style>
span { border-color: #361D59; }
span { border-color: rgb(54,29,89); }
td.TdClassName
{
border-color: #361D59;
}
.TagClassName
{
border-color: #361D59;
}
</style>