Shades of Christalle #2E185D
Tints of Christalle #2E185D
RGB
CMYK
RGB Variations
Color information
#2E185D (or 0x2E185D) is known color: Christalle. HEX triplet: 2E, 18 and 5D. RGB value is (46,24,93). Sum of RGB (Red+Green+Blue) = 46+24+93=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E185D is #D1E7A2. Grayscale: #262626. Windows color (decimal): -13756323 or 6101038. OLE color: 6101038.
HSL color Cylindrical-coordinate representation of color #2E185D: hue angle of 259.13º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E185D is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 24 | 93 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.64 |
| HSL | 259.13º | 0.59% | 0.23% | - |
| HSV(B) | 259.13º | 0.74% | 0.36% | - |
| XYZ | 3.43 | 2.02 | 10.57 | - |
| YUV | 38.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 93 | 0.51 | 0.74 | 0 | 0.64 | 259.13 | 0.59 | 0.23 |
| Hex | 2E | 18 | 5D | 33 | 4A | 0 | 40 | 103 | 3B | 17 |
| Octal | 56 | 30 | 135 | 63 | 112 | 0 | 100 | 403 | 73 | 27 |
| Binary | 101110 | 11000 | 1011101 | 110011 | 1001010 | 0 | 1000000 | 100000011 | 111011 | 10111 |
Color Harmonies of #2E185D
Complementary color
Monochromatic Colors of #2E185D
Black with #2E185D
Text Example
Text Example
White with #2E185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E185D; }
p { color: rgb(46,24,93); }
H1.HeaderClassName
{
color: #2E185D;
}
.AnyTagClassName
{
color: #2E185D;
}
</style>
background-color css
<style>
a { background-color: #2E185D; }
a { background-color: rgb(46,24,93); }
div.DivClassName
{
background-color: #2E185D;
}
.BgClassName
{
background-color: #2E185D;
}
</style>
border-color css
<style>
span { border-color: #2E185D; }
span { border-color: rgb(46,24,93); }
td.TdClassName
{
border-color: #2E185D;
}
.TagClassName
{
border-color: #2E185D;
}
</style>