Shades of Jacksons Purple #2E398C
Tints of Jacksons Purple #2E398C
RGB
CMYK
RGB Variations
Color information
#2E398C (or 0x2E398C) is known color: Jacksons Purple. HEX triplet: 2E, 39 and 8C. RGB value is (46,57,140). Sum of RGB (Red+Green+Blue) = 46+57+140=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E398C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E398C is #D1C673. Grayscale: #3E3E3E. Windows color (decimal): -13747828 or 9189678. OLE color: 9189678.
HSL color Cylindrical-coordinate representation of color #2E398C: hue angle of 232.98º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E398C is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 57 | 140 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.45 |
| HSL | 232.98º | 0.51% | 0.36% | - |
| HSV(B) | 232.98º | 0.67% | 0.55% | - |
| XYZ | 7.32 | 5.4 | 25.47 | - |
| YUV | 63.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 140 | 0.67 | 0.59 | 0 | 0.45 | 232.98 | 0.51 | 0.36 |
| Hex | 2E | 39 | 8C | 43 | 3B | 0 | 2D | E9 | 33 | 24 |
| Octal | 56 | 71 | 214 | 103 | 73 | 0 | 55 | 351 | 63 | 44 |
| Binary | 101110 | 111001 | 10001100 | 1000011 | 111011 | 0 | 101101 | 11101001 | 110011 | 100100 |
Color Harmonies of #2E398C
Complementary color
Monochromatic Colors of #2E398C
Black with #2E398C
Text Example
Text Example
White with #2E398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E398C; }
p { color: rgb(46,57,140); }
H1.HeaderClassName
{
color: #2E398C;
}
.AnyTagClassName
{
color: #2E398C;
}
</style>
background-color css
<style>
a { background-color: #2E398C; }
a { background-color: rgb(46,57,140); }
div.DivClassName
{
background-color: #2E398C;
}
.BgClassName
{
background-color: #2E398C;
}
</style>
border-color css
<style>
span { border-color: #2E398C; }
span { border-color: rgb(46,57,140); }
td.TdClassName
{
border-color: #2E398C;
}
.TagClassName
{
border-color: #2E398C;
}
</style>