Shades of Christalle #2E1260
Tints of Christalle #2E1260
RGB
CMYK
RGB Variations
Color information
#2E1260 (or 0x2E1260) is known color: Christalle. HEX triplet: 2E, 12 and 60. RGB value is (46,18,96). Sum of RGB (Red+Green+Blue) = 46+18+96=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E1260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1260 is #D1ED9F. Grayscale: #222222. Windows color (decimal): -13757856 or 6296110. OLE color: 6296110.
HSL color Cylindrical-coordinate representation of color #2E1260: hue angle of 261.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E1260 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 18 | 96 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.62 |
| HSL | 261.54º | 0.68% | 0.22% | - |
| HSV(B) | 261.54º | 0.81% | 0.38% | - |
| XYZ | 3.45 | 1.86 | 11.24 | - |
| YUV | 35.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 96 | 0.52 | 0.81 | 0 | 0.62 | 261.54 | 0.68 | 0.22 |
| Hex | 2E | 12 | 60 | 34 | 51 | 0 | 3E | 106 | 44 | 16 |
| Octal | 56 | 22 | 140 | 64 | 121 | 0 | 76 | 406 | 104 | 26 |
| Binary | 101110 | 10010 | 1100000 | 110100 | 1010001 | 0 | 111110 | 100000110 | 1000100 | 10110 |
Color Harmonies of #2E1260
Complementary color
Monochromatic Colors of #2E1260
Black with #2E1260
Text Example
Text Example
White with #2E1260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1260; }
p { color: rgb(46,18,96); }
H1.HeaderClassName
{
color: #2E1260;
}
.AnyTagClassName
{
color: #2E1260;
}
</style>
background-color css
<style>
a { background-color: #2E1260; }
a { background-color: rgb(46,18,96); }
div.DivClassName
{
background-color: #2E1260;
}
.BgClassName
{
background-color: #2E1260;
}
</style>
border-color css
<style>
span { border-color: #2E1260; }
span { border-color: rgb(46,18,96); }
td.TdClassName
{
border-color: #2E1260;
}
.TagClassName
{
border-color: #2E1260;
}
</style>