Shades of Jacksons Purple #2B288A
Tints of Jacksons Purple #2B288A
RGB
CMYK
RGB Variations
Color information
#2B288A (or 0x2B288A) is known color: Jacksons Purple. HEX triplet: 2B, 28 and 8A. RGB value is (43,40,138). Sum of RGB (Red+Green+Blue) = 43+40+138=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B288A is #D4D775. Grayscale: #333333. Windows color (decimal): -13948790 or 9054251. OLE color: 9054251.
HSL color Cylindrical-coordinate representation of color #2B288A: hue angle of 241.84º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B288A is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 40 | 138 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.46 |
| HSL | 241.84º | 0.55% | 0.35% | - |
| HSV(B) | 241.84º | 0.71% | 0.54% | - |
| XYZ | 6.34 | 3.87 | 24.46 | - |
| YUV | 52.07 | 176.49 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 138 | 0.69 | 0.71 | 0 | 0.46 | 241.84 | 0.55 | 0.35 |
| Hex | 2B | 28 | 8A | 45 | 47 | 0 | 2E | F2 | 37 | 23 |
| Octal | 53 | 50 | 212 | 105 | 107 | 0 | 56 | 362 | 67 | 43 |
| Binary | 101011 | 101000 | 10001010 | 1000101 | 1000111 | 0 | 101110 | 11110010 | 110111 | 100011 |
Color Harmonies of #2B288A
Complementary color
Monochromatic Colors of #2B288A
Black with #2B288A
Text Example
Text Example
White with #2B288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B288A; }
p { color: rgb(43,40,138); }
H1.HeaderClassName
{
color: #2B288A;
}
.AnyTagClassName
{
color: #2B288A;
}
</style>
background-color css
<style>
a { background-color: #2B288A; }
a { background-color: rgb(43,40,138); }
div.DivClassName
{
background-color: #2B288A;
}
.BgClassName
{
background-color: #2B288A;
}
</style>
border-color css
<style>
span { border-color: #2B288A; }
span { border-color: rgb(43,40,138); }
td.TdClassName
{
border-color: #2B288A;
}
.TagClassName
{
border-color: #2B288A;
}
</style>