Shades of Christalle #2E0E5A
Tints of Christalle #2E0E5A
RGB
CMYK
RGB Variations
Color information
#2E0E5A (or 0x2E0E5A) is known color: Christalle. HEX triplet: 2E, 0E and 5A. RGB value is (46,14,90). Sum of RGB (Red+Green+Blue) = 46+14+90=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E0E5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0E5A is #D1F1A5. Grayscale: #1F1F1F. Windows color (decimal): -13758886 or 5901870. OLE color: 5901870.
HSL color Cylindrical-coordinate representation of color #2E0E5A: hue angle of 265.26º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E0E5A is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 14 | 90 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.65 |
| HSL | 265.26º | 0.73% | 0.2% | - |
| HSV(B) | 265.26º | 0.84% | 0.35% | - |
| XYZ | 3.13 | 1.63 | 9.82 | - |
| YUV | 32.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 14 | 90 | 0.49 | 0.84 | 0 | 0.65 | 265.26 | 0.73 | 0.2 |
| Hex | 2E | E | 5A | 31 | 54 | 0 | 41 | 109 | 49 | 14 |
| Octal | 56 | 16 | 132 | 61 | 124 | 0 | 101 | 411 | 111 | 24 |
| Binary | 101110 | 1110 | 1011010 | 110001 | 1010100 | 0 | 1000001 | 100001001 | 1001001 | 10100 |
Color Harmonies of #2E0E5A
Complementary color
Monochromatic Colors of #2E0E5A
Black with #2E0E5A
Text Example
Text Example
White with #2E0E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0E5A; }
p { color: rgb(46,14,90); }
H1.HeaderClassName
{
color: #2E0E5A;
}
.AnyTagClassName
{
color: #2E0E5A;
}
</style>
background-color css
<style>
a { background-color: #2E0E5A; }
a { background-color: rgb(46,14,90); }
div.DivClassName
{
background-color: #2E0E5A;
}
.BgClassName
{
background-color: #2E0E5A;
}
</style>
border-color css
<style>
span { border-color: #2E0E5A; }
span { border-color: rgb(46,14,90); }
td.TdClassName
{
border-color: #2E0E5A;
}
.TagClassName
{
border-color: #2E0E5A;
}
</style>