Shades of Jacksons Purple #2E3695
Tints of Jacksons Purple #2E3695
RGB
CMYK
RGB Variations
Color information
#2E3695 (or 0x2E3695) is known color: Jacksons Purple. HEX triplet: 2E, 36 and 95. RGB value is (46,54,149). Sum of RGB (Red+Green+Blue) = 46+54+149=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E3695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3695 is #D1C96A. Grayscale: #3E3E3E. Windows color (decimal): -13748587 or 9778734. OLE color: 9778734.
HSL color Cylindrical-coordinate representation of color #2E3695: hue angle of 235.34º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E3695 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 54 | 149 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.42 |
| HSL | 235.34º | 0.53% | 0.38% | - |
| HSV(B) | 235.34º | 0.69% | 0.58% | - |
| XYZ | 7.87 | 5.39 | 29.06 | - |
| YUV | 62.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 149 | 0.69 | 0.64 | 0 | 0.42 | 235.34 | 0.53 | 0.38 |
| Hex | 2E | 36 | 95 | 45 | 40 | 0 | 2A | EB | 35 | 26 |
| Octal | 56 | 66 | 225 | 105 | 100 | 0 | 52 | 353 | 65 | 46 |
| Binary | 101110 | 110110 | 10010101 | 1000101 | 1000000 | 0 | 101010 | 11101011 | 110101 | 100110 |
Color Harmonies of #2E3695
Complementary color
Monochromatic Colors of #2E3695
Black with #2E3695
Text Example
Text Example
White with #2E3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3695; }
p { color: rgb(46,54,149); }
H1.HeaderClassName
{
color: #2E3695;
}
.AnyTagClassName
{
color: #2E3695;
}
</style>
background-color css
<style>
a { background-color: #2E3695; }
a { background-color: rgb(46,54,149); }
div.DivClassName
{
background-color: #2E3695;
}
.BgClassName
{
background-color: #2E3695;
}
</style>
border-color css
<style>
span { border-color: #2E3695; }
span { border-color: rgb(46,54,149); }
td.TdClassName
{
border-color: #2E3695;
}
.TagClassName
{
border-color: #2E3695;
}
</style>