Shades of Jacksons Purple #2E3292
Tints of Jacksons Purple #2E3292
RGB
CMYK
RGB Variations
Color information
#2E3292 (or 0x2E3292) is known color: Jacksons Purple. HEX triplet: 2E, 32 and 92. RGB value is (46,50,146). Sum of RGB (Red+Green+Blue) = 46+50+146=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E3292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3292 is #D1CD6D. Grayscale: #3B3B3B. Windows color (decimal): -13749614 or 9581102. OLE color: 9581102.
HSL color Cylindrical-coordinate representation of color #2E3292: hue angle of 237.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E3292 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 50 | 146 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.43 |
| HSL | 237.6º | 0.52% | 0.38% | - |
| HSV(B) | 237.6º | 0.68% | 0.57% | - |
| XYZ | 7.46 | 4.94 | 27.75 | - |
| YUV | 59.75 | 176.67 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 146 | 0.68 | 0.66 | 0 | 0.43 | 237.6 | 0.52 | 0.38 |
| Hex | 2E | 32 | 92 | 44 | 42 | 0 | 2B | EE | 34 | 26 |
| Octal | 56 | 62 | 222 | 104 | 102 | 0 | 53 | 356 | 64 | 46 |
| Binary | 101110 | 110010 | 10010010 | 1000100 | 1000010 | 0 | 101011 | 11101110 | 110100 | 100110 |
Color Harmonies of #2E3292
Complementary color
Monochromatic Colors of #2E3292
Black with #2E3292
Text Example
Text Example
White with #2E3292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3292; }
p { color: rgb(46,50,146); }
H1.HeaderClassName
{
color: #2E3292;
}
.AnyTagClassName
{
color: #2E3292;
}
</style>
background-color css
<style>
a { background-color: #2E3292; }
a { background-color: rgb(46,50,146); }
div.DivClassName
{
background-color: #2E3292;
}
.BgClassName
{
background-color: #2E3292;
}
</style>
border-color css
<style>
span { border-color: #2E3292; }
span { border-color: rgb(46,50,146); }
td.TdClassName
{
border-color: #2E3292;
}
.TagClassName
{
border-color: #2E3292;
}
</style>