Shades of Christalle #2E015B
Tints of Christalle #2E015B
RGB
CMYK
RGB Variations
Color information
#2E015B (or 0x2E015B) is known color: Christalle. HEX triplet: 2E, 01 and 5B. RGB value is (46,1,91). Sum of RGB (Red+Green+Blue) = 46+1+91=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E015B is #D1FEA4. Grayscale: #181818. Windows color (decimal): -13762213 or 5964078. OLE color: 5964078.
HSL color Cylindrical-coordinate representation of color #2E015B: hue angle of 270º 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 #2E015B is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 1 | 91 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.64 |
| HSL | 270º | 0.98% | 0.18% | - |
| HSV(B) | 270º | 0.99% | 0.36% | - |
| XYZ | 3.03 | 1.36 | 10 | - |
| YUV | 24.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 91 | 0.49 | 0.99 | 0 | 0.64 | 270 | 0.98 | 0.18 |
| Hex | 2E | 1 | 5B | 31 | 63 | 0 | 40 | 10E | 62 | 12 |
| Octal | 56 | 1 | 133 | 61 | 143 | 0 | 100 | 416 | 142 | 22 |
| Binary | 101110 | 1 | 1011011 | 110001 | 1100011 | 0 | 1000000 | 100001110 | 1100010 | 10010 |
Color Harmonies of #2E015B
Complementary color
Monochromatic Colors of #2E015B
Black with #2E015B
Text Example
Text Example
White with #2E015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E015B; }
p { color: rgb(46,1,91); }
H1.HeaderClassName
{
color: #2E015B;
}
.AnyTagClassName
{
color: #2E015B;
}
</style>
background-color css
<style>
a { background-color: #2E015B; }
a { background-color: rgb(46,1,91); }
div.DivClassName
{
background-color: #2E015B;
}
.BgClassName
{
background-color: #2E015B;
}
</style>
border-color css
<style>
span { border-color: #2E015B; }
span { border-color: rgb(46,1,91); }
td.TdClassName
{
border-color: #2E015B;
}
.TagClassName
{
border-color: #2E015B;
}
</style>