Shades of Jacksons Purple #333B85
Tints of Jacksons Purple #333B85
RGB
CMYK
RGB Variations
Color information
#333B85 (or 0x333B85) is known color: Jacksons Purple. HEX triplet: 33, 3B and 85. RGB value is (51,59,133). Sum of RGB (Red+Green+Blue) = 51+59+133=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #333B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B85 is #CCC47A. Grayscale: #404040. Windows color (decimal): -13419643 or 8731443. OLE color: 8731443.
HSL color Cylindrical-coordinate representation of color #333B85: hue angle of 234.15º 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 #333B85 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 59 | 133 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.48 |
| HSL | 234.15º | 0.45% | 0.36% | - |
| HSV(B) | 234.15º | 0.62% | 0.52% | - |
| XYZ | 7.16 | 5.53 | 22.88 | - |
| YUV | 65.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 133 | 0.62 | 0.56 | 0 | 0.48 | 234.15 | 0.45 | 0.36 |
| Hex | 33 | 3B | 85 | 3E | 38 | 0 | 30 | EA | 2D | 24 |
| Octal | 63 | 73 | 205 | 76 | 70 | 0 | 60 | 352 | 55 | 44 |
| Binary | 110011 | 111011 | 10000101 | 111110 | 111000 | 0 | 110000 | 11101010 | 101101 | 100100 |
Color Harmonies of #333B85
Complementary color
Monochromatic Colors of #333B85
Black with #333B85
Text Example
Text Example
White with #333B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B85; }
p { color: rgb(51,59,133); }
H1.HeaderClassName
{
color: #333B85;
}
.AnyTagClassName
{
color: #333B85;
}
</style>
background-color css
<style>
a { background-color: #333B85; }
a { background-color: rgb(51,59,133); }
div.DivClassName
{
background-color: #333B85;
}
.BgClassName
{
background-color: #333B85;
}
</style>
border-color css
<style>
span { border-color: #333B85; }
span { border-color: rgb(51,59,133); }
td.TdClassName
{
border-color: #333B85;
}
.TagClassName
{
border-color: #333B85;
}
</style>