Shades of Christalle #2E155B
Tints of Christalle #2E155B
RGB
CMYK
RGB Variations
Color information
#2E155B (or 0x2E155B) is known color: Christalle. HEX triplet: 2E, 15 and 5B. RGB value is (46,21,91). Sum of RGB (Red+Green+Blue) = 46+21+91=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E155B is #D1EAA4. Grayscale: #242424. Windows color (decimal): -13757093 or 5969198. OLE color: 5969198.
HSL color Cylindrical-coordinate representation of color #2E155B: hue angle of 261.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E155B is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 21 | 91 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.64 |
| HSL | 261.43º | 0.63% | 0.22% | - |
| HSV(B) | 261.43º | 0.77% | 0.36% | - |
| XYZ | 3.28 | 1.87 | 10.09 | - |
| YUV | 36.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 91 | 0.49 | 0.77 | 0 | 0.64 | 261.43 | 0.63 | 0.22 |
| Hex | 2E | 15 | 5B | 31 | 4D | 0 | 40 | 105 | 3E | 16 |
| Octal | 56 | 25 | 133 | 61 | 115 | 0 | 100 | 405 | 76 | 26 |
| Binary | 101110 | 10101 | 1011011 | 110001 | 1001101 | 0 | 1000000 | 100000101 | 111110 | 10110 |
Color Harmonies of #2E155B
Complementary color
Monochromatic Colors of #2E155B
Black with #2E155B
Text Example
Text Example
White with #2E155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E155B; }
p { color: rgb(46,21,91); }
H1.HeaderClassName
{
color: #2E155B;
}
.AnyTagClassName
{
color: #2E155B;
}
</style>
background-color css
<style>
a { background-color: #2E155B; }
a { background-color: rgb(46,21,91); }
div.DivClassName
{
background-color: #2E155B;
}
.BgClassName
{
background-color: #2E155B;
}
</style>
border-color css
<style>
span { border-color: #2E155B; }
span { border-color: rgb(46,21,91); }
td.TdClassName
{
border-color: #2E155B;
}
.TagClassName
{
border-color: #2E155B;
}
</style>