Shades of Christalle #2E1055
Tints of Christalle #2E1055
RGB
CMYK
RGB Variations
Color information
#2E1055 (or 0x2E1055) is known color: Christalle. HEX triplet: 2E, 10 and 55. RGB value is (46,16,85). Sum of RGB (Red+Green+Blue) = 46+16+85=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E1055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1055 is #D1EFAA. Grayscale: #202020. Windows color (decimal): -13758379 or 5574702. OLE color: 5574702.
HSL color Cylindrical-coordinate representation of color #2E1055: hue angle of 266.09º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E1055 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 16 | 85 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.67 |
| HSL | 266.09º | 0.68% | 0.2% | - |
| HSV(B) | 266.09º | 0.81% | 0.33% | - |
| XYZ | 2.95 | 1.61 | 8.75 | - |
| YUV | 32.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 85 | 0.46 | 0.81 | 0 | 0.67 | 266.09 | 0.68 | 0.2 |
| Hex | 2E | 10 | 55 | 2E | 51 | 0 | 43 | 10A | 44 | 14 |
| Octal | 56 | 20 | 125 | 56 | 121 | 0 | 103 | 412 | 104 | 24 |
| Binary | 101110 | 10000 | 1010101 | 101110 | 1010001 | 0 | 1000011 | 100001010 | 1000100 | 10100 |
Color Harmonies of #2E1055
Complementary color
Monochromatic Colors of #2E1055
Black with #2E1055
Text Example
Text Example
White with #2E1055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1055; }
p { color: rgb(46,16,85); }
H1.HeaderClassName
{
color: #2E1055;
}
.AnyTagClassName
{
color: #2E1055;
}
</style>
background-color css
<style>
a { background-color: #2E1055; }
a { background-color: rgb(46,16,85); }
div.DivClassName
{
background-color: #2E1055;
}
.BgClassName
{
background-color: #2E1055;
}
</style>
border-color css
<style>
span { border-color: #2E1055; }
span { border-color: rgb(46,16,85); }
td.TdClassName
{
border-color: #2E1055;
}
.TagClassName
{
border-color: #2E1055;
}
</style>