Shades of Christalle #2E085A
Tints of Christalle #2E085A
RGB
CMYK
RGB Variations
Color information
#2E085A (or 0x2E085A) is known color: Christalle. HEX triplet: 2E, 08 and 5A. RGB value is (46,8,90). Sum of RGB (Red+Green+Blue) = 46+8+90=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E085A is #D1F7A5. Grayscale: #1C1C1C. Windows color (decimal): -13760422 or 5900334. OLE color: 5900334.
HSL color Cylindrical-coordinate representation of color #2E085A: hue angle of 267.8º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E085A is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 8 | 90 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.65 |
| HSL | 267.8º | 0.84% | 0.19% | - |
| HSV(B) | 267.8º | 0.91% | 0.35% | - |
| XYZ | 3.06 | 1.49 | 9.8 | - |
| YUV | 28.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 90 | 0.49 | 0.91 | 0 | 0.65 | 267.8 | 0.84 | 0.19 |
| Hex | 2E | 8 | 5A | 31 | 5B | 0 | 41 | 10C | 54 | 13 |
| Octal | 56 | 10 | 132 | 61 | 133 | 0 | 101 | 414 | 124 | 23 |
| Binary | 101110 | 1000 | 1011010 | 110001 | 1011011 | 0 | 1000001 | 100001100 | 1010100 | 10011 |
Color Harmonies of #2E085A
Complementary color
Monochromatic Colors of #2E085A
Black with #2E085A
Text Example
Text Example
White with #2E085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E085A; }
p { color: rgb(46,8,90); }
H1.HeaderClassName
{
color: #2E085A;
}
.AnyTagClassName
{
color: #2E085A;
}
</style>
background-color css
<style>
a { background-color: #2E085A; }
a { background-color: rgb(46,8,90); }
div.DivClassName
{
background-color: #2E085A;
}
.BgClassName
{
background-color: #2E085A;
}
</style>
border-color css
<style>
span { border-color: #2E085A; }
span { border-color: rgb(46,8,90); }
td.TdClassName
{
border-color: #2E085A;
}
.TagClassName
{
border-color: #2E085A;
}
</style>