Shades of Jacksons Purple #2E2F85
Tints of Jacksons Purple #2E2F85
RGB
CMYK
RGB Variations
Color information
#2E2F85 (or 0x2E2F85) is known color: Jacksons Purple. HEX triplet: 2E, 2F and 85. RGB value is (46,47,133). Sum of RGB (Red+Green+Blue) = 46+47+133=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E2F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2F85 is #D1D07A. Grayscale: #383838. Windows color (decimal): -13750395 or 8728366. OLE color: 8728366.
HSL color Cylindrical-coordinate representation of color #2E2F85: hue angle of 239.31º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E2F85 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 47 | 133 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.48 |
| HSL | 239.31º | 0.49% | 0.35% | - |
| HSV(B) | 239.31º | 0.65% | 0.52% | - |
| XYZ | 6.38 | 4.31 | 22.69 | - |
| YUV | 56.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 133 | 0.65 | 0.65 | 0 | 0.48 | 239.31 | 0.49 | 0.35 |
| Hex | 2E | 2F | 85 | 41 | 41 | 0 | 30 | EF | 31 | 23 |
| Octal | 56 | 57 | 205 | 101 | 101 | 0 | 60 | 357 | 61 | 43 |
| Binary | 101110 | 101111 | 10000101 | 1000001 | 1000001 | 0 | 110000 | 11101111 | 110001 | 100011 |
Color Harmonies of #2E2F85
Complementary color
Monochromatic Colors of #2E2F85
Black with #2E2F85
Text Example
Text Example
White with #2E2F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F85; }
p { color: rgb(46,47,133); }
H1.HeaderClassName
{
color: #2E2F85;
}
.AnyTagClassName
{
color: #2E2F85;
}
</style>
background-color css
<style>
a { background-color: #2E2F85; }
a { background-color: rgb(46,47,133); }
div.DivClassName
{
background-color: #2E2F85;
}
.BgClassName
{
background-color: #2E2F85;
}
</style>
border-color css
<style>
span { border-color: #2E2F85; }
span { border-color: rgb(46,47,133); }
td.TdClassName
{
border-color: #2E2F85;
}
.TagClassName
{
border-color: #2E2F85;
}
</style>