Shades of Christalle #2E155A
Tints of Christalle #2E155A
RGB
CMYK
RGB Variations
Color information
#2E155A (or 0x2E155A) is known color: Christalle. HEX triplet: 2E, 15 and 5A. RGB value is (46,21,90). Sum of RGB (Red+Green+Blue) = 46+21+90=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E155A is #D1EAA5. Grayscale: #242424. Windows color (decimal): -13757094 or 5903662. OLE color: 5903662.
HSL color Cylindrical-coordinate representation of color #2E155A: hue angle of 261.74º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E155A is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 21 | 90 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.65 |
| HSL | 261.74º | 0.62% | 0.22% | - |
| HSV(B) | 261.74º | 0.77% | 0.35% | - |
| XYZ | 3.24 | 1.86 | 9.86 | - |
| YUV | 36.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 90 | 0.49 | 0.77 | 0 | 0.65 | 261.74 | 0.62 | 0.22 |
| Hex | 2E | 15 | 5A | 31 | 4D | 0 | 41 | 106 | 3E | 16 |
| Octal | 56 | 25 | 132 | 61 | 115 | 0 | 101 | 406 | 76 | 26 |
| Binary | 101110 | 10101 | 1011010 | 110001 | 1001101 | 0 | 1000001 | 100000110 | 111110 | 10110 |
Color Harmonies of #2E155A
Complementary color
Monochromatic Colors of #2E155A
Black with #2E155A
Text Example
Text Example
White with #2E155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E155A; }
p { color: rgb(46,21,90); }
H1.HeaderClassName
{
color: #2E155A;
}
.AnyTagClassName
{
color: #2E155A;
}
</style>
background-color css
<style>
a { background-color: #2E155A; }
a { background-color: rgb(46,21,90); }
div.DivClassName
{
background-color: #2E155A;
}
.BgClassName
{
background-color: #2E155A;
}
</style>
border-color css
<style>
span { border-color: #2E155A; }
span { border-color: rgb(46,21,90); }
td.TdClassName
{
border-color: #2E155A;
}
.TagClassName
{
border-color: #2E155A;
}
</style>