Shades of Christalle #2E195C
Tints of Christalle #2E195C
RGB
CMYK
RGB Variations
Color information
#2E195C (or 0x2E195C) is known color: Christalle. HEX triplet: 2E, 19 and 5C. RGB value is (46,25,92). Sum of RGB (Red+Green+Blue) = 46+25+92=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E195C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E195C is #D1E6A3. Grayscale: #262626. Windows color (decimal): -13756068 or 6035758. OLE color: 6035758.
HSL color Cylindrical-coordinate representation of color #2E195C: hue angle of 258.81º degrees, saturation: 0.57, 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 #2E195C is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 25 | 92 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.64 |
| HSL | 258.81º | 0.57% | 0.23% | - |
| HSV(B) | 258.81º | 0.73% | 0.36% | - |
| XYZ | 3.41 | 2.05 | 10.34 | - |
| YUV | 38.92 | 157.96 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 92 | 0.50 | 0.73 | 0 | 0.64 | 258.81 | 0.57 | 0.23 |
| Hex | 2E | 19 | 5C | 32 | 49 | 0 | 40 | 103 | 39 | 17 |
| Octal | 56 | 31 | 134 | 62 | 111 | 0 | 100 | 403 | 71 | 27 |
| Binary | 101110 | 11001 | 1011100 | 110010 | 1001001 | 0 | 1000000 | 100000011 | 111001 | 10111 |
Color Harmonies of #2E195C
Complementary color
Monochromatic Colors of #2E195C
Black with #2E195C
Text Example
Text Example
White with #2E195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E195C; }
p { color: rgb(46,25,92); }
H1.HeaderClassName
{
color: #2E195C;
}
.AnyTagClassName
{
color: #2E195C;
}
</style>
background-color css
<style>
a { background-color: #2E195C; }
a { background-color: rgb(46,25,92); }
div.DivClassName
{
background-color: #2E195C;
}
.BgClassName
{
background-color: #2E195C;
}
</style>
border-color css
<style>
span { border-color: #2E195C; }
span { border-color: rgb(46,25,92); }
td.TdClassName
{
border-color: #2E195C;
}
.TagClassName
{
border-color: #2E195C;
}
</style>