Shades of Jacksons Purple #353086
Tints of Jacksons Purple #353086
RGB
CMYK
RGB Variations
Color information
#353086 (or 0x353086) is known color: Jacksons Purple. HEX triplet: 35, 30 and 86. RGB value is (53,48,134). Sum of RGB (Red+Green+Blue) = 53+48+134=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #353086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353086 is #CACF79. Grayscale: #3A3A3A. Windows color (decimal): -13291386 or 8794165. OLE color: 8794165.
HSL color Cylindrical-coordinate representation of color #353086: hue angle of 243.49º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353086 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 48 | 134 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.47 |
| HSL | 243.49º | 0.47% | 0.36% | - |
| HSV(B) | 243.49º | 0.64% | 0.53% | - |
| XYZ | 6.83 | 4.59 | 23.08 | - |
| YUV | 59.3 | 170.16 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 134 | 0.60 | 0.64 | 0 | 0.47 | 243.49 | 0.47 | 0.36 |
| Hex | 35 | 30 | 86 | 3C | 40 | 0 | 2F | F3 | 2F | 24 |
| Octal | 65 | 60 | 206 | 74 | 100 | 0 | 57 | 363 | 57 | 44 |
| Binary | 110101 | 110000 | 10000110 | 111100 | 1000000 | 0 | 101111 | 11110011 | 101111 | 100100 |
Color Harmonies of #353086
Complementary color
Monochromatic Colors of #353086
Black with #353086
Text Example
Text Example
White with #353086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353086; }
p { color: rgb(53,48,134); }
H1.HeaderClassName
{
color: #353086;
}
.AnyTagClassName
{
color: #353086;
}
</style>
background-color css
<style>
a { background-color: #353086; }
a { background-color: rgb(53,48,134); }
div.DivClassName
{
background-color: #353086;
}
.BgClassName
{
background-color: #353086;
}
</style>
border-color css
<style>
span { border-color: #353086; }
span { border-color: rgb(53,48,134); }
td.TdClassName
{
border-color: #353086;
}
.TagClassName
{
border-color: #353086;
}
</style>