Shades of Jacksons Purple #2B2E8B
Tints of Jacksons Purple #2B2E8B
RGB
CMYK
RGB Variations
Color information
#2B2E8B (or 0x2B2E8B) is known color: Jacksons Purple. HEX triplet: 2B, 2E and 8B. RGB value is (43,46,139). Sum of RGB (Red+Green+Blue) = 43+46+139=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B2E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2E8B is #D4D174. Grayscale: #373737. Windows color (decimal): -13947253 or 9121323. OLE color: 9121323.
HSL color Cylindrical-coordinate representation of color #2B2E8B: hue angle of 238.12º 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 #2B2E8B is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 46 | 139 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.45 |
| HSL | 238.13º | 0.53% | 0.36% | - |
| HSV(B) | 238.13º | 0.69% | 0.55% | - |
| XYZ | 6.63 | 4.33 | 24.91 | - |
| YUV | 55.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 139 | 0.69 | 0.67 | 0 | 0.45 | 238.13 | 0.53 | 0.36 |
| Hex | 2B | 2E | 8B | 45 | 43 | 0 | 2D | EE | 35 | 24 |
| Octal | 53 | 56 | 213 | 105 | 103 | 0 | 55 | 356 | 65 | 44 |
| Binary | 101011 | 101110 | 10001011 | 1000101 | 1000011 | 0 | 101101 | 11101110 | 110101 | 100100 |
Color Harmonies of #2B2E8B
Complementary color
Monochromatic Colors of #2B2E8B
Black with #2B2E8B
Text Example
Text Example
White with #2B2E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E8B; }
p { color: rgb(43,46,139); }
H1.HeaderClassName
{
color: #2B2E8B;
}
.AnyTagClassName
{
color: #2B2E8B;
}
</style>
background-color css
<style>
a { background-color: #2B2E8B; }
a { background-color: rgb(43,46,139); }
div.DivClassName
{
background-color: #2B2E8B;
}
.BgClassName
{
background-color: #2B2E8B;
}
</style>
border-color css
<style>
span { border-color: #2B2E8B; }
span { border-color: rgb(43,46,139); }
td.TdClassName
{
border-color: #2B2E8B;
}
.TagClassName
{
border-color: #2B2E8B;
}
</style>