Shades of Jacksons Purple #353085
Tints of Jacksons Purple #353085
RGB
CMYK
RGB Variations
Color information
#353085 (or 0x353085) is known color: Jacksons Purple. HEX triplet: 35, 30 and 85. RGB value is (53,48,133). Sum of RGB (Red+Green+Blue) = 53+48+133=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #353085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353085 is #CACF7A. Grayscale: #3A3A3A. Windows color (decimal): -13291387 or 8728629. OLE color: 8728629.
HSL color Cylindrical-coordinate representation of color #353085: hue angle of 243.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353085 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 48 | 133 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.48 |
| HSL | 243.53º | 0.47% | 0.35% | - |
| HSV(B) | 243.53º | 0.64% | 0.52% | - |
| XYZ | 6.76 | 4.56 | 22.72 | - |
| YUV | 59.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 133 | 0.60 | 0.64 | 0 | 0.48 | 243.53 | 0.47 | 0.35 |
| Hex | 35 | 30 | 85 | 3C | 40 | 0 | 30 | F4 | 2F | 23 |
| Octal | 65 | 60 | 205 | 74 | 100 | 0 | 60 | 364 | 57 | 43 |
| Binary | 110101 | 110000 | 10000101 | 111100 | 1000000 | 0 | 110000 | 11110100 | 101111 | 100011 |
Color Harmonies of #353085
Complementary color
Monochromatic Colors of #353085
Black with #353085
Text Example
Text Example
White with #353085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353085; }
p { color: rgb(53,48,133); }
H1.HeaderClassName
{
color: #353085;
}
.AnyTagClassName
{
color: #353085;
}
</style>
background-color css
<style>
a { background-color: #353085; }
a { background-color: rgb(53,48,133); }
div.DivClassName
{
background-color: #353085;
}
.BgClassName
{
background-color: #353085;
}
</style>
border-color css
<style>
span { border-color: #353085; }
span { border-color: rgb(53,48,133); }
td.TdClassName
{
border-color: #353085;
}
.TagClassName
{
border-color: #353085;
}
</style>