Shades of Jacksons Purple #352A84
Tints of Jacksons Purple #352A84
RGB
CMYK
RGB Variations
Color information
#352A84 (or 0x352A84) is known color: Jacksons Purple. HEX triplet: 35, 2A and 84. RGB value is (53,42,132). Sum of RGB (Red+Green+Blue) = 53+42+132=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #352A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352A84 is #CAD57B. Grayscale: #373737. Windows color (decimal): -13292924 or 8661557. OLE color: 8661557.
HSL color Cylindrical-coordinate representation of color #352A84: hue angle of 247.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352A84 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 42 | 132 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.48 |
| HSL | 247.33º | 0.52% | 0.34% | - |
| HSV(B) | 247.33º | 0.68% | 0.52% | - |
| XYZ | 6.46 | 4.08 | 22.28 | - |
| YUV | 55.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 132 | 0.60 | 0.68 | 0 | 0.48 | 247.33 | 0.52 | 0.34 |
| Hex | 35 | 2A | 84 | 3C | 44 | 0 | 30 | F7 | 34 | 22 |
| Octal | 65 | 52 | 204 | 74 | 104 | 0 | 60 | 367 | 64 | 42 |
| Binary | 110101 | 101010 | 10000100 | 111100 | 1000100 | 0 | 110000 | 11110111 | 110100 | 100010 |
Color Harmonies of #352A84
Complementary color
Monochromatic Colors of #352A84
Black with #352A84
Text Example
Text Example
White with #352A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A84; }
p { color: rgb(53,42,132); }
H1.HeaderClassName
{
color: #352A84;
}
.AnyTagClassName
{
color: #352A84;
}
</style>
background-color css
<style>
a { background-color: #352A84; }
a { background-color: rgb(53,42,132); }
div.DivClassName
{
background-color: #352A84;
}
.BgClassName
{
background-color: #352A84;
}
</style>
border-color css
<style>
span { border-color: #352A84; }
span { border-color: rgb(53,42,132); }
td.TdClassName
{
border-color: #352A84;
}
.TagClassName
{
border-color: #352A84;
}
</style>