Shades of Jacksons Purple #2E3487
Tints of Jacksons Purple #2E3487
RGB
CMYK
RGB Variations
Color information
#2E3487 (or 0x2E3487) is known color: Jacksons Purple. HEX triplet: 2E, 34 and 87. RGB value is (46,52,135). Sum of RGB (Red+Green+Blue) = 46+52+135=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E3487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3487 is #D1CB78. Grayscale: #3B3B3B. Windows color (decimal): -13749113 or 8860718. OLE color: 8860718.
HSL color Cylindrical-coordinate representation of color #2E3487: hue angle of 235.96º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E3487 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 52 | 135 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.47 |
| HSL | 235.96º | 0.49% | 0.35% | - |
| HSV(B) | 235.96º | 0.66% | 0.53% | - |
| XYZ | 6.73 | 4.79 | 23.49 | - |
| YUV | 59.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 135 | 0.66 | 0.61 | 0 | 0.47 | 235.96 | 0.49 | 0.35 |
| Hex | 2E | 34 | 87 | 42 | 3D | 0 | 2F | EC | 31 | 23 |
| Octal | 56 | 64 | 207 | 102 | 75 | 0 | 57 | 354 | 61 | 43 |
| Binary | 101110 | 110100 | 10000111 | 1000010 | 111101 | 0 | 101111 | 11101100 | 110001 | 100011 |
Color Harmonies of #2E3487
Complementary color
Monochromatic Colors of #2E3487
Black with #2E3487
Text Example
Text Example
White with #2E3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3487; }
p { color: rgb(46,52,135); }
H1.HeaderClassName
{
color: #2E3487;
}
.AnyTagClassName
{
color: #2E3487;
}
</style>
background-color css
<style>
a { background-color: #2E3487; }
a { background-color: rgb(46,52,135); }
div.DivClassName
{
background-color: #2E3487;
}
.BgClassName
{
background-color: #2E3487;
}
</style>
border-color css
<style>
span { border-color: #2E3487; }
span { border-color: rgb(46,52,135); }
td.TdClassName
{
border-color: #2E3487;
}
.TagClassName
{
border-color: #2E3487;
}
</style>