Shades of Jacksons Purple #2B2E90
Tints of Jacksons Purple #2B2E90
RGB
CMYK
RGB Variations
Color information
#2B2E90 (or 0x2B2E90) is known color: Jacksons Purple. HEX triplet: 2B, 2E and 90. RGB value is (43,46,144). Sum of RGB (Red+Green+Blue) = 43+46+144=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B2E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2E90 is #D4D16F. Grayscale: #373737. Windows color (decimal): -13947248 or 9449003. OLE color: 9449003.
HSL color Cylindrical-coordinate representation of color #2B2E90: hue angle of 238.22º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B2E90 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 46 | 144 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.44 |
| HSL | 238.22º | 0.54% | 0.37% | - |
| HSV(B) | 238.22º | 0.7% | 0.56% | - |
| XYZ | 7.01 | 4.48 | 26.88 | - |
| YUV | 56.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 144 | 0.70 | 0.68 | 0 | 0.44 | 238.22 | 0.54 | 0.37 |
| Hex | 2B | 2E | 90 | 46 | 44 | 0 | 2C | EE | 36 | 25 |
| Octal | 53 | 56 | 220 | 106 | 104 | 0 | 54 | 356 | 66 | 45 |
| Binary | 101011 | 101110 | 10010000 | 1000110 | 1000100 | 0 | 101100 | 11101110 | 110110 | 100101 |
Color Harmonies of #2B2E90
Complementary color
Monochromatic Colors of #2B2E90
Black with #2B2E90
Text Example
Text Example
White with #2B2E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E90; }
p { color: rgb(43,46,144); }
H1.HeaderClassName
{
color: #2B2E90;
}
.AnyTagClassName
{
color: #2B2E90;
}
</style>
background-color css
<style>
a { background-color: #2B2E90; }
a { background-color: rgb(43,46,144); }
div.DivClassName
{
background-color: #2B2E90;
}
.BgClassName
{
background-color: #2B2E90;
}
</style>
border-color css
<style>
span { border-color: #2B2E90; }
span { border-color: rgb(43,46,144); }
td.TdClassName
{
border-color: #2B2E90;
}
.TagClassName
{
border-color: #2B2E90;
}
</style>