Shades of Jacksons Purple #2E288E
Tints of Jacksons Purple #2E288E
RGB
CMYK
RGB Variations
Color information
#2E288E (or 0x2E288E) is known color: Jacksons Purple. HEX triplet: 2E, 28 and 8E. RGB value is (46,40,142). Sum of RGB (Red+Green+Blue) = 46+40+142=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E288E is #D1D771. Grayscale: #353535. Windows color (decimal): -13752178 or 9316398. OLE color: 9316398.
HSL color Cylindrical-coordinate representation of color #2E288E: hue angle of 243.53º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E288E is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 40 | 142 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.44 |
| HSL | 243.53º | 0.56% | 0.36% | - |
| HSV(B) | 243.53º | 0.72% | 0.56% | - |
| XYZ | 6.77 | 4.05 | 26.02 | - |
| YUV | 53.42 | 177.99 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 142 | 0.68 | 0.72 | 0 | 0.44 | 243.53 | 0.56 | 0.36 |
| Hex | 2E | 28 | 8E | 44 | 48 | 0 | 2C | F4 | 38 | 24 |
| Octal | 56 | 50 | 216 | 104 | 110 | 0 | 54 | 364 | 70 | 44 |
| Binary | 101110 | 101000 | 10001110 | 1000100 | 1001000 | 0 | 101100 | 11110100 | 111000 | 100100 |
Color Harmonies of #2E288E
Complementary color
Monochromatic Colors of #2E288E
Black with #2E288E
Text Example
Text Example
White with #2E288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E288E; }
p { color: rgb(46,40,142); }
H1.HeaderClassName
{
color: #2E288E;
}
.AnyTagClassName
{
color: #2E288E;
}
</style>
background-color css
<style>
a { background-color: #2E288E; }
a { background-color: rgb(46,40,142); }
div.DivClassName
{
background-color: #2E288E;
}
.BgClassName
{
background-color: #2E288E;
}
</style>
border-color css
<style>
span { border-color: #2E288E; }
span { border-color: rgb(46,40,142); }
td.TdClassName
{
border-color: #2E288E;
}
.TagClassName
{
border-color: #2E288E;
}
</style>