Shades of Christalle #2E195A
Tints of Christalle #2E195A
RGB
CMYK
RGB Variations
Color information
#2E195A (or 0x2E195A) is known color: Christalle. HEX triplet: 2E, 19 and 5A. RGB value is (46,25,90). Sum of RGB (Red+Green+Blue) = 46+25+90=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E195A is #D1E6A5. Grayscale: #262626. Windows color (decimal): -13756070 or 5904686. OLE color: 5904686.
HSL color Cylindrical-coordinate representation of color #2E195A: hue angle of 259.38º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E195A is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 25 | 90 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.65 |
| HSL | 259.38º | 0.57% | 0.23% | - |
| HSV(B) | 259.38º | 0.72% | 0.35% | - |
| XYZ | 3.32 | 2.01 | 9.89 | - |
| YUV | 38.69 | 156.96 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 90 | 0.49 | 0.72 | 0 | 0.65 | 259.38 | 0.57 | 0.23 |
| Hex | 2E | 19 | 5A | 31 | 48 | 0 | 41 | 103 | 39 | 17 |
| Octal | 56 | 31 | 132 | 61 | 110 | 0 | 101 | 403 | 71 | 27 |
| Binary | 101110 | 11001 | 1011010 | 110001 | 1001000 | 0 | 1000001 | 100000011 | 111001 | 10111 |
Color Harmonies of #2E195A
Complementary color
Monochromatic Colors of #2E195A
Black with #2E195A
Text Example
Text Example
White with #2E195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E195A; }
p { color: rgb(46,25,90); }
H1.HeaderClassName
{
color: #2E195A;
}
.AnyTagClassName
{
color: #2E195A;
}
</style>
background-color css
<style>
a { background-color: #2E195A; }
a { background-color: rgb(46,25,90); }
div.DivClassName
{
background-color: #2E195A;
}
.BgClassName
{
background-color: #2E195A;
}
</style>
border-color css
<style>
span { border-color: #2E195A; }
span { border-color: rgb(46,25,90); }
td.TdClassName
{
border-color: #2E195A;
}
.TagClassName
{
border-color: #2E195A;
}
</style>