Shades of Jacksons Purple #2B3089
Tints of Jacksons Purple #2B3089
RGB
CMYK
RGB Variations
Color information
#2B3089 (or 0x2B3089) is known color: Jacksons Purple. HEX triplet: 2B, 30 and 89. RGB value is (43,48,137). Sum of RGB (Red+Green+Blue) = 43+48+137=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B3089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3089 is #D4CF76. Grayscale: #383838. Windows color (decimal): -13946743 or 8990763. OLE color: 8990763.
HSL color Cylindrical-coordinate representation of color #2B3089: hue angle of 236.81º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B3089 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 48 | 137 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.46 |
| HSL | 236.81º | 0.52% | 0.35% | - |
| HSV(B) | 236.81º | 0.69% | 0.54% | - |
| XYZ | 6.57 | 4.43 | 24.18 | - |
| YUV | 56.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 137 | 0.69 | 0.65 | 0 | 0.46 | 236.81 | 0.52 | 0.35 |
| Hex | 2B | 30 | 89 | 45 | 41 | 0 | 2E | ED | 34 | 23 |
| Octal | 53 | 60 | 211 | 105 | 101 | 0 | 56 | 355 | 64 | 43 |
| Binary | 101011 | 110000 | 10001001 | 1000101 | 1000001 | 0 | 101110 | 11101101 | 110100 | 100011 |
Color Harmonies of #2B3089
Complementary color
Monochromatic Colors of #2B3089
Black with #2B3089
Text Example
Text Example
White with #2B3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3089; }
p { color: rgb(43,48,137); }
H1.HeaderClassName
{
color: #2B3089;
}
.AnyTagClassName
{
color: #2B3089;
}
</style>
background-color css
<style>
a { background-color: #2B3089; }
a { background-color: rgb(43,48,137); }
div.DivClassName
{
background-color: #2B3089;
}
.BgClassName
{
background-color: #2B3089;
}
</style>
border-color css
<style>
span { border-color: #2B3089; }
span { border-color: rgb(43,48,137); }
td.TdClassName
{
border-color: #2B3089;
}
.TagClassName
{
border-color: #2B3089;
}
</style>