Shades of Christalle #2E045A
Tints of Christalle #2E045A
RGB
CMYK
RGB Variations
Color information
#2E045A (or 0x2E045A) is known color: Christalle. HEX triplet: 2E, 04 and 5A. RGB value is (46,4,90). Sum of RGB (Red+Green+Blue) = 46+4+90=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E045A is #D1FBA5. Grayscale: #1A1A1A. Windows color (decimal): -13761446 or 5899310. OLE color: 5899310.
HSL color Cylindrical-coordinate representation of color #2E045A: hue angle of 269.3º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E045A is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 4 | 90 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.65 |
| HSL | 269.3º | 0.91% | 0.18% | - |
| HSV(B) | 269.3º | 0.96% | 0.35% | - |
| XYZ | 3.02 | 1.41 | 9.79 | - |
| YUV | 26.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 90 | 0.49 | 0.96 | 0 | 0.65 | 269.3 | 0.91 | 0.18 |
| Hex | 2E | 4 | 5A | 31 | 60 | 0 | 41 | 10D | 5B | 12 |
| Octal | 56 | 4 | 132 | 61 | 140 | 0 | 101 | 415 | 133 | 22 |
| Binary | 101110 | 100 | 1011010 | 110001 | 1100000 | 0 | 1000001 | 100001101 | 1011011 | 10010 |
Color Harmonies of #2E045A
Complementary color
Monochromatic Colors of #2E045A
Black with #2E045A
Text Example
Text Example
White with #2E045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E045A; }
p { color: rgb(46,4,90); }
H1.HeaderClassName
{
color: #2E045A;
}
.AnyTagClassName
{
color: #2E045A;
}
</style>
background-color css
<style>
a { background-color: #2E045A; }
a { background-color: rgb(46,4,90); }
div.DivClassName
{
background-color: #2E045A;
}
.BgClassName
{
background-color: #2E045A;
}
</style>
border-color css
<style>
span { border-color: #2E045A; }
span { border-color: rgb(46,4,90); }
td.TdClassName
{
border-color: #2E045A;
}
.TagClassName
{
border-color: #2E045A;
}
</style>