Shades of Jacksons Purple #2D3388
Tints of Jacksons Purple #2D3388
RGB
CMYK
RGB Variations
Color information
#2D3388 (or 0x2D3388) is known color: Jacksons Purple. HEX triplet: 2D, 33 and 88. RGB value is (45,51,136). Sum of RGB (Red+Green+Blue) = 45+51+136=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D3388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3388 is #D2CC77. Grayscale: #3A3A3A. Windows color (decimal): -13814904 or 8925997. OLE color: 8925997.
HSL color Cylindrical-coordinate representation of color #2D3388: hue angle of 236.04º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D3388 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 51 | 136 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.47 |
| HSL | 236.04º | 0.5% | 0.35% | - |
| HSV(B) | 236.04º | 0.67% | 0.53% | - |
| XYZ | 6.71 | 4.7 | 23.85 | - |
| YUV | 58.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 136 | 0.67 | 0.62 | 0 | 0.47 | 236.04 | 0.5 | 0.35 |
| Hex | 2D | 33 | 88 | 43 | 3E | 0 | 2F | EC | 32 | 23 |
| Octal | 55 | 63 | 210 | 103 | 76 | 0 | 57 | 354 | 62 | 43 |
| Binary | 101101 | 110011 | 10001000 | 1000011 | 111110 | 0 | 101111 | 11101100 | 110010 | 100011 |
Color Harmonies of #2D3388
Complementary color
Monochromatic Colors of #2D3388
Black with #2D3388
Text Example
Text Example
White with #2D3388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3388; }
p { color: rgb(45,51,136); }
H1.HeaderClassName
{
color: #2D3388;
}
.AnyTagClassName
{
color: #2D3388;
}
</style>
background-color css
<style>
a { background-color: #2D3388; }
a { background-color: rgb(45,51,136); }
div.DivClassName
{
background-color: #2D3388;
}
.BgClassName
{
background-color: #2D3388;
}
</style>
border-color css
<style>
span { border-color: #2D3388; }
span { border-color: rgb(45,51,136); }
td.TdClassName
{
border-color: #2D3388;
}
.TagClassName
{
border-color: #2D3388;
}
</style>