Shades of Christalle #2E035C
Tints of Christalle #2E035C
RGB
CMYK
RGB Variations
Color information
#2E035C (or 0x2E035C) is known color: Christalle. HEX triplet: 2E, 03 and 5C. RGB value is (46,3,92). Sum of RGB (Red+Green+Blue) = 46+3+92=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E035C is #D1FCA3. Grayscale: #191919. Windows color (decimal): -13761700 or 6030126. OLE color: 6030126.
HSL color Cylindrical-coordinate representation of color #2E035C: hue angle of 268.99º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E035C is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 3 | 92 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.64 |
| HSL | 268.99º | 0.94% | 0.19% | - |
| HSV(B) | 268.99º | 0.97% | 0.36% | - |
| XYZ | 3.09 | 1.42 | 10.24 | - |
| YUV | 26 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 92 | 0.50 | 0.97 | 0 | 0.64 | 268.99 | 0.94 | 0.19 |
| Hex | 2E | 3 | 5C | 32 | 61 | 0 | 40 | 10D | 5E | 13 |
| Octal | 56 | 3 | 134 | 62 | 141 | 0 | 100 | 415 | 136 | 23 |
| Binary | 101110 | 11 | 1011100 | 110010 | 1100001 | 0 | 1000000 | 100001101 | 1011110 | 10011 |
Color Harmonies of #2E035C
Complementary color
Monochromatic Colors of #2E035C
Black with #2E035C
Text Example
Text Example
White with #2E035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E035C; }
p { color: rgb(46,3,92); }
H1.HeaderClassName
{
color: #2E035C;
}
.AnyTagClassName
{
color: #2E035C;
}
</style>
background-color css
<style>
a { background-color: #2E035C; }
a { background-color: rgb(46,3,92); }
div.DivClassName
{
background-color: #2E035C;
}
.BgClassName
{
background-color: #2E035C;
}
</style>
border-color css
<style>
span { border-color: #2E035C; }
span { border-color: rgb(46,3,92); }
td.TdClassName
{
border-color: #2E035C;
}
.TagClassName
{
border-color: #2E035C;
}
</style>