Shades of Jacksons Purple #2E358B
Tints of Jacksons Purple #2E358B
RGB
CMYK
RGB Variations
Color information
#2E358B (or 0x2E358B) is known color: Jacksons Purple. HEX triplet: 2E, 35 and 8B. RGB value is (46,53,139). Sum of RGB (Red+Green+Blue) = 46+53+139=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E358B is #D1CA74. Grayscale: #3C3C3C. Windows color (decimal): -13748853 or 9123118. OLE color: 9123118.
HSL color Cylindrical-coordinate representation of color #2E358B: hue angle of 235.48º 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 #2E358B is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 53 | 139 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.45 |
| HSL | 235.48º | 0.5% | 0.36% | - |
| HSV(B) | 235.48º | 0.67% | 0.55% | - |
| XYZ | 7.06 | 4.99 | 25.02 | - |
| YUV | 60.71 | 172.18 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 139 | 0.67 | 0.62 | 0 | 0.45 | 235.48 | 0.5 | 0.36 |
| Hex | 2E | 35 | 8B | 43 | 3E | 0 | 2D | EB | 32 | 24 |
| Octal | 56 | 65 | 213 | 103 | 76 | 0 | 55 | 353 | 62 | 44 |
| Binary | 101110 | 110101 | 10001011 | 1000011 | 111110 | 0 | 101101 | 11101011 | 110010 | 100100 |
Color Harmonies of #2E358B
Complementary color
Monochromatic Colors of #2E358B
Black with #2E358B
Text Example
Text Example
White with #2E358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E358B; }
p { color: rgb(46,53,139); }
H1.HeaderClassName
{
color: #2E358B;
}
.AnyTagClassName
{
color: #2E358B;
}
</style>
background-color css
<style>
a { background-color: #2E358B; }
a { background-color: rgb(46,53,139); }
div.DivClassName
{
background-color: #2E358B;
}
.BgClassName
{
background-color: #2E358B;
}
</style>
border-color css
<style>
span { border-color: #2E358B; }
span { border-color: rgb(46,53,139); }
td.TdClassName
{
border-color: #2E358B;
}
.TagClassName
{
border-color: #2E358B;
}
</style>