Shades of Jacksons Purple #33308F
Tints of Jacksons Purple #33308F
RGB
CMYK
RGB Variations
Color information
#33308F (or 0x33308F) is known color: Jacksons Purple. HEX triplet: 33, 30 and 8F. RGB value is (51,48,143). Sum of RGB (Red+Green+Blue) = 51+48+143=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #33308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33308F is #CCCF70. Grayscale: #3B3B3B. Windows color (decimal): -13422449 or 9383987. OLE color: 9383987.
HSL color Cylindrical-coordinate representation of color #33308F: hue angle of 241.89º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33308F is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 48 | 143 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.44 |
| HSL | 241.89º | 0.5% | 0.37% | - |
| HSV(B) | 241.89º | 0.66% | 0.56% | - |
| XYZ | 7.38 | 4.8 | 26.52 | - |
| YUV | 59.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 143 | 0.64 | 0.66 | 0 | 0.44 | 241.89 | 0.5 | 0.37 |
| Hex | 33 | 30 | 8F | 40 | 42 | 0 | 2C | F2 | 32 | 25 |
| Octal | 63 | 60 | 217 | 100 | 102 | 0 | 54 | 362 | 62 | 45 |
| Binary | 110011 | 110000 | 10001111 | 1000000 | 1000010 | 0 | 101100 | 11110010 | 110010 | 100101 |
Color Harmonies of #33308F
Complementary color
Monochromatic Colors of #33308F
Black with #33308F
Text Example
Text Example
White with #33308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33308F; }
p { color: rgb(51,48,143); }
H1.HeaderClassName
{
color: #33308F;
}
.AnyTagClassName
{
color: #33308F;
}
</style>
background-color css
<style>
a { background-color: #33308F; }
a { background-color: rgb(51,48,143); }
div.DivClassName
{
background-color: #33308F;
}
.BgClassName
{
background-color: #33308F;
}
</style>
border-color css
<style>
span { border-color: #33308F; }
span { border-color: rgb(51,48,143); }
td.TdClassName
{
border-color: #33308F;
}
.TagClassName
{
border-color: #33308F;
}
</style>