Shades of Christalle #361A51
Tints of Christalle #361A51
RGB
CMYK
RGB Variations
Color information
#361A51 (or 0x361A51) is known color: Christalle. HEX triplet: 36, 1A and 51. RGB value is (54,26,81). Sum of RGB (Red+Green+Blue) = 54+26+81=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #361A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A51 is #C9E5AE. Grayscale: #282828. Windows color (decimal): -13231535 or 5315126. OLE color: 5315126.
HSL color Cylindrical-coordinate representation of color #361A51: hue angle of 270.55º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #361A51 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 26 | 81 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.68 |
| HSL | 270.55º | 0.51% | 0.21% | - |
| HSV(B) | 270.55º | 0.68% | 0.32% | - |
| XYZ | 3.38 | 2.12 | 8.02 | - |
| YUV | 40.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 81 | 0.33 | 0.68 | 0 | 0.68 | 270.55 | 0.51 | 0.21 |
| Hex | 36 | 1A | 51 | 21 | 44 | 0 | 44 | 10F | 33 | 15 |
| Octal | 66 | 32 | 121 | 41 | 104 | 0 | 104 | 417 | 63 | 25 |
| Binary | 110110 | 11010 | 1010001 | 100001 | 1000100 | 0 | 1000100 | 100001111 | 110011 | 10101 |
Color Harmonies of #361A51
Complementary color
Monochromatic Colors of #361A51
Black with #361A51
Text Example
Text Example
White with #361A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A51; }
p { color: rgb(54,26,81); }
H1.HeaderClassName
{
color: #361A51;
}
.AnyTagClassName
{
color: #361A51;
}
</style>
background-color css
<style>
a { background-color: #361A51; }
a { background-color: rgb(54,26,81); }
div.DivClassName
{
background-color: #361A51;
}
.BgClassName
{
background-color: #361A51;
}
</style>
border-color css
<style>
span { border-color: #361A51; }
span { border-color: rgb(54,26,81); }
td.TdClassName
{
border-color: #361A51;
}
.TagClassName
{
border-color: #361A51;
}
</style>