Shades of Christalle #2E0B57
Tints of Christalle #2E0B57
RGB
CMYK
RGB Variations
Color information
#2E0B57 (or 0x2E0B57) is known color: Christalle. HEX triplet: 2E, 0B and 57. RGB value is (46,11,87). Sum of RGB (Red+Green+Blue) = 46+11+87=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E0B57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0B57 is #D1F4A8. Grayscale: #1D1D1D. Windows color (decimal): -13759657 or 5704494. OLE color: 5704494.
HSL color Cylindrical-coordinate representation of color #2E0B57: hue angle of 267.63º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E0B57 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 11 | 87 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.66 |
| HSL | 267.63º | 0.78% | 0.19% | - |
| HSV(B) | 267.63º | 0.87% | 0.34% | - |
| XYZ | 2.97 | 1.51 | 9.15 | - |
| YUV | 30.13 | 160.1 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 11 | 87 | 0.47 | 0.87 | 0 | 0.66 | 267.63 | 0.78 | 0.19 |
| Hex | 2E | B | 57 | 2F | 57 | 0 | 42 | 10C | 4E | 13 |
| Octal | 56 | 13 | 127 | 57 | 127 | 0 | 102 | 414 | 116 | 23 |
| Binary | 101110 | 1011 | 1010111 | 101111 | 1010111 | 0 | 1000010 | 100001100 | 1001110 | 10011 |
Color Harmonies of #2E0B57
Complementary color
Monochromatic Colors of #2E0B57
Black with #2E0B57
Text Example
Text Example
White with #2E0B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0B57; }
p { color: rgb(46,11,87); }
H1.HeaderClassName
{
color: #2E0B57;
}
.AnyTagClassName
{
color: #2E0B57;
}
</style>
background-color css
<style>
a { background-color: #2E0B57; }
a { background-color: rgb(46,11,87); }
div.DivClassName
{
background-color: #2E0B57;
}
.BgClassName
{
background-color: #2E0B57;
}
</style>
border-color css
<style>
span { border-color: #2E0B57; }
span { border-color: rgb(46,11,87); }
td.TdClassName
{
border-color: #2E0B57;
}
.TagClassName
{
border-color: #2E0B57;
}
</style>