Shades of Jacksons Purple #333384
Tints of Jacksons Purple #333384
RGB
CMYK
RGB Variations
Color information
#333384 (or 0x333384) is known color: Jacksons Purple. HEX triplet: 33, 33 and 84. RGB value is (51,51,132). Sum of RGB (Red+Green+Blue) = 51+51+132=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #333384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333384 is #CCCC7B. Grayscale: #3B3B3B. Windows color (decimal): -13421692 or 8663859. OLE color: 8663859.
HSL color Cylindrical-coordinate representation of color #333384: hue angle of 240º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #333384 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 51 | 132 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.48 |
| HSL | 240º | 0.44% | 0.36% | - |
| HSV(B) | 240º | 0.61% | 0.52% | - |
| XYZ | 6.71 | 4.74 | 22.39 | - |
| YUV | 60.23 | 168.5 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 132 | 0.61 | 0.61 | 0 | 0.48 | 240 | 0.44 | 0.36 |
| Hex | 33 | 33 | 84 | 3D | 3D | 0 | 30 | F0 | 2C | 24 |
| Octal | 63 | 63 | 204 | 75 | 75 | 0 | 60 | 360 | 54 | 44 |
| Binary | 110011 | 110011 | 10000100 | 111101 | 111101 | 0 | 110000 | 11110000 | 101100 | 100100 |
Color Harmonies of #333384
Complementary color
Monochromatic Colors of #333384
Black with #333384
Text Example
Text Example
White with #333384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333384; }
p { color: rgb(51,51,132); }
H1.HeaderClassName
{
color: #333384;
}
.AnyTagClassName
{
color: #333384;
}
</style>
background-color css
<style>
a { background-color: #333384; }
a { background-color: rgb(51,51,132); }
div.DivClassName
{
background-color: #333384;
}
.BgClassName
{
background-color: #333384;
}
</style>
border-color css
<style>
span { border-color: #333384; }
span { border-color: rgb(51,51,132); }
td.TdClassName
{
border-color: #333384;
}
.TagClassName
{
border-color: #333384;
}
</style>