Shades of Christalle #2E1A65
Tints of Christalle #2E1A65
RGB
CMYK
RGB Variations
Color information
#2E1A65 (or 0x2E1A65) is known color: Christalle. HEX triplet: 2E, 1A and 65. RGB value is (46,26,101). Sum of RGB (Red+Green+Blue) = 46+26+101=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E1A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1A65 is #D1E59A. Grayscale: #282828. Windows color (decimal): -13755803 or 6625838. OLE color: 6625838.
HSL color Cylindrical-coordinate representation of color #2E1A65: hue angle of 256º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E1A65 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 26 | 101 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.60 |
| HSL | 256º | 0.59% | 0.25% | - |
| HSV(B) | 256º | 0.74% | 0.4% | - |
| XYZ | 3.85 | 2.26 | 12.55 | - |
| YUV | 40.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 101 | 0.54 | 0.74 | 0 | 0.60 | 256 | 0.59 | 0.25 |
| Hex | 2E | 1A | 65 | 36 | 4A | 0 | 3C | 100 | 3B | 19 |
| Octal | 56 | 32 | 145 | 66 | 112 | 0 | 74 | 400 | 73 | 31 |
| Binary | 101110 | 11010 | 1100101 | 110110 | 1001010 | 0 | 111100 | 100000000 | 111011 | 11001 |
Color Harmonies of #2E1A65
Complementary color
Monochromatic Colors of #2E1A65
Black with #2E1A65
Text Example
Text Example
White with #2E1A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A65; }
p { color: rgb(46,26,101); }
H1.HeaderClassName
{
color: #2E1A65;
}
.AnyTagClassName
{
color: #2E1A65;
}
</style>
background-color css
<style>
a { background-color: #2E1A65; }
a { background-color: rgb(46,26,101); }
div.DivClassName
{
background-color: #2E1A65;
}
.BgClassName
{
background-color: #2E1A65;
}
</style>
border-color css
<style>
span { border-color: #2E1A65; }
span { border-color: rgb(46,26,101); }
td.TdClassName
{
border-color: #2E1A65;
}
.TagClassName
{
border-color: #2E1A65;
}
</style>