Shades of Christalle #2E065C
Tints of Christalle #2E065C
RGB
CMYK
RGB Variations
Color information
#2E065C (or 0x2E065C) is known color: Christalle. HEX triplet: 2E, 06 and 5C. RGB value is (46,6,92). Sum of RGB (Red+Green+Blue) = 46+6+92=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E065C is #D1F9A3. Grayscale: #1B1B1B. Windows color (decimal): -13760932 or 6030894. OLE color: 6030894.
HSL color Cylindrical-coordinate representation of color #2E065C: hue angle of 267.91º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E065C is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 6 | 92 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.64 |
| HSL | 267.91º | 0.88% | 0.19% | - |
| HSV(B) | 267.91º | 0.93% | 0.36% | - |
| XYZ | 3.12 | 1.48 | 10.25 | - |
| YUV | 27.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 92 | 0.50 | 0.93 | 0 | 0.64 | 267.91 | 0.88 | 0.19 |
| Hex | 2E | 6 | 5C | 32 | 5D | 0 | 40 | 10C | 58 | 13 |
| Octal | 56 | 6 | 134 | 62 | 135 | 0 | 100 | 414 | 130 | 23 |
| Binary | 101110 | 110 | 1011100 | 110010 | 1011101 | 0 | 1000000 | 100001100 | 1011000 | 10011 |
Color Harmonies of #2E065C
Complementary color
Monochromatic Colors of #2E065C
Black with #2E065C
Text Example
Text Example
White with #2E065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E065C; }
p { color: rgb(46,6,92); }
H1.HeaderClassName
{
color: #2E065C;
}
.AnyTagClassName
{
color: #2E065C;
}
</style>
background-color css
<style>
a { background-color: #2E065C; }
a { background-color: rgb(46,6,92); }
div.DivClassName
{
background-color: #2E065C;
}
.BgClassName
{
background-color: #2E065C;
}
</style>
border-color css
<style>
span { border-color: #2E065C; }
span { border-color: rgb(46,6,92); }
td.TdClassName
{
border-color: #2E065C;
}
.TagClassName
{
border-color: #2E065C;
}
</style>