Shades of Jacksons Purple #2D3389
Tints of Jacksons Purple #2D3389
RGB
CMYK
RGB Variations
Color information
#2D3389 (or 0x2D3389) is known color: Jacksons Purple. HEX triplet: 2D, 33 and 89. RGB value is (45,51,137). Sum of RGB (Red+Green+Blue) = 45+51+137=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D3389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3389 is #D2CC76. Grayscale: #3A3A3A. Windows color (decimal): -13814903 or 8991533. OLE color: 8991533.
HSL color Cylindrical-coordinate representation of color #2D3389: hue angle of 236.09º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D3389 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 51 | 137 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.46 |
| HSL | 236.09º | 0.51% | 0.36% | - |
| HSV(B) | 236.09º | 0.67% | 0.54% | - |
| XYZ | 6.78 | 4.73 | 24.22 | - |
| YUV | 59.01 | 172.01 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 137 | 0.67 | 0.63 | 0 | 0.46 | 236.09 | 0.51 | 0.36 |
| Hex | 2D | 33 | 89 | 43 | 3F | 0 | 2E | EC | 33 | 24 |
| Octal | 55 | 63 | 211 | 103 | 77 | 0 | 56 | 354 | 63 | 44 |
| Binary | 101101 | 110011 | 10001001 | 1000011 | 111111 | 0 | 101110 | 11101100 | 110011 | 100100 |
Color Harmonies of #2D3389
Complementary color
Monochromatic Colors of #2D3389
Black with #2D3389
Text Example
Text Example
White with #2D3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3389; }
p { color: rgb(45,51,137); }
H1.HeaderClassName
{
color: #2D3389;
}
.AnyTagClassName
{
color: #2D3389;
}
</style>
background-color css
<style>
a { background-color: #2D3389; }
a { background-color: rgb(45,51,137); }
div.DivClassName
{
background-color: #2D3389;
}
.BgClassName
{
background-color: #2D3389;
}
</style>
border-color css
<style>
span { border-color: #2D3389; }
span { border-color: rgb(45,51,137); }
td.TdClassName
{
border-color: #2D3389;
}
.TagClassName
{
border-color: #2D3389;
}
</style>