Shades of Christalle #2E1858
Tints of Christalle #2E1858
RGB
CMYK
RGB Variations
Color information
#2E1858 (or 0x2E1858) is known color: Christalle. HEX triplet: 2E, 18 and 58. RGB value is (46,24,88). Sum of RGB (Red+Green+Blue) = 46+24+88=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E1858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1858 is #D1E7A7. Grayscale: #252525. Windows color (decimal): -13756328 or 5773358. OLE color: 5773358.
HSL color Cylindrical-coordinate representation of color #2E1858: hue angle of 260.62º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E1858 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 24 | 88 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.65 |
| HSL | 260.63º | 0.57% | 0.22% | - |
| HSV(B) | 260.63º | 0.73% | 0.35% | - |
| XYZ | 3.21 | 1.94 | 9.44 | - |
| YUV | 37.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 88 | 0.48 | 0.73 | 0 | 0.65 | 260.63 | 0.57 | 0.22 |
| Hex | 2E | 18 | 58 | 30 | 49 | 0 | 41 | 105 | 39 | 16 |
| Octal | 56 | 30 | 130 | 60 | 111 | 0 | 101 | 405 | 71 | 26 |
| Binary | 101110 | 11000 | 1011000 | 110000 | 1001001 | 0 | 1000001 | 100000101 | 111001 | 10110 |
Color Harmonies of #2E1858
Complementary color
Monochromatic Colors of #2E1858
Black with #2E1858
Text Example
Text Example
White with #2E1858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1858; }
p { color: rgb(46,24,88); }
H1.HeaderClassName
{
color: #2E1858;
}
.AnyTagClassName
{
color: #2E1858;
}
</style>
background-color css
<style>
a { background-color: #2E1858; }
a { background-color: rgb(46,24,88); }
div.DivClassName
{
background-color: #2E1858;
}
.BgClassName
{
background-color: #2E1858;
}
</style>
border-color css
<style>
span { border-color: #2E1858; }
span { border-color: rgb(46,24,88); }
td.TdClassName
{
border-color: #2E1858;
}
.TagClassName
{
border-color: #2E1858;
}
</style>