Shades of Jacksons Purple #2E2D90
Tints of Jacksons Purple #2E2D90
RGB
CMYK
RGB Variations
Color information
#2E2D90 (or 0x2E2D90) is known color: Jacksons Purple. HEX triplet: 2E, 2D and 90. RGB value is (46,45,144). Sum of RGB (Red+Green+Blue) = 46+45+144=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E2D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2D90 is #D1D26F. Grayscale: #383838. Windows color (decimal): -13750896 or 9448750. OLE color: 9448750.
HSL color Cylindrical-coordinate representation of color #2E2D90: hue angle of 240.61º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E2D90 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 45 | 144 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.44 |
| HSL | 240.61º | 0.52% | 0.37% | - |
| HSV(B) | 240.61º | 0.69% | 0.56% | - |
| XYZ | 7.1 | 4.47 | 26.87 | - |
| YUV | 56.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 144 | 0.68 | 0.69 | 0 | 0.44 | 240.61 | 0.52 | 0.37 |
| Hex | 2E | 2D | 90 | 44 | 45 | 0 | 2C | F1 | 34 | 25 |
| Octal | 56 | 55 | 220 | 104 | 105 | 0 | 54 | 361 | 64 | 45 |
| Binary | 101110 | 101101 | 10010000 | 1000100 | 1000101 | 0 | 101100 | 11110001 | 110100 | 100101 |
Color Harmonies of #2E2D90
Complementary color
Monochromatic Colors of #2E2D90
Black with #2E2D90
Text Example
Text Example
White with #2E2D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D90; }
p { color: rgb(46,45,144); }
H1.HeaderClassName
{
color: #2E2D90;
}
.AnyTagClassName
{
color: #2E2D90;
}
</style>
background-color css
<style>
a { background-color: #2E2D90; }
a { background-color: rgb(46,45,144); }
div.DivClassName
{
background-color: #2E2D90;
}
.BgClassName
{
background-color: #2E2D90;
}
</style>
border-color css
<style>
span { border-color: #2E2D90; }
span { border-color: rgb(46,45,144); }
td.TdClassName
{
border-color: #2E2D90;
}
.TagClassName
{
border-color: #2E2D90;
}
</style>