Shades of Jacksons Purple #2B2793
Tints of Jacksons Purple #2B2793
RGB
CMYK
RGB Variations
Color information
#2B2793 (or 0x2B2793) is known color: Jacksons Purple. HEX triplet: 2B, 27 and 93. RGB value is (43,39,147). Sum of RGB (Red+Green+Blue) = 43+39+147=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B2793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2793 is #D4D86C. Grayscale: #343434. Windows color (decimal): -13949037 or 9643819. OLE color: 9643819.
HSL color Cylindrical-coordinate representation of color #2B2793: hue angle of 242.22º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2793 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 39 | 147 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.42 |
| HSL | 242.22º | 0.58% | 0.36% | - |
| HSV(B) | 242.22º | 0.73% | 0.58% | - |
| XYZ | 6.99 | 4.07 | 28.02 | - |
| YUV | 52.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 147 | 0.71 | 0.73 | 0 | 0.42 | 242.22 | 0.58 | 0.36 |
| Hex | 2B | 27 | 93 | 47 | 49 | 0 | 2A | F2 | 3A | 24 |
| Octal | 53 | 47 | 223 | 107 | 111 | 0 | 52 | 362 | 72 | 44 |
| Binary | 101011 | 100111 | 10010011 | 1000111 | 1001001 | 0 | 101010 | 11110010 | 111010 | 100100 |
Color Harmonies of #2B2793
Complementary color
Monochromatic Colors of #2B2793
Black with #2B2793
Text Example
Text Example
White with #2B2793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2793; }
p { color: rgb(43,39,147); }
H1.HeaderClassName
{
color: #2B2793;
}
.AnyTagClassName
{
color: #2B2793;
}
</style>
background-color css
<style>
a { background-color: #2B2793; }
a { background-color: rgb(43,39,147); }
div.DivClassName
{
background-color: #2B2793;
}
.BgClassName
{
background-color: #2B2793;
}
</style>
border-color css
<style>
span { border-color: #2B2793; }
span { border-color: rgb(43,39,147); }
td.TdClassName
{
border-color: #2B2793;
}
.TagClassName
{
border-color: #2B2793;
}
</style>