Shades of Jacksons Purple #2E2F93
Tints of Jacksons Purple #2E2F93
RGB
CMYK
RGB Variations
Color information
#2E2F93 (or 0x2E2F93) is known color: Jacksons Purple. HEX triplet: 2E, 2F and 93. RGB value is (46,47,147). Sum of RGB (Red+Green+Blue) = 46+47+147=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E2F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2F93 is #D1D06C. Grayscale: #393939. Windows color (decimal): -13750381 or 9645870. OLE color: 9645870.
HSL color Cylindrical-coordinate representation of color #2E2F93: hue angle of 239.41º degrees, saturation: 0.52, 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 #2E2F93 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 47 | 147 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.42 |
| HSL | 239.41º | 0.52% | 0.38% | - |
| HSV(B) | 239.41º | 0.69% | 0.58% | - |
| XYZ | 7.41 | 4.72 | 28.12 | - |
| YUV | 58.1 | 178.17 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 147 | 0.69 | 0.68 | 0 | 0.42 | 239.41 | 0.52 | 0.38 |
| Hex | 2E | 2F | 93 | 45 | 44 | 0 | 2A | EF | 34 | 26 |
| Octal | 56 | 57 | 223 | 105 | 104 | 0 | 52 | 357 | 64 | 46 |
| Binary | 101110 | 101111 | 10010011 | 1000101 | 1000100 | 0 | 101010 | 11101111 | 110100 | 100110 |
Color Harmonies of #2E2F93
Complementary color
Monochromatic Colors of #2E2F93
Black with #2E2F93
Text Example
Text Example
White with #2E2F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F93; }
p { color: rgb(46,47,147); }
H1.HeaderClassName
{
color: #2E2F93;
}
.AnyTagClassName
{
color: #2E2F93;
}
</style>
background-color css
<style>
a { background-color: #2E2F93; }
a { background-color: rgb(46,47,147); }
div.DivClassName
{
background-color: #2E2F93;
}
.BgClassName
{
background-color: #2E2F93;
}
</style>
border-color css
<style>
span { border-color: #2E2F93; }
span { border-color: rgb(46,47,147); }
td.TdClassName
{
border-color: #2E2F93;
}
.TagClassName
{
border-color: #2E2F93;
}
</style>