Shades of Christalle #2E1A57
Tints of Christalle #2E1A57
RGB
CMYK
RGB Variations
Color information
#2E1A57 (or 0x2E1A57) is known color: Christalle. HEX triplet: 2E, 1A and 57. RGB value is (46,26,87). Sum of RGB (Red+Green+Blue) = 46+26+87=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E1A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1A57 is #D1E5A8. Grayscale: #262626. Windows color (decimal): -13755817 or 5708334. OLE color: 5708334.
HSL color Cylindrical-coordinate representation of color #2E1A57: hue angle of 259.67º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E1A57 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 26 | 87 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.66 |
| HSL | 259.67º | 0.54% | 0.22% | - |
| HSV(B) | 259.67º | 0.7% | 0.34% | - |
| XYZ | 3.22 | 2.01 | 9.23 | - |
| YUV | 38.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 87 | 0.47 | 0.70 | 0 | 0.66 | 259.67 | 0.54 | 0.22 |
| Hex | 2E | 1A | 57 | 2F | 46 | 0 | 42 | 104 | 36 | 16 |
| Octal | 56 | 32 | 127 | 57 | 106 | 0 | 102 | 404 | 66 | 26 |
| Binary | 101110 | 11010 | 1010111 | 101111 | 1000110 | 0 | 1000010 | 100000100 | 110110 | 10110 |
Color Harmonies of #2E1A57
Complementary color
Monochromatic Colors of #2E1A57
Black with #2E1A57
Text Example
Text Example
White with #2E1A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A57; }
p { color: rgb(46,26,87); }
H1.HeaderClassName
{
color: #2E1A57;
}
.AnyTagClassName
{
color: #2E1A57;
}
</style>
background-color css
<style>
a { background-color: #2E1A57; }
a { background-color: rgb(46,26,87); }
div.DivClassName
{
background-color: #2E1A57;
}
.BgClassName
{
background-color: #2E1A57;
}
</style>
border-color css
<style>
span { border-color: #2E1A57; }
span { border-color: rgb(46,26,87); }
td.TdClassName
{
border-color: #2E1A57;
}
.TagClassName
{
border-color: #2E1A57;
}
</style>