Shades of Jacksons Purple #2E348A
Tints of Jacksons Purple #2E348A
RGB
CMYK
RGB Variations
Color information
#2E348A (or 0x2E348A) is known color: Jacksons Purple. HEX triplet: 2E, 34 and 8A. RGB value is (46,52,138). Sum of RGB (Red+Green+Blue) = 46+52+138=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E348A is #D1CB75. Grayscale: #3B3B3B. Windows color (decimal): -13749110 or 9057326. OLE color: 9057326.
HSL color Cylindrical-coordinate representation of color #2E348A: hue angle of 236.09º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E348A is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 52 | 138 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.46 |
| HSL | 236.09º | 0.5% | 0.36% | - |
| HSV(B) | 236.09º | 0.67% | 0.54% | - |
| XYZ | 6.94 | 4.87 | 24.62 | - |
| YUV | 60.01 | 172.01 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 138 | 0.67 | 0.62 | 0 | 0.46 | 236.09 | 0.5 | 0.36 |
| Hex | 2E | 34 | 8A | 43 | 3E | 0 | 2E | EC | 32 | 24 |
| Octal | 56 | 64 | 212 | 103 | 76 | 0 | 56 | 354 | 62 | 44 |
| Binary | 101110 | 110100 | 10001010 | 1000011 | 111110 | 0 | 101110 | 11101100 | 110010 | 100100 |
Color Harmonies of #2E348A
Complementary color
Monochromatic Colors of #2E348A
Black with #2E348A
Text Example
Text Example
White with #2E348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E348A; }
p { color: rgb(46,52,138); }
H1.HeaderClassName
{
color: #2E348A;
}
.AnyTagClassName
{
color: #2E348A;
}
</style>
background-color css
<style>
a { background-color: #2E348A; }
a { background-color: rgb(46,52,138); }
div.DivClassName
{
background-color: #2E348A;
}
.BgClassName
{
background-color: #2E348A;
}
</style>
border-color css
<style>
span { border-color: #2E348A; }
span { border-color: rgb(46,52,138); }
td.TdClassName
{
border-color: #2E348A;
}
.TagClassName
{
border-color: #2E348A;
}
</style>