Shades of Jacksons Purple #2B348B
Tints of Jacksons Purple #2B348B
RGB
CMYK
RGB Variations
Color information
#2B348B (or 0x2B348B) is known color: Jacksons Purple. HEX triplet: 2B, 34 and 8B. RGB value is (43,52,139). Sum of RGB (Red+Green+Blue) = 43+52+139=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B348B is #D4CB74. Grayscale: #3A3A3A. Windows color (decimal): -13945717 or 9122859. OLE color: 9122859.
HSL color Cylindrical-coordinate representation of color #2B348B: hue angle of 234.38º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B348B is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 52 | 139 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.45 |
| HSL | 234.38º | 0.53% | 0.36% | - |
| HSV(B) | 234.38º | 0.69% | 0.55% | - |
| XYZ | 6.88 | 4.83 | 25 | - |
| YUV | 59.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 139 | 0.69 | 0.63 | 0 | 0.45 | 234.38 | 0.53 | 0.36 |
| Hex | 2B | 34 | 8B | 45 | 3F | 0 | 2D | EA | 35 | 24 |
| Octal | 53 | 64 | 213 | 105 | 77 | 0 | 55 | 352 | 65 | 44 |
| Binary | 101011 | 110100 | 10001011 | 1000101 | 111111 | 0 | 101101 | 11101010 | 110101 | 100100 |
Color Harmonies of #2B348B
Complementary color
Monochromatic Colors of #2B348B
Black with #2B348B
Text Example
Text Example
White with #2B348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B348B; }
p { color: rgb(43,52,139); }
H1.HeaderClassName
{
color: #2B348B;
}
.AnyTagClassName
{
color: #2B348B;
}
</style>
background-color css
<style>
a { background-color: #2B348B; }
a { background-color: rgb(43,52,139); }
div.DivClassName
{
background-color: #2B348B;
}
.BgClassName
{
background-color: #2B348B;
}
</style>
border-color css
<style>
span { border-color: #2B348B; }
span { border-color: rgb(43,52,139); }
td.TdClassName
{
border-color: #2B348B;
}
.TagClassName
{
border-color: #2B348B;
}
</style>