Shades of Jacksons Purple #333390
Tints of Jacksons Purple #333390
RGB
CMYK
RGB Variations
Color information
#333390 (or 0x333390) is known color: Jacksons Purple. HEX triplet: 33, 33 and 90. RGB value is (51,51,144). Sum of RGB (Red+Green+Blue) = 51+51+144=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #333390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333390 is #CCCC6F. Grayscale: #3D3D3D. Windows color (decimal): -13421680 or 9450291. OLE color: 9450291.
HSL color Cylindrical-coordinate representation of color #333390: hue angle of 240º 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 #333390 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 51 | 144 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.44 |
| HSL | 240º | 0.48% | 0.38% | - |
| HSV(B) | 240º | 0.65% | 0.56% | - |
| XYZ | 7.58 | 5.09 | 26.97 | - |
| YUV | 61.6 | 174.5 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 144 | 0.65 | 0.65 | 0 | 0.44 | 240 | 0.48 | 0.38 |
| Hex | 33 | 33 | 90 | 41 | 41 | 0 | 2C | F0 | 30 | 26 |
| Octal | 63 | 63 | 220 | 101 | 101 | 0 | 54 | 360 | 60 | 46 |
| Binary | 110011 | 110011 | 10010000 | 1000001 | 1000001 | 0 | 101100 | 11110000 | 110000 | 100110 |
Color Harmonies of #333390
Complementary color
Monochromatic Colors of #333390
Black with #333390
Text Example
Text Example
White with #333390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333390; }
p { color: rgb(51,51,144); }
H1.HeaderClassName
{
color: #333390;
}
.AnyTagClassName
{
color: #333390;
}
</style>
background-color css
<style>
a { background-color: #333390; }
a { background-color: rgb(51,51,144); }
div.DivClassName
{
background-color: #333390;
}
.BgClassName
{
background-color: #333390;
}
</style>
border-color css
<style>
span { border-color: #333390; }
span { border-color: rgb(51,51,144); }
td.TdClassName
{
border-color: #333390;
}
.TagClassName
{
border-color: #333390;
}
</style>