Shades of Christalle #2E0759
Tints of Christalle #2E0759
RGB
CMYK
RGB Variations
Color information
#2E0759 (or 0x2E0759) is known color: Christalle. HEX triplet: 2E, 07 and 59. RGB value is (46,7,89). Sum of RGB (Red+Green+Blue) = 46+7+89=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E0759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0759 is #D1F8A6. Grayscale: #1B1B1B. Windows color (decimal): -13760679 or 5834542. OLE color: 5834542.
HSL color Cylindrical-coordinate representation of color #2E0759: hue angle of 268.54º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E0759 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 7 | 89 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.65 |
| HSL | 268.54º | 0.85% | 0.19% | - |
| HSV(B) | 268.54º | 0.92% | 0.35% | - |
| XYZ | 3.01 | 1.45 | 9.57 | - |
| YUV | 28.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 89 | 0.48 | 0.92 | 0 | 0.65 | 268.54 | 0.85 | 0.19 |
| Hex | 2E | 7 | 59 | 30 | 5C | 0 | 41 | 10D | 55 | 13 |
| Octal | 56 | 7 | 131 | 60 | 134 | 0 | 101 | 415 | 125 | 23 |
| Binary | 101110 | 111 | 1011001 | 110000 | 1011100 | 0 | 1000001 | 100001101 | 1010101 | 10011 |
Color Harmonies of #2E0759
Complementary color
Monochromatic Colors of #2E0759
Black with #2E0759
Text Example
Text Example
White with #2E0759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0759; }
p { color: rgb(46,7,89); }
H1.HeaderClassName
{
color: #2E0759;
}
.AnyTagClassName
{
color: #2E0759;
}
</style>
background-color css
<style>
a { background-color: #2E0759; }
a { background-color: rgb(46,7,89); }
div.DivClassName
{
background-color: #2E0759;
}
.BgClassName
{
background-color: #2E0759;
}
</style>
border-color css
<style>
span { border-color: #2E0759; }
span { border-color: rgb(46,7,89); }
td.TdClassName
{
border-color: #2E0759;
}
.TagClassName
{
border-color: #2E0759;
}
</style>