Shades of Christalle #2E1157
Tints of Christalle #2E1157
RGB
CMYK
RGB Variations
Color information
#2E1157 (or 0x2E1157) is known color: Christalle. HEX triplet: 2E, 11 and 57. RGB value is (46,17,87). Sum of RGB (Red+Green+Blue) = 46+17+87=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E1157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1157 is #D1EEA8. Grayscale: #212121. Windows color (decimal): -13758121 or 5706030. OLE color: 5706030.
HSL color Cylindrical-coordinate representation of color #2E1157: hue angle of 264.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E1157 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 17 | 87 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.66 |
| HSL | 264.86º | 0.67% | 0.2% | - |
| HSV(B) | 264.86º | 0.8% | 0.34% | - |
| XYZ | 3.05 | 1.67 | 9.18 | - |
| YUV | 33.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 87 | 0.47 | 0.80 | 0 | 0.66 | 264.86 | 0.67 | 0.2 |
| Hex | 2E | 11 | 57 | 2F | 50 | 0 | 42 | 109 | 43 | 14 |
| Octal | 56 | 21 | 127 | 57 | 120 | 0 | 102 | 411 | 103 | 24 |
| Binary | 101110 | 10001 | 1010111 | 101111 | 1010000 | 0 | 1000010 | 100001001 | 1000011 | 10100 |
Color Harmonies of #2E1157
Complementary color
Monochromatic Colors of #2E1157
Black with #2E1157
Text Example
Text Example
White with #2E1157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1157; }
p { color: rgb(46,17,87); }
H1.HeaderClassName
{
color: #2E1157;
}
.AnyTagClassName
{
color: #2E1157;
}
</style>
background-color css
<style>
a { background-color: #2E1157; }
a { background-color: rgb(46,17,87); }
div.DivClassName
{
background-color: #2E1157;
}
.BgClassName
{
background-color: #2E1157;
}
</style>
border-color css
<style>
span { border-color: #2E1157; }
span { border-color: rgb(46,17,87); }
td.TdClassName
{
border-color: #2E1157;
}
.TagClassName
{
border-color: #2E1157;
}
</style>