Shades of Jacksons Purple #2E2988
Tints of Jacksons Purple #2E2988
RGB
CMYK
RGB Variations
Color information
#2E2988 (or 0x2E2988) is known color: Jacksons Purple. HEX triplet: 2E, 29 and 88. RGB value is (46,41,136). Sum of RGB (Red+Green+Blue) = 46+41+136=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E2988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2988 is #D1D677. Grayscale: #343434. Windows color (decimal): -13751928 or 8923438. OLE color: 8923438.
HSL color Cylindrical-coordinate representation of color #2E2988: hue angle of 243.16º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E2988 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 41 | 136 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.47 |
| HSL | 243.16º | 0.54% | 0.35% | - |
| HSV(B) | 243.16º | 0.7% | 0.53% | - |
| XYZ | 6.36 | 3.94 | 23.72 | - |
| YUV | 53.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 136 | 0.66 | 0.70 | 0 | 0.47 | 243.16 | 0.54 | 0.35 |
| Hex | 2E | 29 | 88 | 42 | 46 | 0 | 2F | F3 | 36 | 23 |
| Octal | 56 | 51 | 210 | 102 | 106 | 0 | 57 | 363 | 66 | 43 |
| Binary | 101110 | 101001 | 10001000 | 1000010 | 1000110 | 0 | 101111 | 11110011 | 110110 | 100011 |
Color Harmonies of #2E2988
Complementary color
Monochromatic Colors of #2E2988
Black with #2E2988
Text Example
Text Example
White with #2E2988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2988; }
p { color: rgb(46,41,136); }
H1.HeaderClassName
{
color: #2E2988;
}
.AnyTagClassName
{
color: #2E2988;
}
</style>
background-color css
<style>
a { background-color: #2E2988; }
a { background-color: rgb(46,41,136); }
div.DivClassName
{
background-color: #2E2988;
}
.BgClassName
{
background-color: #2E2988;
}
</style>
border-color css
<style>
span { border-color: #2E2988; }
span { border-color: rgb(46,41,136); }
td.TdClassName
{
border-color: #2E2988;
}
.TagClassName
{
border-color: #2E2988;
}
</style>