Shades of Jacksons Purple #333F89
Tints of Jacksons Purple #333F89
RGB
CMYK
RGB Variations
Color information
#333F89 (or 0x333F89) is known color: Jacksons Purple. HEX triplet: 33, 3F and 89. RGB value is (51,63,137). Sum of RGB (Red+Green+Blue) = 51+63+137=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #333F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F89 is #CCC076. Grayscale: #434343. Windows color (decimal): -13418615 or 8994611. OLE color: 8994611.
HSL color Cylindrical-coordinate representation of color #333F89: hue angle of 231.63º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333F89 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 63 | 137 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.46 |
| HSL | 231.63º | 0.46% | 0.37% | - |
| HSV(B) | 231.63º | 0.63% | 0.54% | - |
| XYZ | 7.66 | 6.06 | 24.43 | - |
| YUV | 67.85 | 167.02 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 137 | 0.63 | 0.54 | 0 | 0.46 | 231.63 | 0.46 | 0.37 |
| Hex | 33 | 3F | 89 | 3F | 36 | 0 | 2E | E8 | 2E | 25 |
| Octal | 63 | 77 | 211 | 77 | 66 | 0 | 56 | 350 | 56 | 45 |
| Binary | 110011 | 111111 | 10001001 | 111111 | 110110 | 0 | 101110 | 11101000 | 101110 | 100101 |
Color Harmonies of #333F89
Complementary color
Monochromatic Colors of #333F89
Black with #333F89
Text Example
Text Example
White with #333F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F89; }
p { color: rgb(51,63,137); }
H1.HeaderClassName
{
color: #333F89;
}
.AnyTagClassName
{
color: #333F89;
}
</style>
background-color css
<style>
a { background-color: #333F89; }
a { background-color: rgb(51,63,137); }
div.DivClassName
{
background-color: #333F89;
}
.BgClassName
{
background-color: #333F89;
}
</style>
border-color css
<style>
span { border-color: #333F89; }
span { border-color: rgb(51,63,137); }
td.TdClassName
{
border-color: #333F89;
}
.TagClassName
{
border-color: #333F89;
}
</style>