Shades of Christalle #2E0F65
Tints of Christalle #2E0F65
RGB
CMYK
RGB Variations
Color information
#2E0F65 (or 0x2E0F65) is known color: Christalle. HEX triplet: 2E, 0F and 65. RGB value is (46,15,101). Sum of RGB (Red+Green+Blue) = 46+15+101=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E0F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0F65 is #D1F09A. Grayscale: #212121. Windows color (decimal): -13758619 or 6623022. OLE color: 6623022.
HSL color Cylindrical-coordinate representation of color #2E0F65: hue angle of 261.63º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E0F65 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 15 | 101 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.60 |
| HSL | 261.63º | 0.74% | 0.23% | - |
| HSV(B) | 261.63º | 0.85% | 0.4% | - |
| XYZ | 3.65 | 1.86 | 12.48 | - |
| YUV | 34.07 | 165.77 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 15 | 101 | 0.54 | 0.85 | 0 | 0.60 | 261.63 | 0.74 | 0.23 |
| Hex | 2E | F | 65 | 36 | 55 | 0 | 3C | 106 | 4A | 17 |
| Octal | 56 | 17 | 145 | 66 | 125 | 0 | 74 | 406 | 112 | 27 |
| Binary | 101110 | 1111 | 1100101 | 110110 | 1010101 | 0 | 111100 | 100000110 | 1001010 | 10111 |
Color Harmonies of #2E0F65
Complementary color
Monochromatic Colors of #2E0F65
Black with #2E0F65
Text Example
Text Example
White with #2E0F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0F65; }
p { color: rgb(46,15,101); }
H1.HeaderClassName
{
color: #2E0F65;
}
.AnyTagClassName
{
color: #2E0F65;
}
</style>
background-color css
<style>
a { background-color: #2E0F65; }
a { background-color: rgb(46,15,101); }
div.DivClassName
{
background-color: #2E0F65;
}
.BgClassName
{
background-color: #2E0F65;
}
</style>
border-color css
<style>
span { border-color: #2E0F65; }
span { border-color: rgb(46,15,101); }
td.TdClassName
{
border-color: #2E0F65;
}
.TagClassName
{
border-color: #2E0F65;
}
</style>