Shades of Jacksons Purple #2B2892
Tints of Jacksons Purple #2B2892
RGB
CMYK
RGB Variations
Color information
#2B2892 (or 0x2B2892) is known color: Jacksons Purple. HEX triplet: 2B, 28 and 92. RGB value is (43,40,146). Sum of RGB (Red+Green+Blue) = 43+40+146=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B2892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2892 is #D4D76D. Grayscale: #343434. Windows color (decimal): -13948782 or 9578539. OLE color: 9578539.
HSL color Cylindrical-coordinate representation of color #2B2892: hue angle of 241.7º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2892 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 40 | 146 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.43 |
| HSL | 241.7º | 0.57% | 0.36% | - |
| HSV(B) | 241.7º | 0.73% | 0.57% | - |
| XYZ | 6.94 | 4.11 | 27.62 | - |
| YUV | 52.98 | 180.49 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 146 | 0.71 | 0.73 | 0 | 0.43 | 241.7 | 0.57 | 0.36 |
| Hex | 2B | 28 | 92 | 47 | 49 | 0 | 2B | F2 | 39 | 24 |
| Octal | 53 | 50 | 222 | 107 | 111 | 0 | 53 | 362 | 71 | 44 |
| Binary | 101011 | 101000 | 10010010 | 1000111 | 1001001 | 0 | 101011 | 11110010 | 111001 | 100100 |
Color Harmonies of #2B2892
Complementary color
Monochromatic Colors of #2B2892
Black with #2B2892
Text Example
Text Example
White with #2B2892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2892; }
p { color: rgb(43,40,146); }
H1.HeaderClassName
{
color: #2B2892;
}
.AnyTagClassName
{
color: #2B2892;
}
</style>
background-color css
<style>
a { background-color: #2B2892; }
a { background-color: rgb(43,40,146); }
div.DivClassName
{
background-color: #2B2892;
}
.BgClassName
{
background-color: #2B2892;
}
</style>
border-color css
<style>
span { border-color: #2B2892; }
span { border-color: rgb(43,40,146); }
td.TdClassName
{
border-color: #2B2892;
}
.TagClassName
{
border-color: #2B2892;
}
</style>