Shades of Christalle #2E175E
Tints of Christalle #2E175E
RGB
CMYK
RGB Variations
Color information
#2E175E (or 0x2E175E) is known color: Christalle. HEX triplet: 2E, 17 and 5E. RGB value is (46,23,94). Sum of RGB (Red+Green+Blue) = 46+23+94=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #2E175E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E175E is #D1E8A1. Grayscale: #252525. Windows color (decimal): -13756578 or 6166318. OLE color: 6166318.
HSL color Cylindrical-coordinate representation of color #2E175E: hue angle of 259.44º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E175E is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 46 | 23 | 94 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.63 |
| HSL | 259.44º | 0.61% | 0.23% | - |
| HSV(B) | 259.44º | 0.76% | 0.37% | - |
| XYZ | 3.45 | 2 | 10.79 | - |
| YUV | 37.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 94 | 0.51 | 0.76 | 0 | 0.63 | 259.44 | 0.61 | 0.23 |
| Hex | 2E | 17 | 5E | 33 | 4C | 0 | 3F | 103 | 3D | 17 |
| Octal | 56 | 27 | 136 | 63 | 114 | 0 | 77 | 403 | 75 | 27 |
| Binary | 101110 | 10111 | 1011110 | 110011 | 1001100 | 0 | 111111 | 100000011 | 111101 | 10111 |
Color Harmonies of #2E175E
Complementary color
Monochromatic Colors of #2E175E
Black with #2E175E
Text Example
Text Example
White with #2E175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E175E; }
p { color: rgb(46,23,94); }
H1.HeaderClassName
{
color: #2E175E;
}
.AnyTagClassName
{
color: #2E175E;
}
</style>
background-color css
<style>
a { background-color: #2E175E; }
a { background-color: rgb(46,23,94); }
div.DivClassName
{
background-color: #2E175E;
}
.BgClassName
{
background-color: #2E175E;
}
</style>
border-color css
<style>
span { border-color: #2E175E; }
span { border-color: rgb(46,23,94); }
td.TdClassName
{
border-color: #2E175E;
}
.TagClassName
{
border-color: #2E175E;
}
</style>