Shades of Christalle #2E1A58
Tints of Christalle #2E1A58
RGB
CMYK
RGB Variations
Color information
#2E1A58 (or 0x2E1A58) is known color: Christalle. HEX triplet: 2E, 1A and 58. RGB value is (46,26,88). Sum of RGB (Red+Green+Blue) = 46+26+88=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E1A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1A58 is #D1E5A7. Grayscale: #262626. Windows color (decimal): -13755816 or 5773870. OLE color: 5773870.
HSL color Cylindrical-coordinate representation of color #2E1A58: hue angle of 259.35º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E1A58 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 26 | 88 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.65 |
| HSL | 259.35º | 0.54% | 0.22% | - |
| HSV(B) | 259.35º | 0.7% | 0.35% | - |
| XYZ | 3.26 | 2.02 | 9.45 | - |
| YUV | 39.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 88 | 0.48 | 0.70 | 0 | 0.65 | 259.35 | 0.54 | 0.22 |
| Hex | 2E | 1A | 58 | 30 | 46 | 0 | 41 | 103 | 36 | 16 |
| Octal | 56 | 32 | 130 | 60 | 106 | 0 | 101 | 403 | 66 | 26 |
| Binary | 101110 | 11010 | 1011000 | 110000 | 1000110 | 0 | 1000001 | 100000011 | 110110 | 10110 |
Color Harmonies of #2E1A58
Complementary color
Monochromatic Colors of #2E1A58
Black with #2E1A58
Text Example
Text Example
White with #2E1A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A58; }
p { color: rgb(46,26,88); }
H1.HeaderClassName
{
color: #2E1A58;
}
.AnyTagClassName
{
color: #2E1A58;
}
</style>
background-color css
<style>
a { background-color: #2E1A58; }
a { background-color: rgb(46,26,88); }
div.DivClassName
{
background-color: #2E1A58;
}
.BgClassName
{
background-color: #2E1A58;
}
</style>
border-color css
<style>
span { border-color: #2E1A58; }
span { border-color: rgb(46,26,88); }
td.TdClassName
{
border-color: #2E1A58;
}
.TagClassName
{
border-color: #2E1A58;
}
</style>