Shades of Christalle #2E0257
Tints of Christalle #2E0257
RGB
CMYK
RGB Variations
Color information
#2E0257 (or 0x2E0257) is known color: Christalle. HEX triplet: 2E, 02 and 57. RGB value is (46,2,87). Sum of RGB (Red+Green+Blue) = 46+2+87=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E0257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0257 is #D1FDA8. Grayscale: #181818. Windows color (decimal): -13761961 or 5702190. OLE color: 5702190.
HSL color Cylindrical-coordinate representation of color #2E0257: hue angle of 271.06º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0257 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 2 | 87 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.66 |
| HSL | 271.06º | 0.96% | 0.17% | - |
| HSV(B) | 271.06º | 0.98% | 0.34% | - |
| XYZ | 2.87 | 1.31 | 9.12 | - |
| YUV | 24.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 87 | 0.47 | 0.98 | 0 | 0.66 | 271.06 | 0.96 | 0.17 |
| Hex | 2E | 2 | 57 | 2F | 62 | 0 | 42 | 10F | 60 | 11 |
| Octal | 56 | 2 | 127 | 57 | 142 | 0 | 102 | 417 | 140 | 21 |
| Binary | 101110 | 10 | 1010111 | 101111 | 1100010 | 0 | 1000010 | 100001111 | 1100000 | 10001 |
Color Harmonies of #2E0257
Complementary color
Monochromatic Colors of #2E0257
Black with #2E0257
Text Example
Text Example
White with #2E0257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0257; }
p { color: rgb(46,2,87); }
H1.HeaderClassName
{
color: #2E0257;
}
.AnyTagClassName
{
color: #2E0257;
}
</style>
background-color css
<style>
a { background-color: #2E0257; }
a { background-color: rgb(46,2,87); }
div.DivClassName
{
background-color: #2E0257;
}
.BgClassName
{
background-color: #2E0257;
}
</style>
border-color css
<style>
span { border-color: #2E0257; }
span { border-color: rgb(46,2,87); }
td.TdClassName
{
border-color: #2E0257;
}
.TagClassName
{
border-color: #2E0257;
}
</style>