Shades of Jacksons Purple #333588
Tints of Jacksons Purple #333588
RGB
CMYK
RGB Variations
Color information
#333588 (or 0x333588) is known color: Jacksons Purple. HEX triplet: 33, 35 and 88. RGB value is (51,53,136). Sum of RGB (Red+Green+Blue) = 51+53+136=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #333588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333588 is #CCCA77. Grayscale: #3D3D3D. Windows color (decimal): -13421176 or 8926515. OLE color: 8926515.
HSL color Cylindrical-coordinate representation of color #333588: hue angle of 238.59º 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 #333588 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 53 | 136 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.47 |
| HSL | 238.59º | 0.45% | 0.37% | - |
| HSV(B) | 238.59º | 0.63% | 0.53% | - |
| XYZ | 7.08 | 5.03 | 23.89 | - |
| YUV | 61.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 136 | 0.62 | 0.61 | 0 | 0.47 | 238.59 | 0.45 | 0.37 |
| Hex | 33 | 35 | 88 | 3E | 3D | 0 | 2F | EF | 2D | 25 |
| Octal | 63 | 65 | 210 | 76 | 75 | 0 | 57 | 357 | 55 | 45 |
| Binary | 110011 | 110101 | 10001000 | 111110 | 111101 | 0 | 101111 | 11101111 | 101101 | 100101 |
Color Harmonies of #333588
Complementary color
Monochromatic Colors of #333588
Black with #333588
Text Example
Text Example
White with #333588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333588; }
p { color: rgb(51,53,136); }
H1.HeaderClassName
{
color: #333588;
}
.AnyTagClassName
{
color: #333588;
}
</style>
background-color css
<style>
a { background-color: #333588; }
a { background-color: rgb(51,53,136); }
div.DivClassName
{
background-color: #333588;
}
.BgClassName
{
background-color: #333588;
}
</style>
border-color css
<style>
span { border-color: #333588; }
span { border-color: rgb(51,53,136); }
td.TdClassName
{
border-color: #333588;
}
.TagClassName
{
border-color: #333588;
}
</style>