Shades of Jacksons Purple #2B378D
Tints of Jacksons Purple #2B378D
RGB
CMYK
RGB Variations
Color information
#2B378D (or 0x2B378D) is known color: Jacksons Purple. HEX triplet: 2B, 37 and 8D. RGB value is (43,55,141). Sum of RGB (Red+Green+Blue) = 43+55+141=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B378D is #D4C872. Grayscale: #3C3C3C. Windows color (decimal): -13944947 or 9254699. OLE color: 9254699.
HSL color Cylindrical-coordinate representation of color #2B378D: hue angle of 232.65º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B378D is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 55 | 141 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.45 |
| HSL | 232.65º | 0.53% | 0.36% | - |
| HSV(B) | 232.65º | 0.7% | 0.55% | - |
| XYZ | 7.17 | 5.17 | 25.82 | - |
| YUV | 61.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 141 | 0.70 | 0.61 | 0 | 0.45 | 232.65 | 0.53 | 0.36 |
| Hex | 2B | 37 | 8D | 46 | 3D | 0 | 2D | E9 | 35 | 24 |
| Octal | 53 | 67 | 215 | 106 | 75 | 0 | 55 | 351 | 65 | 44 |
| Binary | 101011 | 110111 | 10001101 | 1000110 | 111101 | 0 | 101101 | 11101001 | 110101 | 100100 |
Color Harmonies of #2B378D
Complementary color
Monochromatic Colors of #2B378D
Black with #2B378D
Text Example
Text Example
White with #2B378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B378D; }
p { color: rgb(43,55,141); }
H1.HeaderClassName
{
color: #2B378D;
}
.AnyTagClassName
{
color: #2B378D;
}
</style>
background-color css
<style>
a { background-color: #2B378D; }
a { background-color: rgb(43,55,141); }
div.DivClassName
{
background-color: #2B378D;
}
.BgClassName
{
background-color: #2B378D;
}
</style>
border-color css
<style>
span { border-color: #2B378D; }
span { border-color: rgb(43,55,141); }
td.TdClassName
{
border-color: #2B378D;
}
.TagClassName
{
border-color: #2B378D;
}
</style>