Shades of Christalle #2E085B
Tints of Christalle #2E085B
RGB
CMYK
RGB Variations
Color information
#2E085B (or 0x2E085B) is known color: Christalle. HEX triplet: 2E, 08 and 5B. RGB value is (46,8,91). Sum of RGB (Red+Green+Blue) = 46+8+91=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E085B is #D1F7A4. Grayscale: #1C1C1C. Windows color (decimal): -13760421 or 5965870. OLE color: 5965870.
HSL color Cylindrical-coordinate representation of color #2E085B: hue angle of 267.47º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E085B is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 8 | 91 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.64 |
| HSL | 267.47º | 0.84% | 0.19% | - |
| HSV(B) | 267.47º | 0.91% | 0.36% | - |
| XYZ | 3.1 | 1.51 | 10.03 | - |
| YUV | 28.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 91 | 0.49 | 0.91 | 0 | 0.64 | 267.47 | 0.84 | 0.19 |
| Hex | 2E | 8 | 5B | 31 | 5B | 0 | 40 | 10B | 54 | 13 |
| Octal | 56 | 10 | 133 | 61 | 133 | 0 | 100 | 413 | 124 | 23 |
| Binary | 101110 | 1000 | 1011011 | 110001 | 1011011 | 0 | 1000000 | 100001011 | 1010100 | 10011 |
Color Harmonies of #2E085B
Complementary color
Monochromatic Colors of #2E085B
Black with #2E085B
Text Example
Text Example
White with #2E085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E085B; }
p { color: rgb(46,8,91); }
H1.HeaderClassName
{
color: #2E085B;
}
.AnyTagClassName
{
color: #2E085B;
}
</style>
background-color css
<style>
a { background-color: #2E085B; }
a { background-color: rgb(46,8,91); }
div.DivClassName
{
background-color: #2E085B;
}
.BgClassName
{
background-color: #2E085B;
}
</style>
border-color css
<style>
span { border-color: #2E085B; }
span { border-color: rgb(46,8,91); }
td.TdClassName
{
border-color: #2E085B;
}
.TagClassName
{
border-color: #2E085B;
}
</style>