Shades of Jacksons Purple #333488
Tints of Jacksons Purple #333488
RGB
CMYK
RGB Variations
Color information
#333488 (or 0x333488) is known color: Jacksons Purple. HEX triplet: 33, 34 and 88. RGB value is (51,52,136). Sum of RGB (Red+Green+Blue) = 51+52+136=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #333488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333488 is #CCCB77. Grayscale: #3C3C3C. Windows color (decimal): -13421432 or 8926259. OLE color: 8926259.
HSL color Cylindrical-coordinate representation of color #333488: hue angle of 239.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #333488 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 52 | 136 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.47 |
| HSL | 239.29º | 0.45% | 0.37% | - |
| HSV(B) | 239.29º | 0.63% | 0.53% | - |
| XYZ | 7.04 | 4.94 | 23.87 | - |
| YUV | 61.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 136 | 0.62 | 0.62 | 0 | 0.47 | 239.29 | 0.45 | 0.37 |
| Hex | 33 | 34 | 88 | 3E | 3E | 0 | 2F | EF | 2D | 25 |
| Octal | 63 | 64 | 210 | 76 | 76 | 0 | 57 | 357 | 55 | 45 |
| Binary | 110011 | 110100 | 10001000 | 111110 | 111110 | 0 | 101111 | 11101111 | 101101 | 100101 |
Color Harmonies of #333488
Complementary color
Monochromatic Colors of #333488
Black with #333488
Text Example
Text Example
White with #333488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333488; }
p { color: rgb(51,52,136); }
H1.HeaderClassName
{
color: #333488;
}
.AnyTagClassName
{
color: #333488;
}
</style>
background-color css
<style>
a { background-color: #333488; }
a { background-color: rgb(51,52,136); }
div.DivClassName
{
background-color: #333488;
}
.BgClassName
{
background-color: #333488;
}
</style>
border-color css
<style>
span { border-color: #333488; }
span { border-color: rgb(51,52,136); }
td.TdClassName
{
border-color: #333488;
}
.TagClassName
{
border-color: #333488;
}
</style>