Shades of Jacksons Purple #333B91
Tints of Jacksons Purple #333B91
RGB
CMYK
RGB Variations
Color information
#333B91 (or 0x333B91) is known color: Jacksons Purple. HEX triplet: 33, 3B and 91. RGB value is (51,59,145). Sum of RGB (Red+Green+Blue) = 51+59+145=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #333B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B91 is #CCC46E. Grayscale: #424242. Windows color (decimal): -13419631 or 9517875. OLE color: 9517875.
HSL color Cylindrical-coordinate representation of color #333B91: hue angle of 234.89º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333B91 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 59 | 145 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.43 |
| HSL | 234.89º | 0.48% | 0.38% | - |
| HSV(B) | 234.89º | 0.65% | 0.57% | - |
| XYZ | 8.04 | 5.88 | 27.5 | - |
| YUV | 66.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 145 | 0.65 | 0.59 | 0 | 0.43 | 234.89 | 0.48 | 0.38 |
| Hex | 33 | 3B | 91 | 41 | 3B | 0 | 2B | EB | 30 | 26 |
| Octal | 63 | 73 | 221 | 101 | 73 | 0 | 53 | 353 | 60 | 46 |
| Binary | 110011 | 111011 | 10010001 | 1000001 | 111011 | 0 | 101011 | 11101011 | 110000 | 100110 |
Color Harmonies of #333B91
Complementary color
Monochromatic Colors of #333B91
Black with #333B91
Text Example
Text Example
White with #333B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B91; }
p { color: rgb(51,59,145); }
H1.HeaderClassName
{
color: #333B91;
}
.AnyTagClassName
{
color: #333B91;
}
</style>
background-color css
<style>
a { background-color: #333B91; }
a { background-color: rgb(51,59,145); }
div.DivClassName
{
background-color: #333B91;
}
.BgClassName
{
background-color: #333B91;
}
</style>
border-color css
<style>
span { border-color: #333B91; }
span { border-color: rgb(51,59,145); }
td.TdClassName
{
border-color: #333B91;
}
.TagClassName
{
border-color: #333B91;
}
</style>