Shades of Christalle #2E135D
Tints of Christalle #2E135D
RGB
CMYK
RGB Variations
Color information
#2E135D (or 0x2E135D) is known color: Christalle. HEX triplet: 2E, 13 and 5D. RGB value is (46,19,93). Sum of RGB (Red+Green+Blue) = 46+19+93=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E135D is #D1ECA2. Grayscale: #232323. Windows color (decimal): -13757603 or 6099758. OLE color: 6099758.
HSL color Cylindrical-coordinate representation of color #2E135D: hue angle of 261.89º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E135D is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 19 | 93 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.64 |
| HSL | 261.89º | 0.66% | 0.22% | - |
| HSV(B) | 261.89º | 0.8% | 0.36% | - |
| XYZ | 3.34 | 1.84 | 10.53 | - |
| YUV | 35.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 93 | 0.51 | 0.80 | 0 | 0.64 | 261.89 | 0.66 | 0.22 |
| Hex | 2E | 13 | 5D | 33 | 50 | 0 | 40 | 106 | 42 | 16 |
| Octal | 56 | 23 | 135 | 63 | 120 | 0 | 100 | 406 | 102 | 26 |
| Binary | 101110 | 10011 | 1011101 | 110011 | 1010000 | 0 | 1000000 | 100000110 | 1000010 | 10110 |
Color Harmonies of #2E135D
Complementary color
Monochromatic Colors of #2E135D
Black with #2E135D
Text Example
Text Example
White with #2E135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E135D; }
p { color: rgb(46,19,93); }
H1.HeaderClassName
{
color: #2E135D;
}
.AnyTagClassName
{
color: #2E135D;
}
</style>
background-color css
<style>
a { background-color: #2E135D; }
a { background-color: rgb(46,19,93); }
div.DivClassName
{
background-color: #2E135D;
}
.BgClassName
{
background-color: #2E135D;
}
</style>
border-color css
<style>
span { border-color: #2E135D; }
span { border-color: rgb(46,19,93); }
td.TdClassName
{
border-color: #2E135D;
}
.TagClassName
{
border-color: #2E135D;
}
</style>