Shades of Christalle #2E145D
Tints of Christalle #2E145D
RGB
CMYK
RGB Variations
Color information
#2E145D (or 0x2E145D) is known color: Christalle. HEX triplet: 2E, 14 and 5D. RGB value is (46,20,93). Sum of RGB (Red+Green+Blue) = 46+20+93=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E145D is #D1EBA2. Grayscale: #232323. Windows color (decimal): -13757347 or 6100014. OLE color: 6100014.
HSL color Cylindrical-coordinate representation of color #2E145D: hue angle of 261.37º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E145D is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 20 | 93 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.64 |
| HSL | 261.37º | 0.65% | 0.22% | - |
| HSV(B) | 261.37º | 0.78% | 0.36% | - |
| XYZ | 3.35 | 1.87 | 10.54 | - |
| YUV | 36.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 93 | 0.51 | 0.78 | 0 | 0.64 | 261.37 | 0.65 | 0.22 |
| Hex | 2E | 14 | 5D | 33 | 4E | 0 | 40 | 105 | 41 | 16 |
| Octal | 56 | 24 | 135 | 63 | 116 | 0 | 100 | 405 | 101 | 26 |
| Binary | 101110 | 10100 | 1011101 | 110011 | 1001110 | 0 | 1000000 | 100000101 | 1000001 | 10110 |
Color Harmonies of #2E145D
Complementary color
Monochromatic Colors of #2E145D
Black with #2E145D
Text Example
Text Example
White with #2E145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E145D; }
p { color: rgb(46,20,93); }
H1.HeaderClassName
{
color: #2E145D;
}
.AnyTagClassName
{
color: #2E145D;
}
</style>
background-color css
<style>
a { background-color: #2E145D; }
a { background-color: rgb(46,20,93); }
div.DivClassName
{
background-color: #2E145D;
}
.BgClassName
{
background-color: #2E145D;
}
</style>
border-color css
<style>
span { border-color: #2E145D; }
span { border-color: rgb(46,20,93); }
td.TdClassName
{
border-color: #2E145D;
}
.TagClassName
{
border-color: #2E145D;
}
</style>