Shades of Jacksons Purple #2E3895
Tints of Jacksons Purple #2E3895
RGB
CMYK
RGB Variations
Color information
#2E3895 (or 0x2E3895) is known color: Jacksons Purple. HEX triplet: 2E, 38 and 95. RGB value is (46,56,149). Sum of RGB (Red+Green+Blue) = 46+56+149=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E3895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3895 is #D1C76A. Grayscale: #3F3F3F. Windows color (decimal): -13748075 or 9779246. OLE color: 9779246.
HSL color Cylindrical-coordinate representation of color #2E3895: hue angle of 234.17º 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 #2E3895 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 56 | 149 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.42 |
| HSL | 234.17º | 0.53% | 0.38% | - |
| HSV(B) | 234.17º | 0.69% | 0.58% | - |
| XYZ | 7.97 | 5.58 | 29.09 | - |
| YUV | 63.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 149 | 0.69 | 0.62 | 0 | 0.42 | 234.17 | 0.53 | 0.38 |
| Hex | 2E | 38 | 95 | 45 | 3E | 0 | 2A | EA | 35 | 26 |
| Octal | 56 | 70 | 225 | 105 | 76 | 0 | 52 | 352 | 65 | 46 |
| Binary | 101110 | 111000 | 10010101 | 1000101 | 111110 | 0 | 101010 | 11101010 | 110101 | 100110 |
Color Harmonies of #2E3895
Complementary color
Monochromatic Colors of #2E3895
Black with #2E3895
Text Example
Text Example
White with #2E3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3895; }
p { color: rgb(46,56,149); }
H1.HeaderClassName
{
color: #2E3895;
}
.AnyTagClassName
{
color: #2E3895;
}
</style>
background-color css
<style>
a { background-color: #2E3895; }
a { background-color: rgb(46,56,149); }
div.DivClassName
{
background-color: #2E3895;
}
.BgClassName
{
background-color: #2E3895;
}
</style>
border-color css
<style>
span { border-color: #2E3895; }
span { border-color: rgb(46,56,149); }
td.TdClassName
{
border-color: #2E3895;
}
.TagClassName
{
border-color: #2E3895;
}
</style>