Shades of Jacksons Purple #2E338D
Tints of Jacksons Purple #2E338D
RGB
CMYK
RGB Variations
Color information
#2E338D (or 0x2E338D) is known color: Jacksons Purple. HEX triplet: 2E, 33 and 8D. RGB value is (46,51,141). Sum of RGB (Red+Green+Blue) = 46+51+141=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E338D is #D1CC72. Grayscale: #3B3B3B. Windows color (decimal): -13749363 or 9253678. OLE color: 9253678.
HSL color Cylindrical-coordinate representation of color #2E338D: hue angle of 236.84º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E338D is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 51 | 141 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.45 |
| HSL | 236.84º | 0.51% | 0.37% | - |
| HSV(B) | 236.84º | 0.67% | 0.55% | - |
| XYZ | 7.12 | 4.87 | 25.76 | - |
| YUV | 59.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 141 | 0.67 | 0.64 | 0 | 0.45 | 236.84 | 0.51 | 0.37 |
| Hex | 2E | 33 | 8D | 43 | 40 | 0 | 2D | ED | 33 | 25 |
| Octal | 56 | 63 | 215 | 103 | 100 | 0 | 55 | 355 | 63 | 45 |
| Binary | 101110 | 110011 | 10001101 | 1000011 | 1000000 | 0 | 101101 | 11101101 | 110011 | 100101 |
Color Harmonies of #2E338D
Complementary color
Monochromatic Colors of #2E338D
Black with #2E338D
Text Example
Text Example
White with #2E338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E338D; }
p { color: rgb(46,51,141); }
H1.HeaderClassName
{
color: #2E338D;
}
.AnyTagClassName
{
color: #2E338D;
}
</style>
background-color css
<style>
a { background-color: #2E338D; }
a { background-color: rgb(46,51,141); }
div.DivClassName
{
background-color: #2E338D;
}
.BgClassName
{
background-color: #2E338D;
}
</style>
border-color css
<style>
span { border-color: #2E338D; }
span { border-color: rgb(46,51,141); }
td.TdClassName
{
border-color: #2E338D;
}
.TagClassName
{
border-color: #2E338D;
}
</style>