Shades of Jacksons Purple #333286
Tints of Jacksons Purple #333286
RGB
CMYK
RGB Variations
Color information
#333286 (or 0x333286) is known color: Jacksons Purple. HEX triplet: 33, 32 and 86. RGB value is (51,50,134). Sum of RGB (Red+Green+Blue) = 51+50+134=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #333286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333286 is #CCCD79. Grayscale: #3B3B3B. Windows color (decimal): -13421946 or 8794675. OLE color: 8794675.
HSL color Cylindrical-coordinate representation of color #333286: hue angle of 240.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333286 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 50 | 134 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.47 |
| HSL | 240.71º | 0.46% | 0.36% | - |
| HSV(B) | 240.71º | 0.63% | 0.53% | - |
| XYZ | 6.81 | 4.71 | 23.1 | - |
| YUV | 59.88 | 169.83 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 134 | 0.62 | 0.63 | 0 | 0.47 | 240.71 | 0.46 | 0.36 |
| Hex | 33 | 32 | 86 | 3E | 3F | 0 | 2F | F1 | 2E | 24 |
| Octal | 63 | 62 | 206 | 76 | 77 | 0 | 57 | 361 | 56 | 44 |
| Binary | 110011 | 110010 | 10000110 | 111110 | 111111 | 0 | 101111 | 11110001 | 101110 | 100100 |
Color Harmonies of #333286
Complementary color
Monochromatic Colors of #333286
Black with #333286
Text Example
Text Example
White with #333286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333286; }
p { color: rgb(51,50,134); }
H1.HeaderClassName
{
color: #333286;
}
.AnyTagClassName
{
color: #333286;
}
</style>
background-color css
<style>
a { background-color: #333286; }
a { background-color: rgb(51,50,134); }
div.DivClassName
{
background-color: #333286;
}
.BgClassName
{
background-color: #333286;
}
</style>
border-color css
<style>
span { border-color: #333286; }
span { border-color: rgb(51,50,134); }
td.TdClassName
{
border-color: #333286;
}
.TagClassName
{
border-color: #333286;
}
</style>