Shades of Jacksons Purple #2E2B84
Tints of Jacksons Purple #2E2B84
RGB
CMYK
RGB Variations
Color information
#2E2B84 (or 0x2E2B84) is known color: Jacksons Purple. HEX triplet: 2E, 2B and 84. RGB value is (46,43,132). Sum of RGB (Red+Green+Blue) = 46+43+132=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E2B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2B84 is #D1D47B. Grayscale: #353535. Windows color (decimal): -13751420 or 8661806. OLE color: 8661806.
HSL color Cylindrical-coordinate representation of color #2E2B84: hue angle of 242.02º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E2B84 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 43 | 132 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.48 |
| HSL | 242.02º | 0.51% | 0.34% | - |
| HSV(B) | 242.02º | 0.67% | 0.52% | - |
| XYZ | 6.16 | 3.97 | 22.27 | - |
| YUV | 54.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 132 | 0.65 | 0.67 | 0 | 0.48 | 242.02 | 0.51 | 0.34 |
| Hex | 2E | 2B | 84 | 41 | 43 | 0 | 30 | F2 | 33 | 22 |
| Octal | 56 | 53 | 204 | 101 | 103 | 0 | 60 | 362 | 63 | 42 |
| Binary | 101110 | 101011 | 10000100 | 1000001 | 1000011 | 0 | 110000 | 11110010 | 110011 | 100010 |
Color Harmonies of #2E2B84
Complementary color
Monochromatic Colors of #2E2B84
Black with #2E2B84
Text Example
Text Example
White with #2E2B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B84; }
p { color: rgb(46,43,132); }
H1.HeaderClassName
{
color: #2E2B84;
}
.AnyTagClassName
{
color: #2E2B84;
}
</style>
background-color css
<style>
a { background-color: #2E2B84; }
a { background-color: rgb(46,43,132); }
div.DivClassName
{
background-color: #2E2B84;
}
.BgClassName
{
background-color: #2E2B84;
}
</style>
border-color css
<style>
span { border-color: #2E2B84; }
span { border-color: rgb(46,43,132); }
td.TdClassName
{
border-color: #2E2B84;
}
.TagClassName
{
border-color: #2E2B84;
}
</style>