Shades of Jacksons Purple #2B3390
Tints of Jacksons Purple #2B3390
RGB
CMYK
RGB Variations
Color information
#2B3390 (or 0x2B3390) is known color: Jacksons Purple. HEX triplet: 2B, 33 and 90. RGB value is (43,51,144). Sum of RGB (Red+Green+Blue) = 43+51+144=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B3390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3390 is #D4CC6F. Grayscale: #3A3A3A. Windows color (decimal): -13945968 or 9450283. OLE color: 9450283.
HSL color Cylindrical-coordinate representation of color #2B3390: hue angle of 235.25º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B3390 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 51 | 144 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.44 |
| HSL | 235.25º | 0.54% | 0.37% | - |
| HSV(B) | 235.25º | 0.7% | 0.56% | - |
| XYZ | 7.21 | 4.89 | 26.95 | - |
| YUV | 59.21 | 175.85 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 144 | 0.70 | 0.65 | 0 | 0.44 | 235.25 | 0.54 | 0.37 |
| Hex | 2B | 33 | 90 | 46 | 41 | 0 | 2C | EB | 36 | 25 |
| Octal | 53 | 63 | 220 | 106 | 101 | 0 | 54 | 353 | 66 | 45 |
| Binary | 101011 | 110011 | 10010000 | 1000110 | 1000001 | 0 | 101100 | 11101011 | 110110 | 100101 |
Color Harmonies of #2B3390
Complementary color
Monochromatic Colors of #2B3390
Black with #2B3390
Text Example
Text Example
White with #2B3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3390; }
p { color: rgb(43,51,144); }
H1.HeaderClassName
{
color: #2B3390;
}
.AnyTagClassName
{
color: #2B3390;
}
</style>
background-color css
<style>
a { background-color: #2B3390; }
a { background-color: rgb(43,51,144); }
div.DivClassName
{
background-color: #2B3390;
}
.BgClassName
{
background-color: #2B3390;
}
</style>
border-color css
<style>
span { border-color: #2B3390; }
span { border-color: rgb(43,51,144); }
td.TdClassName
{
border-color: #2B3390;
}
.TagClassName
{
border-color: #2B3390;
}
</style>