Shades of Christalle #2E175D
Tints of Christalle #2E175D
RGB
CMYK
RGB Variations
Color information
#2E175D (or 0x2E175D) is known color: Christalle. HEX triplet: 2E, 17 and 5D. RGB value is (46,23,93). Sum of RGB (Red+Green+Blue) = 46+23+93=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E175D is #D1E8A2. Grayscale: #252525. Windows color (decimal): -13756579 or 6100782. OLE color: 6100782.
HSL color Cylindrical-coordinate representation of color #2E175D: hue angle of 259.71º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E175D is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 23 | 93 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.64 |
| HSL | 259.71º | 0.6% | 0.23% | - |
| HSV(B) | 259.71º | 0.75% | 0.36% | - |
| XYZ | 3.41 | 1.98 | 10.56 | - |
| YUV | 37.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 93 | 0.51 | 0.75 | 0 | 0.64 | 259.71 | 0.6 | 0.23 |
| Hex | 2E | 17 | 5D | 33 | 4B | 0 | 40 | 104 | 3C | 17 |
| Octal | 56 | 27 | 135 | 63 | 113 | 0 | 100 | 404 | 74 | 27 |
| Binary | 101110 | 10111 | 1011101 | 110011 | 1001011 | 0 | 1000000 | 100000100 | 111100 | 10111 |
Color Harmonies of #2E175D
Complementary color
Monochromatic Colors of #2E175D
Black with #2E175D
Text Example
Text Example
White with #2E175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E175D; }
p { color: rgb(46,23,93); }
H1.HeaderClassName
{
color: #2E175D;
}
.AnyTagClassName
{
color: #2E175D;
}
</style>
background-color css
<style>
a { background-color: #2E175D; }
a { background-color: rgb(46,23,93); }
div.DivClassName
{
background-color: #2E175D;
}
.BgClassName
{
background-color: #2E175D;
}
</style>
border-color css
<style>
span { border-color: #2E175D; }
span { border-color: rgb(46,23,93); }
td.TdClassName
{
border-color: #2E175D;
}
.TagClassName
{
border-color: #2E175D;
}
</style>