Shades of Jacksons Purple #333282
Tints of Jacksons Purple #333282
RGB
CMYK
RGB Variations
Color information
#333282 (or 0x333282) is known color: Jacksons Purple. HEX triplet: 33, 32 and 82. RGB value is (51,50,130). Sum of RGB (Red+Green+Blue) = 51+50+130=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #333282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333282 is #CCCD7D. Grayscale: #3B3B3B. Windows color (decimal): -13421950 or 8532531. OLE color: 8532531.
HSL color Cylindrical-coordinate representation of color #333282: hue angle of 240.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #333282 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 50 | 130 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.49 |
| HSL | 240.75º | 0.44% | 0.35% | - |
| HSV(B) | 240.75º | 0.62% | 0.51% | - |
| XYZ | 6.54 | 4.6 | 21.66 | - |
| YUV | 59.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 130 | 0.61 | 0.62 | 0 | 0.49 | 240.75 | 0.44 | 0.35 |
| Hex | 33 | 32 | 82 | 3D | 3E | 0 | 31 | F1 | 2C | 23 |
| Octal | 63 | 62 | 202 | 75 | 76 | 0 | 61 | 361 | 54 | 43 |
| Binary | 110011 | 110010 | 10000010 | 111101 | 111110 | 0 | 110001 | 11110001 | 101100 | 100011 |
Color Harmonies of #333282
Complementary color
Monochromatic Colors of #333282
Black with #333282
Text Example
Text Example
White with #333282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333282; }
p { color: rgb(51,50,130); }
H1.HeaderClassName
{
color: #333282;
}
.AnyTagClassName
{
color: #333282;
}
</style>
background-color css
<style>
a { background-color: #333282; }
a { background-color: rgb(51,50,130); }
div.DivClassName
{
background-color: #333282;
}
.BgClassName
{
background-color: #333282;
}
</style>
border-color css
<style>
span { border-color: #333282; }
span { border-color: rgb(51,50,130); }
td.TdClassName
{
border-color: #333282;
}
.TagClassName
{
border-color: #333282;
}
</style>