Shades of Christalle #2E1463
Tints of Christalle #2E1463
RGB
CMYK
RGB Variations
Color information
#2E1463 (or 0x2E1463) is known color: Christalle. HEX triplet: 2E, 14 and 63. RGB value is (46,20,99). Sum of RGB (Red+Green+Blue) = 46+20+99=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E1463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1463 is #D1EB9C. Grayscale: #242424. Windows color (decimal): -13757341 or 6493230. OLE color: 6493230.
HSL color Cylindrical-coordinate representation of color #2E1463: hue angle of 259.75º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E1463 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 20 | 99 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.61 |
| HSL | 259.75º | 0.66% | 0.23% | - |
| HSV(B) | 259.75º | 0.8% | 0.39% | - |
| XYZ | 3.63 | 1.98 | 12 | - |
| YUV | 36.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 99 | 0.54 | 0.80 | 0 | 0.61 | 259.75 | 0.66 | 0.23 |
| Hex | 2E | 14 | 63 | 36 | 50 | 0 | 3D | 104 | 42 | 17 |
| Octal | 56 | 24 | 143 | 66 | 120 | 0 | 75 | 404 | 102 | 27 |
| Binary | 101110 | 10100 | 1100011 | 110110 | 1010000 | 0 | 111101 | 100000100 | 1000010 | 10111 |
Color Harmonies of #2E1463
Complementary color
Monochromatic Colors of #2E1463
Black with #2E1463
Text Example
Text Example
White with #2E1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1463; }
p { color: rgb(46,20,99); }
H1.HeaderClassName
{
color: #2E1463;
}
.AnyTagClassName
{
color: #2E1463;
}
</style>
background-color css
<style>
a { background-color: #2E1463; }
a { background-color: rgb(46,20,99); }
div.DivClassName
{
background-color: #2E1463;
}
.BgClassName
{
background-color: #2E1463;
}
</style>
border-color css
<style>
span { border-color: #2E1463; }
span { border-color: rgb(46,20,99); }
td.TdClassName
{
border-color: #2E1463;
}
.TagClassName
{
border-color: #2E1463;
}
</style>