Shades of Jacksons Purple #2B2790
Tints of Jacksons Purple #2B2790
RGB
CMYK
RGB Variations
Color information
#2B2790 (or 0x2B2790) is known color: Jacksons Purple. HEX triplet: 2B, 27 and 90. RGB value is (43,39,144). Sum of RGB (Red+Green+Blue) = 43+39+144=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B2790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2790 is #D4D86F. Grayscale: #333333. Windows color (decimal): -13949040 or 9447211. OLE color: 9447211.
HSL color Cylindrical-coordinate representation of color #2B2790: hue angle of 242.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2790 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 39 | 144 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.44 |
| HSL | 242.29º | 0.57% | 0.36% | - |
| HSV(B) | 242.29º | 0.73% | 0.56% | - |
| XYZ | 6.76 | 3.98 | 26.8 | - |
| YUV | 52.17 | 179.83 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 144 | 0.70 | 0.73 | 0 | 0.44 | 242.29 | 0.57 | 0.36 |
| Hex | 2B | 27 | 90 | 46 | 49 | 0 | 2C | F2 | 39 | 24 |
| Octal | 53 | 47 | 220 | 106 | 111 | 0 | 54 | 362 | 71 | 44 |
| Binary | 101011 | 100111 | 10010000 | 1000110 | 1001001 | 0 | 101100 | 11110010 | 111001 | 100100 |
Color Harmonies of #2B2790
Complementary color
Monochromatic Colors of #2B2790
Black with #2B2790
Text Example
Text Example
White with #2B2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2790; }
p { color: rgb(43,39,144); }
H1.HeaderClassName
{
color: #2B2790;
}
.AnyTagClassName
{
color: #2B2790;
}
</style>
background-color css
<style>
a { background-color: #2B2790; }
a { background-color: rgb(43,39,144); }
div.DivClassName
{
background-color: #2B2790;
}
.BgClassName
{
background-color: #2B2790;
}
</style>
border-color css
<style>
span { border-color: #2B2790; }
span { border-color: rgb(43,39,144); }
td.TdClassName
{
border-color: #2B2790;
}
.TagClassName
{
border-color: #2B2790;
}
</style>