Shades of Jacksons Purple #332F8D
Tints of Jacksons Purple #332F8D
RGB
CMYK
RGB Variations
Color information
#332F8D (or 0x332F8D) is known color: Jacksons Purple. HEX triplet: 33, 2F and 8D. RGB value is (51,47,141). Sum of RGB (Red+Green+Blue) = 51+47+141=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #332F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332F8D is #CCD072. Grayscale: #3A3A3A. Windows color (decimal): -13422707 or 9252659. OLE color: 9252659.
HSL color Cylindrical-coordinate representation of color #332F8D: hue angle of 242.55º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332F8D is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 47 | 141 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.45 |
| HSL | 242.55º | 0.5% | 0.37% | - |
| HSV(B) | 242.55º | 0.67% | 0.55% | - |
| XYZ | 7.19 | 4.66 | 25.72 | - |
| YUV | 58.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 141 | 0.64 | 0.67 | 0 | 0.45 | 242.55 | 0.5 | 0.37 |
| Hex | 33 | 2F | 8D | 40 | 43 | 0 | 2D | F3 | 32 | 25 |
| Octal | 63 | 57 | 215 | 100 | 103 | 0 | 55 | 363 | 62 | 45 |
| Binary | 110011 | 101111 | 10001101 | 1000000 | 1000011 | 0 | 101101 | 11110011 | 110010 | 100101 |
Color Harmonies of #332F8D
Complementary color
Monochromatic Colors of #332F8D
Black with #332F8D
Text Example
Text Example
White with #332F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F8D; }
p { color: rgb(51,47,141); }
H1.HeaderClassName
{
color: #332F8D;
}
.AnyTagClassName
{
color: #332F8D;
}
</style>
background-color css
<style>
a { background-color: #332F8D; }
a { background-color: rgb(51,47,141); }
div.DivClassName
{
background-color: #332F8D;
}
.BgClassName
{
background-color: #332F8D;
}
</style>
border-color css
<style>
span { border-color: #332F8D; }
span { border-color: rgb(51,47,141); }
td.TdClassName
{
border-color: #332F8D;
}
.TagClassName
{
border-color: #332F8D;
}
</style>