Shades of Christalle #2E035E
Tints of Christalle #2E035E
RGB
CMYK
RGB Variations
Color information
#2E035E (or 0x2E035E) is known color: Christalle. HEX triplet: 2E, 03 and 5E. RGB value is (46,3,94). Sum of RGB (Red+Green+Blue) = 46+3+94=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #2E035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E035E is #D1FCA1. Grayscale: #191919. Windows color (decimal): -13761698 or 6161198. OLE color: 6161198.
HSL color Cylindrical-coordinate representation of color #2E035E: hue angle of 268.35º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E035E is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 46 | 3 | 94 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.63 |
| HSL | 268.35º | 0.94% | 0.19% | - |
| HSV(B) | 268.35º | 0.97% | 0.37% | - |
| XYZ | 3.18 | 1.45 | 10.7 | - |
| YUV | 26.23 | 166.25 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 94 | 0.51 | 0.97 | 0 | 0.63 | 268.35 | 0.94 | 0.19 |
| Hex | 2E | 3 | 5E | 33 | 61 | 0 | 3F | 10C | 5E | 13 |
| Octal | 56 | 3 | 136 | 63 | 141 | 0 | 77 | 414 | 136 | 23 |
| Binary | 101110 | 11 | 1011110 | 110011 | 1100001 | 0 | 111111 | 100001100 | 1011110 | 10011 |
Color Harmonies of #2E035E
Complementary color
Monochromatic Colors of #2E035E
Black with #2E035E
Text Example
Text Example
White with #2E035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E035E; }
p { color: rgb(46,3,94); }
H1.HeaderClassName
{
color: #2E035E;
}
.AnyTagClassName
{
color: #2E035E;
}
</style>
background-color css
<style>
a { background-color: #2E035E; }
a { background-color: rgb(46,3,94); }
div.DivClassName
{
background-color: #2E035E;
}
.BgClassName
{
background-color: #2E035E;
}
</style>
border-color css
<style>
span { border-color: #2E035E; }
span { border-color: rgb(46,3,94); }
td.TdClassName
{
border-color: #2E035E;
}
.TagClassName
{
border-color: #2E035E;
}
</style>