Shades of Christalle #2E015D
Tints of Christalle #2E015D
RGB
CMYK
RGB Variations
Color information
#2E015D (or 0x2E015D) is known color: Christalle. HEX triplet: 2E, 01 and 5D. RGB value is (46,1,93). Sum of RGB (Red+Green+Blue) = 46+1+93=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E015D is #D1FEA2. Grayscale: #181818. Windows color (decimal): -13762211 or 6095150. OLE color: 6095150.
HSL color Cylindrical-coordinate representation of color #2E015D: hue angle of 269.35º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E015D is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 1 | 93 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.64 |
| HSL | 269.35º | 0.98% | 0.18% | - |
| HSV(B) | 269.35º | 0.99% | 0.36% | - |
| XYZ | 3.11 | 1.39 | 10.46 | - |
| YUV | 24.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 93 | 0.51 | 0.99 | 0 | 0.64 | 269.35 | 0.98 | 0.18 |
| Hex | 2E | 1 | 5D | 33 | 63 | 0 | 40 | 10D | 62 | 12 |
| Octal | 56 | 1 | 135 | 63 | 143 | 0 | 100 | 415 | 142 | 22 |
| Binary | 101110 | 1 | 1011101 | 110011 | 1100011 | 0 | 1000000 | 100001101 | 1100010 | 10010 |
Color Harmonies of #2E015D
Complementary color
Monochromatic Colors of #2E015D
Black with #2E015D
Text Example
Text Example
White with #2E015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E015D; }
p { color: rgb(46,1,93); }
H1.HeaderClassName
{
color: #2E015D;
}
.AnyTagClassName
{
color: #2E015D;
}
</style>
background-color css
<style>
a { background-color: #2E015D; }
a { background-color: rgb(46,1,93); }
div.DivClassName
{
background-color: #2E015D;
}
.BgClassName
{
background-color: #2E015D;
}
</style>
border-color css
<style>
span { border-color: #2E015D; }
span { border-color: rgb(46,1,93); }
td.TdClassName
{
border-color: #2E015D;
}
.TagClassName
{
border-color: #2E015D;
}
</style>