Shades of Jacksons Purple #2E2D93
Tints of Jacksons Purple #2E2D93
RGB
CMYK
RGB Variations
Color information
#2E2D93 (or 0x2E2D93) is known color: Jacksons Purple. HEX triplet: 2E, 2D and 93. RGB value is (46,45,147). Sum of RGB (Red+Green+Blue) = 46+45+147=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E2D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2D93 is #D1D26C. Grayscale: #383838. Windows color (decimal): -13750893 or 9645358. OLE color: 9645358.
HSL color Cylindrical-coordinate representation of color #2E2D93: hue angle of 240.59º 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 #2E2D93 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 45 | 147 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.42 |
| HSL | 240.59º | 0.53% | 0.38% | - |
| HSV(B) | 240.59º | 0.69% | 0.58% | - |
| XYZ | 7.33 | 4.56 | 28.1 | - |
| YUV | 56.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 147 | 0.69 | 0.69 | 0 | 0.42 | 240.59 | 0.53 | 0.38 |
| Hex | 2E | 2D | 93 | 45 | 45 | 0 | 2A | F1 | 35 | 26 |
| Octal | 56 | 55 | 223 | 105 | 105 | 0 | 52 | 361 | 65 | 46 |
| Binary | 101110 | 101101 | 10010011 | 1000101 | 1000101 | 0 | 101010 | 11110001 | 110101 | 100110 |
Color Harmonies of #2E2D93
Complementary color
Monochromatic Colors of #2E2D93
Black with #2E2D93
Text Example
Text Example
White with #2E2D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D93; }
p { color: rgb(46,45,147); }
H1.HeaderClassName
{
color: #2E2D93;
}
.AnyTagClassName
{
color: #2E2D93;
}
</style>
background-color css
<style>
a { background-color: #2E2D93; }
a { background-color: rgb(46,45,147); }
div.DivClassName
{
background-color: #2E2D93;
}
.BgClassName
{
background-color: #2E2D93;
}
</style>
border-color css
<style>
span { border-color: #2E2D93; }
span { border-color: rgb(46,45,147); }
td.TdClassName
{
border-color: #2E2D93;
}
.TagClassName
{
border-color: #2E2D93;
}
</style>