Shades of Jacksons Purple #333986
Tints of Jacksons Purple #333986
RGB
CMYK
RGB Variations
Color information
#333986 (or 0x333986) is known color: Jacksons Purple. HEX triplet: 33, 39 and 86. RGB value is (51,57,134). Sum of RGB (Red+Green+Blue) = 51+57+134=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #333986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333986 is #CCC679. Grayscale: #3F3F3F. Windows color (decimal): -13420154 or 8796467. OLE color: 8796467.
HSL color Cylindrical-coordinate representation of color #333986: hue angle of 235.66º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #333986 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 57 | 134 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.47 |
| HSL | 235.66º | 0.45% | 0.36% | - |
| HSV(B) | 235.66º | 0.62% | 0.53% | - |
| XYZ | 7.13 | 5.35 | 23.21 | - |
| YUV | 63.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 134 | 0.62 | 0.57 | 0 | 0.47 | 235.66 | 0.45 | 0.36 |
| Hex | 33 | 39 | 86 | 3E | 39 | 0 | 2F | EC | 2D | 24 |
| Octal | 63 | 71 | 206 | 76 | 71 | 0 | 57 | 354 | 55 | 44 |
| Binary | 110011 | 111001 | 10000110 | 111110 | 111001 | 0 | 101111 | 11101100 | 101101 | 100100 |
Color Harmonies of #333986
Complementary color
Monochromatic Colors of #333986
Black with #333986
Text Example
Text Example
White with #333986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333986; }
p { color: rgb(51,57,134); }
H1.HeaderClassName
{
color: #333986;
}
.AnyTagClassName
{
color: #333986;
}
</style>
background-color css
<style>
a { background-color: #333986; }
a { background-color: rgb(51,57,134); }
div.DivClassName
{
background-color: #333986;
}
.BgClassName
{
background-color: #333986;
}
</style>
border-color css
<style>
span { border-color: #333986; }
span { border-color: rgb(51,57,134); }
td.TdClassName
{
border-color: #333986;
}
.TagClassName
{
border-color: #333986;
}
</style>