Shades of Jacksons Purple #2E368B
Tints of Jacksons Purple #2E368B
RGB
CMYK
RGB Variations
Color information
#2E368B (or 0x2E368B) is known color: Jacksons Purple. HEX triplet: 2E, 36 and 8B. RGB value is (46,54,139). Sum of RGB (Red+Green+Blue) = 46+54+139=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E368B is #D1C974. Grayscale: #3C3C3C. Windows color (decimal): -13748597 or 9123374. OLE color: 9123374.
HSL color Cylindrical-coordinate representation of color #2E368B: hue angle of 234.84º degrees, saturation: 0.5, 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 #2E368B is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 54 | 139 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.45 |
| HSL | 234.84º | 0.5% | 0.36% | - |
| HSV(B) | 234.84º | 0.67% | 0.55% | - |
| XYZ | 7.11 | 5.08 | 25.03 | - |
| YUV | 61.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 139 | 0.67 | 0.61 | 0 | 0.45 | 234.84 | 0.5 | 0.36 |
| Hex | 2E | 36 | 8B | 43 | 3D | 0 | 2D | EB | 32 | 24 |
| Octal | 56 | 66 | 213 | 103 | 75 | 0 | 55 | 353 | 62 | 44 |
| Binary | 101110 | 110110 | 10001011 | 1000011 | 111101 | 0 | 101101 | 11101011 | 110010 | 100100 |
Color Harmonies of #2E368B
Complementary color
Monochromatic Colors of #2E368B
Black with #2E368B
Text Example
Text Example
White with #2E368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E368B; }
p { color: rgb(46,54,139); }
H1.HeaderClassName
{
color: #2E368B;
}
.AnyTagClassName
{
color: #2E368B;
}
</style>
background-color css
<style>
a { background-color: #2E368B; }
a { background-color: rgb(46,54,139); }
div.DivClassName
{
background-color: #2E368B;
}
.BgClassName
{
background-color: #2E368B;
}
</style>
border-color css
<style>
span { border-color: #2E368B; }
span { border-color: rgb(46,54,139); }
td.TdClassName
{
border-color: #2E368B;
}
.TagClassName
{
border-color: #2E368B;
}
</style>