Shades of Jacksons Purple #352C84
Tints of Jacksons Purple #352C84
RGB
CMYK
RGB Variations
Color information
#352C84 (or 0x352C84) is known color: Jacksons Purple. HEX triplet: 35, 2C and 84. RGB value is (53,44,132). Sum of RGB (Red+Green+Blue) = 53+44+132=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #352C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352C84 is #CAD37B. Grayscale: #383838. Windows color (decimal): -13292412 or 8662069. OLE color: 8662069.
HSL color Cylindrical-coordinate representation of color #352C84: hue angle of 246.14º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352C84 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 44 | 132 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.48 |
| HSL | 246.14º | 0.5% | 0.35% | - |
| HSV(B) | 246.14º | 0.67% | 0.52% | - |
| XYZ | 6.53 | 4.22 | 22.3 | - |
| YUV | 56.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 132 | 0.60 | 0.67 | 0 | 0.48 | 246.14 | 0.5 | 0.35 |
| Hex | 35 | 2C | 84 | 3C | 43 | 0 | 30 | F6 | 32 | 23 |
| Octal | 65 | 54 | 204 | 74 | 103 | 0 | 60 | 366 | 62 | 43 |
| Binary | 110101 | 101100 | 10000100 | 111100 | 1000011 | 0 | 110000 | 11110110 | 110010 | 100011 |
Color Harmonies of #352C84
Complementary color
Monochromatic Colors of #352C84
Black with #352C84
Text Example
Text Example
White with #352C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C84; }
p { color: rgb(53,44,132); }
H1.HeaderClassName
{
color: #352C84;
}
.AnyTagClassName
{
color: #352C84;
}
</style>
background-color css
<style>
a { background-color: #352C84; }
a { background-color: rgb(53,44,132); }
div.DivClassName
{
background-color: #352C84;
}
.BgClassName
{
background-color: #352C84;
}
</style>
border-color css
<style>
span { border-color: #352C84; }
span { border-color: rgb(53,44,132); }
td.TdClassName
{
border-color: #352C84;
}
.TagClassName
{
border-color: #352C84;
}
</style>