Shades of Jacksons Purple #353287
Tints of Jacksons Purple #353287
RGB
CMYK
RGB Variations
Color information
#353287 (or 0x353287) is known color: Jacksons Purple. HEX triplet: 35, 32 and 87. RGB value is (53,50,135). Sum of RGB (Red+Green+Blue) = 53+50+135=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #353287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353287 is #CACD78. Grayscale: #3C3C3C. Windows color (decimal): -13290873 or 8860213. OLE color: 8860213.
HSL color Cylindrical-coordinate representation of color #353287: hue angle of 242.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #353287 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 50 | 135 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.47 |
| HSL | 242.12º | 0.46% | 0.36% | - |
| HSV(B) | 242.12º | 0.63% | 0.53% | - |
| XYZ | 6.98 | 4.79 | 23.48 | - |
| YUV | 60.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 135 | 0.61 | 0.63 | 0 | 0.47 | 242.12 | 0.46 | 0.36 |
| Hex | 35 | 32 | 87 | 3D | 3F | 0 | 2F | F2 | 2E | 24 |
| Octal | 65 | 62 | 207 | 75 | 77 | 0 | 57 | 362 | 56 | 44 |
| Binary | 110101 | 110010 | 10000111 | 111101 | 111111 | 0 | 101111 | 11110010 | 101110 | 100100 |
Color Harmonies of #353287
Complementary color
Monochromatic Colors of #353287
Black with #353287
Text Example
Text Example
White with #353287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353287; }
p { color: rgb(53,50,135); }
H1.HeaderClassName
{
color: #353287;
}
.AnyTagClassName
{
color: #353287;
}
</style>
background-color css
<style>
a { background-color: #353287; }
a { background-color: rgb(53,50,135); }
div.DivClassName
{
background-color: #353287;
}
.BgClassName
{
background-color: #353287;
}
</style>
border-color css
<style>
span { border-color: #353287; }
span { border-color: rgb(53,50,135); }
td.TdClassName
{
border-color: #353287;
}
.TagClassName
{
border-color: #353287;
}
</style>