Shades of Jacksons Purple #333B84
Tints of Jacksons Purple #333B84
RGB
CMYK
RGB Variations
Color information
#333B84 (or 0x333B84) is known color: Jacksons Purple. HEX triplet: 33, 3B and 84. RGB value is (51,59,132). Sum of RGB (Red+Green+Blue) = 51+59+132=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #333B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B84 is #CCC47B. Grayscale: #404040. Windows color (decimal): -13419644 or 8665907. OLE color: 8665907.
HSL color Cylindrical-coordinate representation of color #333B84: hue angle of 234.07º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #333B84 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 59 | 132 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.48 |
| HSL | 234.07º | 0.44% | 0.36% | - |
| HSV(B) | 234.07º | 0.61% | 0.52% | - |
| XYZ | 7.09 | 5.5 | 22.52 | - |
| YUV | 64.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 132 | 0.61 | 0.55 | 0 | 0.48 | 234.07 | 0.44 | 0.36 |
| Hex | 33 | 3B | 84 | 3D | 37 | 0 | 30 | EA | 2C | 24 |
| Octal | 63 | 73 | 204 | 75 | 67 | 0 | 60 | 352 | 54 | 44 |
| Binary | 110011 | 111011 | 10000100 | 111101 | 110111 | 0 | 110000 | 11101010 | 101100 | 100100 |
Color Harmonies of #333B84
Complementary color
Monochromatic Colors of #333B84
Black with #333B84
Text Example
Text Example
White with #333B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B84; }
p { color: rgb(51,59,132); }
H1.HeaderClassName
{
color: #333B84;
}
.AnyTagClassName
{
color: #333B84;
}
</style>
background-color css
<style>
a { background-color: #333B84; }
a { background-color: rgb(51,59,132); }
div.DivClassName
{
background-color: #333B84;
}
.BgClassName
{
background-color: #333B84;
}
</style>
border-color css
<style>
span { border-color: #333B84; }
span { border-color: rgb(51,59,132); }
td.TdClassName
{
border-color: #333B84;
}
.TagClassName
{
border-color: #333B84;
}
</style>