Shades of Jacksons Purple #333887
Tints of Jacksons Purple #333887
RGB
CMYK
RGB Variations
Color information
#333887 (or 0x333887) is known color: Jacksons Purple. HEX triplet: 33, 38 and 87. RGB value is (51,56,135). Sum of RGB (Red+Green+Blue) = 51+56+135=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #333887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333887 is #CCC778. Grayscale: #3F3F3F. Windows color (decimal): -13420409 or 8861747. OLE color: 8861747.
HSL color Cylindrical-coordinate representation of color #333887: hue angle of 236.43º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #333887 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 56 | 135 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.47 |
| HSL | 236.43º | 0.45% | 0.36% | - |
| HSV(B) | 236.43º | 0.62% | 0.53% | - |
| XYZ | 7.15 | 5.28 | 23.56 | - |
| YUV | 63.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 135 | 0.62 | 0.59 | 0 | 0.47 | 236.43 | 0.45 | 0.36 |
| Hex | 33 | 38 | 87 | 3E | 3B | 0 | 2F | EC | 2D | 24 |
| Octal | 63 | 70 | 207 | 76 | 73 | 0 | 57 | 354 | 55 | 44 |
| Binary | 110011 | 111000 | 10000111 | 111110 | 111011 | 0 | 101111 | 11101100 | 101101 | 100100 |
Color Harmonies of #333887
Complementary color
Monochromatic Colors of #333887
Black with #333887
Text Example
Text Example
White with #333887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333887; }
p { color: rgb(51,56,135); }
H1.HeaderClassName
{
color: #333887;
}
.AnyTagClassName
{
color: #333887;
}
</style>
background-color css
<style>
a { background-color: #333887; }
a { background-color: rgb(51,56,135); }
div.DivClassName
{
background-color: #333887;
}
.BgClassName
{
background-color: #333887;
}
</style>
border-color css
<style>
span { border-color: #333887; }
span { border-color: rgb(51,56,135); }
td.TdClassName
{
border-color: #333887;
}
.TagClassName
{
border-color: #333887;
}
</style>