Shades of Jacksons Purple #352C85
Tints of Jacksons Purple #352C85
RGB
CMYK
RGB Variations
Color information
#352C85 (or 0x352C85) is known color: Jacksons Purple. HEX triplet: 35, 2C and 85. RGB value is (53,44,133). Sum of RGB (Red+Green+Blue) = 53+44+133=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #352C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352C85 is #CAD37A. Grayscale: #383838. Windows color (decimal): -13292411 or 8727605. OLE color: 8727605.
HSL color Cylindrical-coordinate representation of color #352C85: hue angle of 246.07º 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 #352C85 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 44 | 133 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.48 |
| HSL | 246.07º | 0.5% | 0.35% | - |
| HSV(B) | 246.07º | 0.67% | 0.52% | - |
| XYZ | 6.6 | 4.25 | 22.66 | - |
| YUV | 56.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 133 | 0.60 | 0.67 | 0 | 0.48 | 246.07 | 0.5 | 0.35 |
| Hex | 35 | 2C | 85 | 3C | 43 | 0 | 30 | F6 | 32 | 23 |
| Octal | 65 | 54 | 205 | 74 | 103 | 0 | 60 | 366 | 62 | 43 |
| Binary | 110101 | 101100 | 10000101 | 111100 | 1000011 | 0 | 110000 | 11110110 | 110010 | 100011 |
Color Harmonies of #352C85
Complementary color
Monochromatic Colors of #352C85
Black with #352C85
Text Example
Text Example
White with #352C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C85; }
p { color: rgb(53,44,133); }
H1.HeaderClassName
{
color: #352C85;
}
.AnyTagClassName
{
color: #352C85;
}
</style>
background-color css
<style>
a { background-color: #352C85; }
a { background-color: rgb(53,44,133); }
div.DivClassName
{
background-color: #352C85;
}
.BgClassName
{
background-color: #352C85;
}
</style>
border-color css
<style>
span { border-color: #352C85; }
span { border-color: rgb(53,44,133); }
td.TdClassName
{
border-color: #352C85;
}
.TagClassName
{
border-color: #352C85;
}
</style>