Shades of Christalle #2E095A
Tints of Christalle #2E095A
RGB
CMYK
RGB Variations
Color information
#2E095A (or 0x2E095A) is known color: Christalle. HEX triplet: 2E, 09 and 5A. RGB value is (46,9,90). Sum of RGB (Red+Green+Blue) = 46+9+90=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E095A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E095A is #D1F6A5. Grayscale: #1D1D1D. Windows color (decimal): -13760166 or 5900590. OLE color: 5900590.
HSL color Cylindrical-coordinate representation of color #2E095A: hue angle of 267.41º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E095A is Cyan = 0.49, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 9 | 90 | - |
| CMYK | 0.49 | 0.9 | 0 | 0.65 |
| HSL | 267.41º | 0.82% | 0.19% | - |
| HSV(B) | 267.41º | 0.9% | 0.35% | - |
| XYZ | 3.07 | 1.51 | 9.8 | - |
| YUV | 29.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 90 | 0.49 | 0.9 | 0 | 0.65 | 267.41 | 0.82 | 0.19 |
| Hex | 2E | 9 | 5A | 31 | 5A | 0 | 41 | 10B | 52 | 13 |
| Octal | 56 | 11 | 132 | 61 | 132 | 0 | 101 | 413 | 122 | 23 |
| Binary | 101110 | 1001 | 1011010 | 110001 | 1011010 | 0 | 1000001 | 100001011 | 1010010 | 10011 |
Color Harmonies of #2E095A
Complementary color
Monochromatic Colors of #2E095A
Black with #2E095A
Text Example
Text Example
White with #2E095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E095A; }
p { color: rgb(46,9,90); }
H1.HeaderClassName
{
color: #2E095A;
}
.AnyTagClassName
{
color: #2E095A;
}
</style>
background-color css
<style>
a { background-color: #2E095A; }
a { background-color: rgb(46,9,90); }
div.DivClassName
{
background-color: #2E095A;
}
.BgClassName
{
background-color: #2E095A;
}
</style>
border-color css
<style>
span { border-color: #2E095A; }
span { border-color: rgb(46,9,90); }
td.TdClassName
{
border-color: #2E095A;
}
.TagClassName
{
border-color: #2E095A;
}
</style>