Shades of Christalle #2E1A59
Tints of Christalle #2E1A59
RGB
CMYK
RGB Variations
Color information
#2E1A59 (or 0x2E1A59) is known color: Christalle. HEX triplet: 2E, 1A and 59. RGB value is (46,26,89). Sum of RGB (Red+Green+Blue) = 46+26+89=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E1A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1A59 is #D1E5A6. Grayscale: #262626. Windows color (decimal): -13755815 or 5839406. OLE color: 5839406.
HSL color Cylindrical-coordinate representation of color #2E1A59: hue angle of 259.05º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E1A59 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 26 | 89 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.65 |
| HSL | 259.05º | 0.55% | 0.23% | - |
| HSV(B) | 259.05º | 0.71% | 0.35% | - |
| XYZ | 3.3 | 2.04 | 9.67 | - |
| YUV | 39.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 89 | 0.48 | 0.71 | 0 | 0.65 | 259.05 | 0.55 | 0.23 |
| Hex | 2E | 1A | 59 | 30 | 47 | 0 | 41 | 103 | 37 | 17 |
| Octal | 56 | 32 | 131 | 60 | 107 | 0 | 101 | 403 | 67 | 27 |
| Binary | 101110 | 11010 | 1011001 | 110000 | 1000111 | 0 | 1000001 | 100000011 | 110111 | 10111 |
Color Harmonies of #2E1A59
Complementary color
Monochromatic Colors of #2E1A59
Black with #2E1A59
Text Example
Text Example
White with #2E1A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A59; }
p { color: rgb(46,26,89); }
H1.HeaderClassName
{
color: #2E1A59;
}
.AnyTagClassName
{
color: #2E1A59;
}
</style>
background-color css
<style>
a { background-color: #2E1A59; }
a { background-color: rgb(46,26,89); }
div.DivClassName
{
background-color: #2E1A59;
}
.BgClassName
{
background-color: #2E1A59;
}
</style>
border-color css
<style>
span { border-color: #2E1A59; }
span { border-color: rgb(46,26,89); }
td.TdClassName
{
border-color: #2E1A59;
}
.TagClassName
{
border-color: #2E1A59;
}
</style>