Shades of Christalle #2E195D
Tints of Christalle #2E195D
RGB
CMYK
RGB Variations
Color information
#2E195D (or 0x2E195D) is known color: Christalle. HEX triplet: 2E, 19 and 5D. RGB value is (46,25,93). Sum of RGB (Red+Green+Blue) = 46+25+93=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E195D is #D1E6A2. Grayscale: #262626. Windows color (decimal): -13756067 or 6101294. OLE color: 6101294.
HSL color Cylindrical-coordinate representation of color #2E195D: hue angle of 258.53º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E195D is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 25 | 93 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.64 |
| HSL | 258.53º | 0.58% | 0.23% | - |
| HSV(B) | 258.53º | 0.73% | 0.36% | - |
| XYZ | 3.45 | 2.07 | 10.57 | - |
| YUV | 39.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 93 | 0.51 | 0.73 | 0 | 0.64 | 258.53 | 0.58 | 0.23 |
| Hex | 2E | 19 | 5D | 33 | 49 | 0 | 40 | 103 | 3A | 17 |
| Octal | 56 | 31 | 135 | 63 | 111 | 0 | 100 | 403 | 72 | 27 |
| Binary | 101110 | 11001 | 1011101 | 110011 | 1001001 | 0 | 1000000 | 100000011 | 111010 | 10111 |
Color Harmonies of #2E195D
Complementary color
Monochromatic Colors of #2E195D
Black with #2E195D
Text Example
Text Example
White with #2E195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E195D; }
p { color: rgb(46,25,93); }
H1.HeaderClassName
{
color: #2E195D;
}
.AnyTagClassName
{
color: #2E195D;
}
</style>
background-color css
<style>
a { background-color: #2E195D; }
a { background-color: rgb(46,25,93); }
div.DivClassName
{
background-color: #2E195D;
}
.BgClassName
{
background-color: #2E195D;
}
</style>
border-color css
<style>
span { border-color: #2E195D; }
span { border-color: rgb(46,25,93); }
td.TdClassName
{
border-color: #2E195D;
}
.TagClassName
{
border-color: #2E195D;
}
</style>