Shades of Christalle #2E1363
Tints of Christalle #2E1363
RGB
CMYK
RGB Variations
Color information
#2E1363 (or 0x2E1363) is known color: Christalle. HEX triplet: 2E, 13 and 63. RGB value is (46,19,99). Sum of RGB (Red+Green+Blue) = 46+19+99=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E1363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1363 is #D1EC9C. Grayscale: #232323. Windows color (decimal): -13757597 or 6492974. OLE color: 6492974.
HSL color Cylindrical-coordinate representation of color #2E1363: hue angle of 260.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E1363 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 19 | 99 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.61 |
| HSL | 260.25º | 0.68% | 0.23% | - |
| HSV(B) | 260.25º | 0.81% | 0.39% | - |
| XYZ | 3.61 | 1.95 | 11.99 | - |
| YUV | 36.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 99 | 0.54 | 0.81 | 0 | 0.61 | 260.25 | 0.68 | 0.23 |
| Hex | 2E | 13 | 63 | 36 | 51 | 0 | 3D | 104 | 44 | 17 |
| Octal | 56 | 23 | 143 | 66 | 121 | 0 | 75 | 404 | 104 | 27 |
| Binary | 101110 | 10011 | 1100011 | 110110 | 1010001 | 0 | 111101 | 100000100 | 1000100 | 10111 |
Color Harmonies of #2E1363
Complementary color
Monochromatic Colors of #2E1363
Black with #2E1363
Text Example
Text Example
White with #2E1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1363; }
p { color: rgb(46,19,99); }
H1.HeaderClassName
{
color: #2E1363;
}
.AnyTagClassName
{
color: #2E1363;
}
</style>
background-color css
<style>
a { background-color: #2E1363; }
a { background-color: rgb(46,19,99); }
div.DivClassName
{
background-color: #2E1363;
}
.BgClassName
{
background-color: #2E1363;
}
</style>
border-color css
<style>
span { border-color: #2E1363; }
span { border-color: rgb(46,19,99); }
td.TdClassName
{
border-color: #2E1363;
}
.TagClassName
{
border-color: #2E1363;
}
</style>