Shades of Jacksons Purple #2E3192
Tints of Jacksons Purple #2E3192
RGB
CMYK
RGB Variations
Color information
#2E3192 (or 0x2E3192) is known color: Jacksons Purple. HEX triplet: 2E, 31 and 92. RGB value is (46,49,146). Sum of RGB (Red+Green+Blue) = 46+49+146=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E3192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3192 is #D1CE6D. Grayscale: #3A3A3A. Windows color (decimal): -13749870 or 9580846. OLE color: 9580846.
HSL color Cylindrical-coordinate representation of color #2E3192: hue angle of 238.2º 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 #2E3192 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 49 | 146 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.43 |
| HSL | 238.2º | 0.52% | 0.38% | - |
| HSV(B) | 238.2º | 0.68% | 0.57% | - |
| XYZ | 7.41 | 4.85 | 27.74 | - |
| YUV | 59.16 | 177.01 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 146 | 0.68 | 0.66 | 0 | 0.43 | 238.2 | 0.52 | 0.38 |
| Hex | 2E | 31 | 92 | 44 | 42 | 0 | 2B | EE | 34 | 26 |
| Octal | 56 | 61 | 222 | 104 | 102 | 0 | 53 | 356 | 64 | 46 |
| Binary | 101110 | 110001 | 10010010 | 1000100 | 1000010 | 0 | 101011 | 11101110 | 110100 | 100110 |
Color Harmonies of #2E3192
Complementary color
Monochromatic Colors of #2E3192
Black with #2E3192
Text Example
Text Example
White with #2E3192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3192; }
p { color: rgb(46,49,146); }
H1.HeaderClassName
{
color: #2E3192;
}
.AnyTagClassName
{
color: #2E3192;
}
</style>
background-color css
<style>
a { background-color: #2E3192; }
a { background-color: rgb(46,49,146); }
div.DivClassName
{
background-color: #2E3192;
}
.BgClassName
{
background-color: #2E3192;
}
</style>
border-color css
<style>
span { border-color: #2E3192; }
span { border-color: rgb(46,49,146); }
td.TdClassName
{
border-color: #2E3192;
}
.TagClassName
{
border-color: #2E3192;
}
</style>