Shades of Jacksons Purple #2E3497
Tints of Jacksons Purple #2E3497
RGB
CMYK
RGB Variations
Color information
#2E3497 (or 0x2E3497) is known color: Jacksons Purple. HEX triplet: 2E, 34 and 97. RGB value is (46,52,151). Sum of RGB (Red+Green+Blue) = 46+52+151=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E3497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3497 is #D1CB68. Grayscale: #3D3D3D. Windows color (decimal): -13749097 or 9909294. OLE color: 9909294.
HSL color Cylindrical-coordinate representation of color #2E3497: hue angle of 236.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E3497 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 52 | 151 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.41 |
| HSL | 236.57º | 0.53% | 0.39% | - |
| HSV(B) | 236.57º | 0.7% | 0.59% | - |
| XYZ | 7.94 | 5.27 | 29.88 | - |
| YUV | 61.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 151 | 0.70 | 0.66 | 0 | 0.41 | 236.57 | 0.53 | 0.39 |
| Hex | 2E | 34 | 97 | 46 | 42 | 0 | 29 | ED | 35 | 27 |
| Octal | 56 | 64 | 227 | 106 | 102 | 0 | 51 | 355 | 65 | 47 |
| Binary | 101110 | 110100 | 10010111 | 1000110 | 1000010 | 0 | 101001 | 11101101 | 110101 | 100111 |
Color Harmonies of #2E3497
Complementary color
Monochromatic Colors of #2E3497
Black with #2E3497
Text Example
Text Example
White with #2E3497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3497; }
p { color: rgb(46,52,151); }
H1.HeaderClassName
{
color: #2E3497;
}
.AnyTagClassName
{
color: #2E3497;
}
</style>
background-color css
<style>
a { background-color: #2E3497; }
a { background-color: rgb(46,52,151); }
div.DivClassName
{
background-color: #2E3497;
}
.BgClassName
{
background-color: #2E3497;
}
</style>
border-color css
<style>
span { border-color: #2E3497; }
span { border-color: rgb(46,52,151); }
td.TdClassName
{
border-color: #2E3497;
}
.TagClassName
{
border-color: #2E3497;
}
</style>