Shades of Christalle #2E1360
Tints of Christalle #2E1360
RGB
CMYK
RGB Variations
Color information
#2E1360 (or 0x2E1360) is known color: Christalle. HEX triplet: 2E, 13 and 60. RGB value is (46,19,96). Sum of RGB (Red+Green+Blue) = 46+19+96=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E1360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1360 is #D1EC9F. Grayscale: #232323. Windows color (decimal): -13757600 or 6296366. OLE color: 6296366.
HSL color Cylindrical-coordinate representation of color #2E1360: hue angle of 261.04º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E1360 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 19 | 96 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.62 |
| HSL | 261.04º | 0.67% | 0.23% | - |
| HSV(B) | 261.04º | 0.8% | 0.38% | - |
| XYZ | 3.47 | 1.89 | 11.25 | - |
| YUV | 35.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 96 | 0.52 | 0.80 | 0 | 0.62 | 261.04 | 0.67 | 0.23 |
| Hex | 2E | 13 | 60 | 34 | 50 | 0 | 3E | 105 | 43 | 17 |
| Octal | 56 | 23 | 140 | 64 | 120 | 0 | 76 | 405 | 103 | 27 |
| Binary | 101110 | 10011 | 1100000 | 110100 | 1010000 | 0 | 111110 | 100000101 | 1000011 | 10111 |
Color Harmonies of #2E1360
Complementary color
Monochromatic Colors of #2E1360
Black with #2E1360
Text Example
Text Example
White with #2E1360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1360; }
p { color: rgb(46,19,96); }
H1.HeaderClassName
{
color: #2E1360;
}
.AnyTagClassName
{
color: #2E1360;
}
</style>
background-color css
<style>
a { background-color: #2E1360; }
a { background-color: rgb(46,19,96); }
div.DivClassName
{
background-color: #2E1360;
}
.BgClassName
{
background-color: #2E1360;
}
</style>
border-color css
<style>
span { border-color: #2E1360; }
span { border-color: rgb(46,19,96); }
td.TdClassName
{
border-color: #2E1360;
}
.TagClassName
{
border-color: #2E1360;
}
</style>