Shades of Christalle #2E0955
Tints of Christalle #2E0955
RGB
CMYK
RGB Variations
Color information
#2E0955 (or 0x2E0955) is known color: Christalle. HEX triplet: 2E, 09 and 55. RGB value is (46,9,85). Sum of RGB (Red+Green+Blue) = 46+9+85=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E0955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0955 is #D1F6AA. Grayscale: #1C1C1C. Windows color (decimal): -13760171 or 5572910. OLE color: 5572910.
HSL color Cylindrical-coordinate representation of color #2E0955: hue angle of 269.21º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E0955 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 9 | 85 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.67 |
| HSL | 269.21º | 0.81% | 0.18% | - |
| HSV(B) | 269.21º | 0.89% | 0.33% | - |
| XYZ | 2.86 | 1.43 | 8.72 | - |
| YUV | 28.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 85 | 0.46 | 0.89 | 0 | 0.67 | 269.21 | 0.81 | 0.18 |
| Hex | 2E | 9 | 55 | 2E | 59 | 0 | 43 | 10D | 51 | 12 |
| Octal | 56 | 11 | 125 | 56 | 131 | 0 | 103 | 415 | 121 | 22 |
| Binary | 101110 | 1001 | 1010101 | 101110 | 1011001 | 0 | 1000011 | 100001101 | 1010001 | 10010 |
Color Harmonies of #2E0955
Complementary color
Monochromatic Colors of #2E0955
Black with #2E0955
Text Example
Text Example
White with #2E0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0955; }
p { color: rgb(46,9,85); }
H1.HeaderClassName
{
color: #2E0955;
}
.AnyTagClassName
{
color: #2E0955;
}
</style>
background-color css
<style>
a { background-color: #2E0955; }
a { background-color: rgb(46,9,85); }
div.DivClassName
{
background-color: #2E0955;
}
.BgClassName
{
background-color: #2E0955;
}
</style>
border-color css
<style>
span { border-color: #2E0955; }
span { border-color: rgb(46,9,85); }
td.TdClassName
{
border-color: #2E0955;
}
.TagClassName
{
border-color: #2E0955;
}
</style>