Shades of Jacksons Purple #2B328A
Tints of Jacksons Purple #2B328A
RGB
CMYK
RGB Variations
Color information
#2B328A (or 0x2B328A) is known color: Jacksons Purple. HEX triplet: 2B, 32 and 8A. RGB value is (43,50,138). Sum of RGB (Red+Green+Blue) = 43+50+138=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B328A is #D4CD75. Grayscale: #393939. Windows color (decimal): -13946230 or 9056811. OLE color: 9056811.
HSL color Cylindrical-coordinate representation of color #2B328A: hue angle of 235.58º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B328A is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 50 | 138 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.46 |
| HSL | 235.58º | 0.52% | 0.35% | - |
| HSV(B) | 235.58º | 0.69% | 0.54% | - |
| XYZ | 6.72 | 4.63 | 24.58 | - |
| YUV | 57.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 138 | 0.69 | 0.64 | 0 | 0.46 | 235.58 | 0.52 | 0.35 |
| Hex | 2B | 32 | 8A | 45 | 40 | 0 | 2E | EC | 34 | 23 |
| Octal | 53 | 62 | 212 | 105 | 100 | 0 | 56 | 354 | 64 | 43 |
| Binary | 101011 | 110010 | 10001010 | 1000101 | 1000000 | 0 | 101110 | 11101100 | 110100 | 100011 |
Color Harmonies of #2B328A
Complementary color
Monochromatic Colors of #2B328A
Black with #2B328A
Text Example
Text Example
White with #2B328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B328A; }
p { color: rgb(43,50,138); }
H1.HeaderClassName
{
color: #2B328A;
}
.AnyTagClassName
{
color: #2B328A;
}
</style>
background-color css
<style>
a { background-color: #2B328A; }
a { background-color: rgb(43,50,138); }
div.DivClassName
{
background-color: #2B328A;
}
.BgClassName
{
background-color: #2B328A;
}
</style>
border-color css
<style>
span { border-color: #2B328A; }
span { border-color: rgb(43,50,138); }
td.TdClassName
{
border-color: #2B328A;
}
.TagClassName
{
border-color: #2B328A;
}
</style>