Shades of Christalle #2E0259
Tints of Christalle #2E0259
RGB
CMYK
RGB Variations
Color information
#2E0259 (or 0x2E0259) is known color: Christalle. HEX triplet: 2E, 02 and 59. RGB value is (46,2,89). Sum of RGB (Red+Green+Blue) = 46+2+89=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0259 is #D1FDA6. Grayscale: #181818. Windows color (decimal): -13761959 or 5833262. OLE color: 5833262.
HSL color Cylindrical-coordinate representation of color #2E0259: hue angle of 270.34º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0259 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 2 | 89 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.65 |
| HSL | 270.34º | 0.96% | 0.18% | - |
| HSV(B) | 270.34º | 0.98% | 0.35% | - |
| XYZ | 2.95 | 1.35 | 9.56 | - |
| YUV | 25.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 89 | 0.48 | 0.98 | 0 | 0.65 | 270.34 | 0.96 | 0.18 |
| Hex | 2E | 2 | 59 | 30 | 62 | 0 | 41 | 10E | 60 | 12 |
| Octal | 56 | 2 | 131 | 60 | 142 | 0 | 101 | 416 | 140 | 22 |
| Binary | 101110 | 10 | 1011001 | 110000 | 1100010 | 0 | 1000001 | 100001110 | 1100000 | 10010 |
Color Harmonies of #2E0259
Complementary color
Monochromatic Colors of #2E0259
Black with #2E0259
Text Example
Text Example
White with #2E0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0259; }
p { color: rgb(46,2,89); }
H1.HeaderClassName
{
color: #2E0259;
}
.AnyTagClassName
{
color: #2E0259;
}
</style>
background-color css
<style>
a { background-color: #2E0259; }
a { background-color: rgb(46,2,89); }
div.DivClassName
{
background-color: #2E0259;
}
.BgClassName
{
background-color: #2E0259;
}
</style>
border-color css
<style>
span { border-color: #2E0259; }
span { border-color: rgb(46,2,89); }
td.TdClassName
{
border-color: #2E0259;
}
.TagClassName
{
border-color: #2E0259;
}
</style>