Shades of Christalle #2E1866
Tints of Christalle #2E1866
RGB
CMYK
RGB Variations
Color information
#2E1866 (or 0x2E1866) is known color: Christalle. HEX triplet: 2E, 18 and 66. RGB value is (46,24,102). Sum of RGB (Red+Green+Blue) = 46+24+102=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E1866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1866 is #D1E799. Grayscale: #272727. Windows color (decimal): -13756314 or 6690862. OLE color: 6690862.
HSL color Cylindrical-coordinate representation of color #2E1866: hue angle of 256.92º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E1866 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 24 | 102 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.6 |
| HSL | 256.92º | 0.62% | 0.25% | - |
| HSV(B) | 256.92º | 0.76% | 0.4% | - |
| XYZ | 3.85 | 2.19 | 12.79 | - |
| YUV | 39.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 102 | 0.55 | 0.76 | 0 | 0.6 | 256.92 | 0.62 | 0.25 |
| Hex | 2E | 18 | 66 | 37 | 4C | 0 | 3C | 101 | 3E | 19 |
| Octal | 56 | 30 | 146 | 67 | 114 | 0 | 74 | 401 | 76 | 31 |
| Binary | 101110 | 11000 | 1100110 | 110111 | 1001100 | 0 | 111100 | 100000001 | 111110 | 11001 |
Color Harmonies of #2E1866
Complementary color
Monochromatic Colors of #2E1866
Black with #2E1866
Text Example
Text Example
White with #2E1866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1866; }
p { color: rgb(46,24,102); }
H1.HeaderClassName
{
color: #2E1866;
}
.AnyTagClassName
{
color: #2E1866;
}
</style>
background-color css
<style>
a { background-color: #2E1866; }
a { background-color: rgb(46,24,102); }
div.DivClassName
{
background-color: #2E1866;
}
.BgClassName
{
background-color: #2E1866;
}
</style>
border-color css
<style>
span { border-color: #2E1866; }
span { border-color: rgb(46,24,102); }
td.TdClassName
{
border-color: #2E1866;
}
.TagClassName
{
border-color: #2E1866;
}
</style>