Shades of Jacksons Purple #333F85
Tints of Jacksons Purple #333F85
RGB
CMYK
RGB Variations
Color information
#333F85 (or 0x333F85) is known color: Jacksons Purple. HEX triplet: 33, 3F and 85. RGB value is (51,63,133). Sum of RGB (Red+Green+Blue) = 51+63+133=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #333F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F85 is #CCC07A. Grayscale: #434343. Windows color (decimal): -13418619 or 8732467. OLE color: 8732467.
HSL color Cylindrical-coordinate representation of color #333F85: hue angle of 231.22º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #333F85 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 63 | 133 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.48 |
| HSL | 231.22º | 0.45% | 0.36% | - |
| HSV(B) | 231.22º | 0.62% | 0.52% | - |
| XYZ | 7.38 | 5.95 | 22.95 | - |
| YUV | 67.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 133 | 0.62 | 0.53 | 0 | 0.48 | 231.22 | 0.45 | 0.36 |
| Hex | 33 | 3F | 85 | 3E | 35 | 0 | 30 | E7 | 2D | 24 |
| Octal | 63 | 77 | 205 | 76 | 65 | 0 | 60 | 347 | 55 | 44 |
| Binary | 110011 | 111111 | 10000101 | 111110 | 110101 | 0 | 110000 | 11100111 | 101101 | 100100 |
Color Harmonies of #333F85
Complementary color
Monochromatic Colors of #333F85
Black with #333F85
Text Example
Text Example
White with #333F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F85; }
p { color: rgb(51,63,133); }
H1.HeaderClassName
{
color: #333F85;
}
.AnyTagClassName
{
color: #333F85;
}
</style>
background-color css
<style>
a { background-color: #333F85; }
a { background-color: rgb(51,63,133); }
div.DivClassName
{
background-color: #333F85;
}
.BgClassName
{
background-color: #333F85;
}
</style>
border-color css
<style>
span { border-color: #333F85; }
span { border-color: rgb(51,63,133); }
td.TdClassName
{
border-color: #333F85;
}
.TagClassName
{
border-color: #333F85;
}
</style>