Shades of Jacksons Purple #2B2890
Tints of Jacksons Purple #2B2890
RGB
CMYK
RGB Variations
Color information
#2B2890 (or 0x2B2890) is known color: Jacksons Purple. HEX triplet: 2B, 28 and 90. RGB value is (43,40,144). Sum of RGB (Red+Green+Blue) = 43+40+144=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B2890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2890 is #D4D76F. Grayscale: #343434. Windows color (decimal): -13948784 or 9447467. OLE color: 9447467.
HSL color Cylindrical-coordinate representation of color #2B2890: hue angle of 241.73º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B2890 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 40 | 144 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.44 |
| HSL | 241.73º | 0.57% | 0.36% | - |
| HSV(B) | 241.73º | 0.72% | 0.56% | - |
| XYZ | 6.79 | 4.04 | 26.81 | - |
| YUV | 52.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 144 | 0.70 | 0.72 | 0 | 0.44 | 241.73 | 0.57 | 0.36 |
| Hex | 2B | 28 | 90 | 46 | 48 | 0 | 2C | F2 | 39 | 24 |
| Octal | 53 | 50 | 220 | 106 | 110 | 0 | 54 | 362 | 71 | 44 |
| Binary | 101011 | 101000 | 10010000 | 1000110 | 1001000 | 0 | 101100 | 11110010 | 111001 | 100100 |
Color Harmonies of #2B2890
Complementary color
Monochromatic Colors of #2B2890
Black with #2B2890
Text Example
Text Example
White with #2B2890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2890; }
p { color: rgb(43,40,144); }
H1.HeaderClassName
{
color: #2B2890;
}
.AnyTagClassName
{
color: #2B2890;
}
</style>
background-color css
<style>
a { background-color: #2B2890; }
a { background-color: rgb(43,40,144); }
div.DivClassName
{
background-color: #2B2890;
}
.BgClassName
{
background-color: #2B2890;
}
</style>
border-color css
<style>
span { border-color: #2B2890; }
span { border-color: rgb(43,40,144); }
td.TdClassName
{
border-color: #2B2890;
}
.TagClassName
{
border-color: #2B2890;
}
</style>