Shades of Christalle #2E1665
Tints of Christalle #2E1665
RGB
CMYK
RGB Variations
Color information
#2E1665 (or 0x2E1665) is known color: Christalle. HEX triplet: 2E, 16 and 65. RGB value is (46,22,101). Sum of RGB (Red+Green+Blue) = 46+22+101=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E1665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1665 is #D1E99A. Grayscale: #252525. Windows color (decimal): -13756827 or 6624814. OLE color: 6624814.
HSL color Cylindrical-coordinate representation of color #2E1665: hue angle of 258.23º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E1665 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 22 | 101 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.60 |
| HSL | 258.23º | 0.64% | 0.24% | - |
| HSV(B) | 258.23º | 0.78% | 0.4% | - |
| XYZ | 3.76 | 2.09 | 12.52 | - |
| YUV | 38.18 | 163.45 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 101 | 0.54 | 0.78 | 0 | 0.60 | 258.23 | 0.64 | 0.24 |
| Hex | 2E | 16 | 65 | 36 | 4E | 0 | 3C | 102 | 40 | 18 |
| Octal | 56 | 26 | 145 | 66 | 116 | 0 | 74 | 402 | 100 | 30 |
| Binary | 101110 | 10110 | 1100101 | 110110 | 1001110 | 0 | 111100 | 100000010 | 1000000 | 11000 |
Color Harmonies of #2E1665
Complementary color
Monochromatic Colors of #2E1665
Black with #2E1665
Text Example
Text Example
White with #2E1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1665; }
p { color: rgb(46,22,101); }
H1.HeaderClassName
{
color: #2E1665;
}
.AnyTagClassName
{
color: #2E1665;
}
</style>
background-color css
<style>
a { background-color: #2E1665; }
a { background-color: rgb(46,22,101); }
div.DivClassName
{
background-color: #2E1665;
}
.BgClassName
{
background-color: #2E1665;
}
</style>
border-color css
<style>
span { border-color: #2E1665; }
span { border-color: rgb(46,22,101); }
td.TdClassName
{
border-color: #2E1665;
}
.TagClassName
{
border-color: #2E1665;
}
</style>