Shades of Jacksons Purple #2E288B
Tints of Jacksons Purple #2E288B
RGB
CMYK
RGB Variations
Color information
#2E288B (or 0x2E288B) is known color: Jacksons Purple. HEX triplet: 2E, 28 and 8B. RGB value is (46,40,139). Sum of RGB (Red+Green+Blue) = 46+40+139=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E288B is #D1D774. Grayscale: #343434. Windows color (decimal): -13752181 or 9119790. OLE color: 9119790.
HSL color Cylindrical-coordinate representation of color #2E288B: hue angle of 243.64º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E288B is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 40 | 139 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.45 |
| HSL | 243.64º | 0.55% | 0.35% | - |
| HSV(B) | 243.64º | 0.71% | 0.55% | - |
| XYZ | 6.55 | 3.96 | 24.85 | - |
| YUV | 53.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 139 | 0.67 | 0.71 | 0 | 0.45 | 243.64 | 0.55 | 0.35 |
| Hex | 2E | 28 | 8B | 43 | 47 | 0 | 2D | F4 | 37 | 23 |
| Octal | 56 | 50 | 213 | 103 | 107 | 0 | 55 | 364 | 67 | 43 |
| Binary | 101110 | 101000 | 10001011 | 1000011 | 1000111 | 0 | 101101 | 11110100 | 110111 | 100011 |
Color Harmonies of #2E288B
Complementary color
Monochromatic Colors of #2E288B
Black with #2E288B
Text Example
Text Example
White with #2E288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E288B; }
p { color: rgb(46,40,139); }
H1.HeaderClassName
{
color: #2E288B;
}
.AnyTagClassName
{
color: #2E288B;
}
</style>
background-color css
<style>
a { background-color: #2E288B; }
a { background-color: rgb(46,40,139); }
div.DivClassName
{
background-color: #2E288B;
}
.BgClassName
{
background-color: #2E288B;
}
</style>
border-color css
<style>
span { border-color: #2E288B; }
span { border-color: rgb(46,40,139); }
td.TdClassName
{
border-color: #2E288B;
}
.TagClassName
{
border-color: #2E288B;
}
</style>