Shades of Christalle #2E0E57
Tints of Christalle #2E0E57
RGB
CMYK
RGB Variations
Color information
#2E0E57 (or 0x2E0E57) is known color: Christalle. HEX triplet: 2E, 0E and 57. RGB value is (46,14,87). Sum of RGB (Red+Green+Blue) = 46+14+87=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E0E57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0E57 is #D1F1A8. Grayscale: #1F1F1F. Windows color (decimal): -13758889 or 5705262. OLE color: 5705262.
HSL color Cylindrical-coordinate representation of color #2E0E57: hue angle of 266.3º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E0E57 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 14 | 87 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.66 |
| HSL | 266.3º | 0.72% | 0.2% | - |
| HSV(B) | 266.3º | 0.84% | 0.34% | - |
| XYZ | 3 | 1.58 | 9.16 | - |
| YUV | 31.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 14 | 87 | 0.47 | 0.84 | 0 | 0.66 | 266.3 | 0.72 | 0.2 |
| Hex | 2E | E | 57 | 2F | 54 | 0 | 42 | 10A | 48 | 14 |
| Octal | 56 | 16 | 127 | 57 | 124 | 0 | 102 | 412 | 110 | 24 |
| Binary | 101110 | 1110 | 1010111 | 101111 | 1010100 | 0 | 1000010 | 100001010 | 1001000 | 10100 |
Color Harmonies of #2E0E57
Complementary color
Monochromatic Colors of #2E0E57
Black with #2E0E57
Text Example
Text Example
White with #2E0E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0E57; }
p { color: rgb(46,14,87); }
H1.HeaderClassName
{
color: #2E0E57;
}
.AnyTagClassName
{
color: #2E0E57;
}
</style>
background-color css
<style>
a { background-color: #2E0E57; }
a { background-color: rgb(46,14,87); }
div.DivClassName
{
background-color: #2E0E57;
}
.BgClassName
{
background-color: #2E0E57;
}
</style>
border-color css
<style>
span { border-color: #2E0E57; }
span { border-color: rgb(46,14,87); }
td.TdClassName
{
border-color: #2E0E57;
}
.TagClassName
{
border-color: #2E0E57;
}
</style>