Shades of Jacksons Purple #353382
Tints of Jacksons Purple #353382
RGB
CMYK
RGB Variations
Color information
#353382 (or 0x353382) is known color: Jacksons Purple. HEX triplet: 35, 33 and 82. RGB value is (53,51,130). Sum of RGB (Red+Green+Blue) = 53+51+130=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #353382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353382 is #CACC7D. Grayscale: #3C3C3C. Windows color (decimal): -13290622 or 8532789. OLE color: 8532789.
HSL color Cylindrical-coordinate representation of color #353382: hue angle of 241.52º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #353382 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 51 | 130 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.49 |
| HSL | 241.52º | 0.44% | 0.35% | - |
| HSV(B) | 241.52º | 0.61% | 0.51% | - |
| XYZ | 6.68 | 4.74 | 21.68 | - |
| YUV | 60.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 130 | 0.59 | 0.61 | 0 | 0.49 | 241.52 | 0.44 | 0.35 |
| Hex | 35 | 33 | 82 | 3B | 3D | 0 | 31 | F2 | 2C | 23 |
| Octal | 65 | 63 | 202 | 73 | 75 | 0 | 61 | 362 | 54 | 43 |
| Binary | 110101 | 110011 | 10000010 | 111011 | 111101 | 0 | 110001 | 11110010 | 101100 | 100011 |
Color Harmonies of #353382
Complementary color
Monochromatic Colors of #353382
Black with #353382
Text Example
Text Example
White with #353382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353382; }
p { color: rgb(53,51,130); }
H1.HeaderClassName
{
color: #353382;
}
.AnyTagClassName
{
color: #353382;
}
</style>
background-color css
<style>
a { background-color: #353382; }
a { background-color: rgb(53,51,130); }
div.DivClassName
{
background-color: #353382;
}
.BgClassName
{
background-color: #353382;
}
</style>
border-color css
<style>
span { border-color: #353382; }
span { border-color: rgb(53,51,130); }
td.TdClassName
{
border-color: #353382;
}
.TagClassName
{
border-color: #353382;
}
</style>