Shades of Jacksons Purple #333490
Tints of Jacksons Purple #333490
RGB
CMYK
RGB Variations
Color information
#333490 (or 0x333490) is known color: Jacksons Purple. HEX triplet: 33, 34 and 90. RGB value is (51,52,144). Sum of RGB (Red+Green+Blue) = 51+52+144=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #333490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333490 is #CCCB6F. Grayscale: #3D3D3D. Windows color (decimal): -13421424 or 9450547. OLE color: 9450547.
HSL color Cylindrical-coordinate representation of color #333490: hue angle of 239.35º 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 #333490 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 52 | 144 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.44 |
| HSL | 239.35º | 0.48% | 0.38% | - |
| HSV(B) | 239.35º | 0.65% | 0.56% | - |
| XYZ | 7.63 | 5.17 | 26.98 | - |
| YUV | 62.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 144 | 0.65 | 0.64 | 0 | 0.44 | 239.35 | 0.48 | 0.38 |
| Hex | 33 | 34 | 90 | 41 | 40 | 0 | 2C | EF | 30 | 26 |
| Octal | 63 | 64 | 220 | 101 | 100 | 0 | 54 | 357 | 60 | 46 |
| Binary | 110011 | 110100 | 10010000 | 1000001 | 1000000 | 0 | 101100 | 11101111 | 110000 | 100110 |
Color Harmonies of #333490
Complementary color
Monochromatic Colors of #333490
Black with #333490
Text Example
Text Example
White with #333490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333490; }
p { color: rgb(51,52,144); }
H1.HeaderClassName
{
color: #333490;
}
.AnyTagClassName
{
color: #333490;
}
</style>
background-color css
<style>
a { background-color: #333490; }
a { background-color: rgb(51,52,144); }
div.DivClassName
{
background-color: #333490;
}
.BgClassName
{
background-color: #333490;
}
</style>
border-color css
<style>
span { border-color: #333490; }
span { border-color: rgb(51,52,144); }
td.TdClassName
{
border-color: #333490;
}
.TagClassName
{
border-color: #333490;
}
</style>