Shades of Jacksons Purple #2D328B
Tints of Jacksons Purple #2D328B
RGB
CMYK
RGB Variations
Color information
#2D328B (or 0x2D328B) is known color: Jacksons Purple. HEX triplet: 2D, 32 and 8B. RGB value is (45,50,139). Sum of RGB (Red+Green+Blue) = 45+50+139=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 50 (19.92% from 255 or 21.37% 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 #2D328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D328B is #D2CD74. Grayscale: #3A3A3A. Windows color (decimal): -13815157 or 9122349. OLE color: 9122349.
HSL color Cylindrical-coordinate representation of color #2D328B: hue angle of 236.81º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D328B is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 50 | 139 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.45 |
| HSL | 236.81º | 0.51% | 0.36% | - |
| HSV(B) | 236.81º | 0.68% | 0.55% | - |
| XYZ | 6.88 | 4.7 | 24.97 | - |
| YUV | 58.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 50 | 139 | 0.68 | 0.64 | 0 | 0.45 | 236.81 | 0.51 | 0.36 |
| Hex | 2D | 32 | 8B | 44 | 40 | 0 | 2D | ED | 33 | 24 |
| Octal | 55 | 62 | 213 | 104 | 100 | 0 | 55 | 355 | 63 | 44 |
| Binary | 101101 | 110010 | 10001011 | 1000100 | 1000000 | 0 | 101101 | 11101101 | 110011 | 100100 |
Color Harmonies of #2D328B
Complementary color
Monochromatic Colors of #2D328B
Black with #2D328B
Text Example
Text Example
White with #2D328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D328B; }
p { color: rgb(45,50,139); }
H1.HeaderClassName
{
color: #2D328B;
}
.AnyTagClassName
{
color: #2D328B;
}
</style>
background-color css
<style>
a { background-color: #2D328B; }
a { background-color: rgb(45,50,139); }
div.DivClassName
{
background-color: #2D328B;
}
.BgClassName
{
background-color: #2D328B;
}
</style>
border-color css
<style>
span { border-color: #2D328B; }
span { border-color: rgb(45,50,139); }
td.TdClassName
{
border-color: #2D328B;
}
.TagClassName
{
border-color: #2D328B;
}
</style>