Shades of Jacksons Purple #2B3392
Tints of Jacksons Purple #2B3392
RGB
CMYK
RGB Variations
Color information
#2B3392 (or 0x2B3392) is known color: Jacksons Purple. HEX triplet: 2B, 33 and 92. RGB value is (43,51,146). Sum of RGB (Red+Green+Blue) = 43+51+146=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B3392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3392 is #D4CC6D. Grayscale: #3B3B3B. Windows color (decimal): -13945966 or 9581355. OLE color: 9581355.
HSL color Cylindrical-coordinate representation of color #2B3392: hue angle of 235.34º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B3392 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 51 | 146 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.43 |
| HSL | 235.34º | 0.54% | 0.37% | - |
| HSV(B) | 235.34º | 0.71% | 0.57% | - |
| XYZ | 7.37 | 4.96 | 27.76 | - |
| YUV | 59.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 146 | 0.71 | 0.65 | 0 | 0.43 | 235.34 | 0.54 | 0.37 |
| Hex | 2B | 33 | 92 | 47 | 41 | 0 | 2B | EB | 36 | 25 |
| Octal | 53 | 63 | 222 | 107 | 101 | 0 | 53 | 353 | 66 | 45 |
| Binary | 101011 | 110011 | 10010010 | 1000111 | 1000001 | 0 | 101011 | 11101011 | 110110 | 100101 |
Color Harmonies of #2B3392
Complementary color
Monochromatic Colors of #2B3392
Black with #2B3392
Text Example
Text Example
White with #2B3392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3392; }
p { color: rgb(43,51,146); }
H1.HeaderClassName
{
color: #2B3392;
}
.AnyTagClassName
{
color: #2B3392;
}
</style>
background-color css
<style>
a { background-color: #2B3392; }
a { background-color: rgb(43,51,146); }
div.DivClassName
{
background-color: #2B3392;
}
.BgClassName
{
background-color: #2B3392;
}
</style>
border-color css
<style>
span { border-color: #2B3392; }
span { border-color: rgb(43,51,146); }
td.TdClassName
{
border-color: #2B3392;
}
.TagClassName
{
border-color: #2B3392;
}
</style>