Shades of Christalle #2E055A
Tints of Christalle #2E055A
RGB
CMYK
RGB Variations
Color information
#2E055A (or 0x2E055A) is known color: Christalle. HEX triplet: 2E, 05 and 5A. RGB value is (46,5,90). Sum of RGB (Red+Green+Blue) = 46+5+90=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E055A is #D1FAA5. Grayscale: #1A1A1A. Windows color (decimal): -13761190 or 5899566. OLE color: 5899566.
HSL color Cylindrical-coordinate representation of color #2E055A: hue angle of 268.94º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E055A is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 5 | 90 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.65 |
| HSL | 268.94º | 0.89% | 0.19% | - |
| HSV(B) | 268.94º | 0.94% | 0.35% | - |
| XYZ | 3.03 | 1.43 | 9.79 | - |
| YUV | 26.95 | 163.58 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 90 | 0.49 | 0.94 | 0 | 0.65 | 268.94 | 0.89 | 0.19 |
| Hex | 2E | 5 | 5A | 31 | 5E | 0 | 41 | 10D | 59 | 13 |
| Octal | 56 | 5 | 132 | 61 | 136 | 0 | 101 | 415 | 131 | 23 |
| Binary | 101110 | 101 | 1011010 | 110001 | 1011110 | 0 | 1000001 | 100001101 | 1011001 | 10011 |
Color Harmonies of #2E055A
Complementary color
Monochromatic Colors of #2E055A
Black with #2E055A
Text Example
Text Example
White with #2E055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E055A; }
p { color: rgb(46,5,90); }
H1.HeaderClassName
{
color: #2E055A;
}
.AnyTagClassName
{
color: #2E055A;
}
</style>
background-color css
<style>
a { background-color: #2E055A; }
a { background-color: rgb(46,5,90); }
div.DivClassName
{
background-color: #2E055A;
}
.BgClassName
{
background-color: #2E055A;
}
</style>
border-color css
<style>
span { border-color: #2E055A; }
span { border-color: rgb(46,5,90); }
td.TdClassName
{
border-color: #2E055A;
}
.TagClassName
{
border-color: #2E055A;
}
</style>