Shades of Jacksons Purple #2E2D91
Tints of Jacksons Purple #2E2D91
RGB
CMYK
RGB Variations
Color information
#2E2D91 (or 0x2E2D91) is known color: Jacksons Purple. HEX triplet: 2E, 2D and 91. RGB value is (46,45,145). Sum of RGB (Red+Green+Blue) = 46+45+145=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E2D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2D91 is #D1D26E. Grayscale: #383838. Windows color (decimal): -13750895 or 9514286. OLE color: 9514286.
HSL color Cylindrical-coordinate representation of color #2E2D91: hue angle of 240.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E2D91 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 45 | 145 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.43 |
| HSL | 240.6º | 0.53% | 0.37% | - |
| HSV(B) | 240.6º | 0.69% | 0.57% | - |
| XYZ | 7.18 | 4.5 | 27.28 | - |
| YUV | 56.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 145 | 0.68 | 0.69 | 0 | 0.43 | 240.6 | 0.53 | 0.37 |
| Hex | 2E | 2D | 91 | 44 | 45 | 0 | 2B | F1 | 35 | 25 |
| Octal | 56 | 55 | 221 | 104 | 105 | 0 | 53 | 361 | 65 | 45 |
| Binary | 101110 | 101101 | 10010001 | 1000100 | 1000101 | 0 | 101011 | 11110001 | 110101 | 100101 |
Color Harmonies of #2E2D91
Complementary color
Monochromatic Colors of #2E2D91
Black with #2E2D91
Text Example
Text Example
White with #2E2D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D91; }
p { color: rgb(46,45,145); }
H1.HeaderClassName
{
color: #2E2D91;
}
.AnyTagClassName
{
color: #2E2D91;
}
</style>
background-color css
<style>
a { background-color: #2E2D91; }
a { background-color: rgb(46,45,145); }
div.DivClassName
{
background-color: #2E2D91;
}
.BgClassName
{
background-color: #2E2D91;
}
</style>
border-color css
<style>
span { border-color: #2E2D91; }
span { border-color: rgb(46,45,145); }
td.TdClassName
{
border-color: #2E2D91;
}
.TagClassName
{
border-color: #2E2D91;
}
</style>