Shades of Jacksons Purple #33328B
Tints of Jacksons Purple #33328B
RGB
CMYK
RGB Variations
Color information
#33328B (or 0x33328B) is known color: Jacksons Purple. HEX triplet: 33, 32 and 8B. RGB value is (51,50,139). Sum of RGB (Red+Green+Blue) = 51+50+139=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #33328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33328B is #CCCD74. Grayscale: #3C3C3C. Windows color (decimal): -13421941 or 9122355. OLE color: 9122355.
HSL color Cylindrical-coordinate representation of color #33328B: hue angle of 240.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33328B is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 50 | 139 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.45 |
| HSL | 240.67º | 0.47% | 0.37% | - |
| HSV(B) | 240.67º | 0.64% | 0.55% | - |
| XYZ | 7.17 | 4.85 | 24.98 | - |
| YUV | 60.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 139 | 0.63 | 0.64 | 0 | 0.45 | 240.67 | 0.47 | 0.37 |
| Hex | 33 | 32 | 8B | 3F | 40 | 0 | 2D | F1 | 2F | 25 |
| Octal | 63 | 62 | 213 | 77 | 100 | 0 | 55 | 361 | 57 | 45 |
| Binary | 110011 | 110010 | 10001011 | 111111 | 1000000 | 0 | 101101 | 11110001 | 101111 | 100101 |
Color Harmonies of #33328B
Complementary color
Monochromatic Colors of #33328B
Black with #33328B
Text Example
Text Example
White with #33328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33328B; }
p { color: rgb(51,50,139); }
H1.HeaderClassName
{
color: #33328B;
}
.AnyTagClassName
{
color: #33328B;
}
</style>
background-color css
<style>
a { background-color: #33328B; }
a { background-color: rgb(51,50,139); }
div.DivClassName
{
background-color: #33328B;
}
.BgClassName
{
background-color: #33328B;
}
</style>
border-color css
<style>
span { border-color: #33328B; }
span { border-color: rgb(51,50,139); }
td.TdClassName
{
border-color: #33328B;
}
.TagClassName
{
border-color: #33328B;
}
</style>