Shades of Jacksons Purple #33328F
Tints of Jacksons Purple #33328F
RGB
CMYK
RGB Variations
Color information
#33328F (or 0x33328F) is known color: Jacksons Purple. HEX triplet: 33, 32 and 8F. RGB value is (51,50,143). Sum of RGB (Red+Green+Blue) = 51+50+143=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #33328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33328F is #CCCD70. Grayscale: #3C3C3C. Windows color (decimal): -13421937 or 9384499. OLE color: 9384499.
HSL color Cylindrical-coordinate representation of color #33328F: hue angle of 240.65º 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 #33328F is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 50 | 143 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.44 |
| HSL | 240.65º | 0.48% | 0.38% | - |
| HSV(B) | 240.65º | 0.65% | 0.56% | - |
| XYZ | 7.46 | 4.97 | 26.55 | - |
| YUV | 60.9 | 174.33 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 143 | 0.64 | 0.65 | 0 | 0.44 | 240.65 | 0.48 | 0.38 |
| Hex | 33 | 32 | 8F | 40 | 41 | 0 | 2C | F1 | 30 | 26 |
| Octal | 63 | 62 | 217 | 100 | 101 | 0 | 54 | 361 | 60 | 46 |
| Binary | 110011 | 110010 | 10001111 | 1000000 | 1000001 | 0 | 101100 | 11110001 | 110000 | 100110 |
Color Harmonies of #33328F
Complementary color
Monochromatic Colors of #33328F
Black with #33328F
Text Example
Text Example
White with #33328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33328F; }
p { color: rgb(51,50,143); }
H1.HeaderClassName
{
color: #33328F;
}
.AnyTagClassName
{
color: #33328F;
}
</style>
background-color css
<style>
a { background-color: #33328F; }
a { background-color: rgb(51,50,143); }
div.DivClassName
{
background-color: #33328F;
}
.BgClassName
{
background-color: #33328F;
}
</style>
border-color css
<style>
span { border-color: #33328F; }
span { border-color: rgb(51,50,143); }
td.TdClassName
{
border-color: #33328F;
}
.TagClassName
{
border-color: #33328F;
}
</style>