Shades of Jacksons Purple #333580
Tints of Jacksons Purple #333580
RGB
CMYK
RGB Variations
Color information
#333580 (or 0x333580) is known color: Jacksons Purple. HEX triplet: 33, 35 and 80. RGB value is (51,53,128). Sum of RGB (Red+Green+Blue) = 51+53+128=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #333580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333580 is #CCCA7F. Grayscale: #3C3C3C. Windows color (decimal): -13421184 or 8402227. OLE color: 8402227.
HSL color Cylindrical-coordinate representation of color #333580: hue angle of 238.44º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #333580 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 53 | 128 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.50 |
| HSL | 238.44º | 0.43% | 0.35% | - |
| HSV(B) | 238.44º | 0.6% | 0.5% | - |
| XYZ | 6.53 | 4.81 | 21.01 | - |
| YUV | 60.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 128 | 0.60 | 0.59 | 0 | 0.50 | 238.44 | 0.43 | 0.35 |
| Hex | 33 | 35 | 80 | 3C | 3B | 0 | 32 | EE | 2B | 23 |
| Octal | 63 | 65 | 200 | 74 | 73 | 0 | 62 | 356 | 53 | 43 |
| Binary | 110011 | 110101 | 10000000 | 111100 | 111011 | 0 | 110010 | 11101110 | 101011 | 100011 |
Color Harmonies of #333580
Complementary color
Monochromatic Colors of #333580
Black with #333580
Text Example
Text Example
White with #333580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333580; }
p { color: rgb(51,53,128); }
H1.HeaderClassName
{
color: #333580;
}
.AnyTagClassName
{
color: #333580;
}
</style>
background-color css
<style>
a { background-color: #333580; }
a { background-color: rgb(51,53,128); }
div.DivClassName
{
background-color: #333580;
}
.BgClassName
{
background-color: #333580;
}
</style>
border-color css
<style>
span { border-color: #333580; }
span { border-color: rgb(51,53,128); }
td.TdClassName
{
border-color: #333580;
}
.TagClassName
{
border-color: #333580;
}
</style>