Shades of Jacksons Purple #2B2886
Tints of Jacksons Purple #2B2886
RGB
CMYK
RGB Variations
Color information
#2B2886 (or 0x2B2886) is known color: Jacksons Purple. HEX triplet: 2B, 28 and 86. RGB value is (43,40,134). Sum of RGB (Red+Green+Blue) = 43+40+134=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #2B2886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2886 is #D4D779. Grayscale: #333333. Windows color (decimal): -13948794 or 8792107. OLE color: 8792107.
HSL color Cylindrical-coordinate representation of color #2B2886: hue angle of 241.91º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B2886 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 40 | 134 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.47 |
| HSL | 241.91º | 0.54% | 0.34% | - |
| HSV(B) | 241.91º | 0.7% | 0.53% | - |
| XYZ | 6.06 | 3.75 | 22.96 | - |
| YUV | 51.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 134 | 0.68 | 0.70 | 0 | 0.47 | 241.91 | 0.54 | 0.34 |
| Hex | 2B | 28 | 86 | 44 | 46 | 0 | 2F | F2 | 36 | 22 |
| Octal | 53 | 50 | 206 | 104 | 106 | 0 | 57 | 362 | 66 | 42 |
| Binary | 101011 | 101000 | 10000110 | 1000100 | 1000110 | 0 | 101111 | 11110010 | 110110 | 100010 |
Color Harmonies of #2B2886
Complementary color
Monochromatic Colors of #2B2886
Black with #2B2886
Text Example
Text Example
White with #2B2886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2886; }
p { color: rgb(43,40,134); }
H1.HeaderClassName
{
color: #2B2886;
}
.AnyTagClassName
{
color: #2B2886;
}
</style>
background-color css
<style>
a { background-color: #2B2886; }
a { background-color: rgb(43,40,134); }
div.DivClassName
{
background-color: #2B2886;
}
.BgClassName
{
background-color: #2B2886;
}
</style>
border-color css
<style>
span { border-color: #2B2886; }
span { border-color: rgb(43,40,134); }
td.TdClassName
{
border-color: #2B2886;
}
.TagClassName
{
border-color: #2B2886;
}
</style>