Shades of Jacksons Purple #352A86
Tints of Jacksons Purple #352A86
RGB
CMYK
RGB Variations
Color information
#352A86 (or 0x352A86) is known color: Jacksons Purple. HEX triplet: 35, 2A and 86. RGB value is (53,42,134). Sum of RGB (Red+Green+Blue) = 53+42+134=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #352A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352A86 is #CAD579. Grayscale: #373737. Windows color (decimal): -13292922 or 8792629. OLE color: 8792629.
HSL color Cylindrical-coordinate representation of color #352A86: hue angle of 247.17º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #352A86 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 42 | 134 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.47 |
| HSL | 247.17º | 0.52% | 0.35% | - |
| HSV(B) | 247.17º | 0.69% | 0.53% | - |
| XYZ | 6.6 | 4.13 | 23 | - |
| YUV | 55.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 134 | 0.60 | 0.69 | 0 | 0.47 | 247.17 | 0.52 | 0.35 |
| Hex | 35 | 2A | 86 | 3C | 45 | 0 | 2F | F7 | 34 | 23 |
| Octal | 65 | 52 | 206 | 74 | 105 | 0 | 57 | 367 | 64 | 43 |
| Binary | 110101 | 101010 | 10000110 | 111100 | 1000101 | 0 | 101111 | 11110111 | 110100 | 100011 |
Color Harmonies of #352A86
Complementary color
Monochromatic Colors of #352A86
Black with #352A86
Text Example
Text Example
White with #352A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A86; }
p { color: rgb(53,42,134); }
H1.HeaderClassName
{
color: #352A86;
}
.AnyTagClassName
{
color: #352A86;
}
</style>
background-color css
<style>
a { background-color: #352A86; }
a { background-color: rgb(53,42,134); }
div.DivClassName
{
background-color: #352A86;
}
.BgClassName
{
background-color: #352A86;
}
</style>
border-color css
<style>
span { border-color: #352A86; }
span { border-color: rgb(53,42,134); }
td.TdClassName
{
border-color: #352A86;
}
.TagClassName
{
border-color: #352A86;
}
</style>