Shades of Christalle #2E1658
Tints of Christalle #2E1658
RGB
CMYK
RGB Variations
Color information
#2E1658 (or 0x2E1658) is known color: Christalle. HEX triplet: 2E, 16 and 58. RGB value is (46,22,88). Sum of RGB (Red+Green+Blue) = 46+22+88=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E1658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1658 is #D1E9A7. Grayscale: #242424. Windows color (decimal): -13756840 or 5772846. OLE color: 5772846.
HSL color Cylindrical-coordinate representation of color #2E1658: hue angle of 261.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E1658 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 22 | 88 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.65 |
| HSL | 261.82º | 0.6% | 0.22% | - |
| HSV(B) | 261.82º | 0.75% | 0.35% | - |
| XYZ | 3.18 | 1.86 | 9.42 | - |
| YUV | 36.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 88 | 0.48 | 0.75 | 0 | 0.65 | 261.82 | 0.6 | 0.22 |
| Hex | 2E | 16 | 58 | 30 | 4B | 0 | 41 | 106 | 3C | 16 |
| Octal | 56 | 26 | 130 | 60 | 113 | 0 | 101 | 406 | 74 | 26 |
| Binary | 101110 | 10110 | 1011000 | 110000 | 1001011 | 0 | 1000001 | 100000110 | 111100 | 10110 |
Color Harmonies of #2E1658
Complementary color
Monochromatic Colors of #2E1658
Black with #2E1658
Text Example
Text Example
White with #2E1658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1658; }
p { color: rgb(46,22,88); }
H1.HeaderClassName
{
color: #2E1658;
}
.AnyTagClassName
{
color: #2E1658;
}
</style>
background-color css
<style>
a { background-color: #2E1658; }
a { background-color: rgb(46,22,88); }
div.DivClassName
{
background-color: #2E1658;
}
.BgClassName
{
background-color: #2E1658;
}
</style>
border-color css
<style>
span { border-color: #2E1658; }
span { border-color: rgb(46,22,88); }
td.TdClassName
{
border-color: #2E1658;
}
.TagClassName
{
border-color: #2E1658;
}
</style>