Shades of Christalle #2E1964
Tints of Christalle #2E1964
RGB
CMYK
RGB Variations
Color information
#2E1964 (or 0x2E1964) is known color: Christalle. HEX triplet: 2E, 19 and 64. RGB value is (46,25,100). Sum of RGB (Red+Green+Blue) = 46+25+100=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #2E1964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1964 is #D1E69B. Grayscale: #272727. Windows color (decimal): -13756060 or 6560046. OLE color: 6560046.
HSL color Cylindrical-coordinate representation of color #2E1964: hue angle of 256.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E1964 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 25 | 100 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.61 |
| HSL | 256.8º | 0.6% | 0.25% | - |
| HSV(B) | 256.8º | 0.75% | 0.39% | - |
| XYZ | 3.77 | 2.2 | 12.28 | - |
| YUV | 39.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 100 | 0.54 | 0.75 | 0 | 0.61 | 256.8 | 0.6 | 0.25 |
| Hex | 2E | 19 | 64 | 36 | 4B | 0 | 3D | 101 | 3C | 19 |
| Octal | 56 | 31 | 144 | 66 | 113 | 0 | 75 | 401 | 74 | 31 |
| Binary | 101110 | 11001 | 1100100 | 110110 | 1001011 | 0 | 111101 | 100000001 | 111100 | 11001 |
Color Harmonies of #2E1964
Complementary color
Monochromatic Colors of #2E1964
Black with #2E1964
Text Example
Text Example
White with #2E1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1964; }
p { color: rgb(46,25,100); }
H1.HeaderClassName
{
color: #2E1964;
}
.AnyTagClassName
{
color: #2E1964;
}
</style>
background-color css
<style>
a { background-color: #2E1964; }
a { background-color: rgb(46,25,100); }
div.DivClassName
{
background-color: #2E1964;
}
.BgClassName
{
background-color: #2E1964;
}
</style>
border-color css
<style>
span { border-color: #2E1964; }
span { border-color: rgb(46,25,100); }
td.TdClassName
{
border-color: #2E1964;
}
.TagClassName
{
border-color: #2E1964;
}
</style>