Shades of Christalle #2E095C
Tints of Christalle #2E095C
RGB
CMYK
RGB Variations
Color information
#2E095C (or 0x2E095C) is known color: Christalle. HEX triplet: 2E, 09 and 5C. RGB value is (46,9,92). Sum of RGB (Red+Green+Blue) = 46+9+92=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E095C is #D1F6A3. Grayscale: #1D1D1D. Windows color (decimal): -13760164 or 6031662. OLE color: 6031662.
HSL color Cylindrical-coordinate representation of color #2E095C: hue angle of 266.75º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E095C is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 9 | 92 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.64 |
| HSL | 266.75º | 0.82% | 0.2% | - |
| HSV(B) | 266.75º | 0.9% | 0.36% | - |
| XYZ | 3.16 | 1.55 | 10.26 | - |
| YUV | 29.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 92 | 0.50 | 0.90 | 0 | 0.64 | 266.75 | 0.82 | 0.2 |
| Hex | 2E | 9 | 5C | 32 | 5A | 0 | 40 | 10B | 52 | 14 |
| Octal | 56 | 11 | 134 | 62 | 132 | 0 | 100 | 413 | 122 | 24 |
| Binary | 101110 | 1001 | 1011100 | 110010 | 1011010 | 0 | 1000000 | 100001011 | 1010010 | 10100 |
Color Harmonies of #2E095C
Complementary color
Monochromatic Colors of #2E095C
Black with #2E095C
Text Example
Text Example
White with #2E095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E095C; }
p { color: rgb(46,9,92); }
H1.HeaderClassName
{
color: #2E095C;
}
.AnyTagClassName
{
color: #2E095C;
}
</style>
background-color css
<style>
a { background-color: #2E095C; }
a { background-color: rgb(46,9,92); }
div.DivClassName
{
background-color: #2E095C;
}
.BgClassName
{
background-color: #2E095C;
}
</style>
border-color css
<style>
span { border-color: #2E095C; }
span { border-color: rgb(46,9,92); }
td.TdClassName
{
border-color: #2E095C;
}
.TagClassName
{
border-color: #2E095C;
}
</style>