Shades of Jacksons Purple #333189
Tints of Jacksons Purple #333189
RGB
CMYK
RGB Variations
Color information
#333189 (or 0x333189) is known color: Jacksons Purple. HEX triplet: 33, 31 and 89. RGB value is (51,49,137). Sum of RGB (Red+Green+Blue) = 51+49+137=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #333189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333189 is #CCCE76. Grayscale: #3B3B3B. Windows color (decimal): -13422199 or 8991027. OLE color: 8991027.
HSL color Cylindrical-coordinate representation of color #333189: hue angle of 241.36º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #333189 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 49 | 137 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.46 |
| HSL | 241.36º | 0.47% | 0.36% | - |
| HSV(B) | 241.36º | 0.64% | 0.54% | - |
| XYZ | 6.98 | 4.71 | 24.21 | - |
| YUV | 59.63 | 171.66 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 137 | 0.63 | 0.64 | 0 | 0.46 | 241.36 | 0.47 | 0.36 |
| Hex | 33 | 31 | 89 | 3F | 40 | 0 | 2E | F1 | 2F | 24 |
| Octal | 63 | 61 | 211 | 77 | 100 | 0 | 56 | 361 | 57 | 44 |
| Binary | 110011 | 110001 | 10001001 | 111111 | 1000000 | 0 | 101110 | 11110001 | 101111 | 100100 |
Color Harmonies of #333189
Complementary color
Monochromatic Colors of #333189
Black with #333189
Text Example
Text Example
White with #333189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333189; }
p { color: rgb(51,49,137); }
H1.HeaderClassName
{
color: #333189;
}
.AnyTagClassName
{
color: #333189;
}
</style>
background-color css
<style>
a { background-color: #333189; }
a { background-color: rgb(51,49,137); }
div.DivClassName
{
background-color: #333189;
}
.BgClassName
{
background-color: #333189;
}
</style>
border-color css
<style>
span { border-color: #333189; }
span { border-color: rgb(51,49,137); }
td.TdClassName
{
border-color: #333189;
}
.TagClassName
{
border-color: #333189;
}
</style>