Shades of Jacksons Purple #333290
Tints of Jacksons Purple #333290
RGB
CMYK
RGB Variations
Color information
#333290 (or 0x333290) is known color: Jacksons Purple. HEX triplet: 33, 32 and 90. RGB value is (51,50,144). Sum of RGB (Red+Green+Blue) = 51+50+144=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #333290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333290 is #CCCD6F. Grayscale: #3C3C3C. Windows color (decimal): -13421936 or 9450035. OLE color: 9450035.
HSL color Cylindrical-coordinate representation of color #333290: hue angle of 240.64º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333290 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 50 | 144 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.44 |
| HSL | 240.64º | 0.48% | 0.38% | - |
| HSV(B) | 240.64º | 0.65% | 0.56% | - |
| XYZ | 7.54 | 5 | 26.95 | - |
| YUV | 61.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 144 | 0.65 | 0.65 | 0 | 0.44 | 240.64 | 0.48 | 0.38 |
| Hex | 33 | 32 | 90 | 41 | 41 | 0 | 2C | F1 | 30 | 26 |
| Octal | 63 | 62 | 220 | 101 | 101 | 0 | 54 | 361 | 60 | 46 |
| Binary | 110011 | 110010 | 10010000 | 1000001 | 1000001 | 0 | 101100 | 11110001 | 110000 | 100110 |
Color Harmonies of #333290
Complementary color
Monochromatic Colors of #333290
Black with #333290
Text Example
Text Example
White with #333290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333290; }
p { color: rgb(51,50,144); }
H1.HeaderClassName
{
color: #333290;
}
.AnyTagClassName
{
color: #333290;
}
</style>
background-color css
<style>
a { background-color: #333290; }
a { background-color: rgb(51,50,144); }
div.DivClassName
{
background-color: #333290;
}
.BgClassName
{
background-color: #333290;
}
</style>
border-color css
<style>
span { border-color: #333290; }
span { border-color: rgb(51,50,144); }
td.TdClassName
{
border-color: #333290;
}
.TagClassName
{
border-color: #333290;
}
</style>