Shades of Jacksons Purple #353E87
Tints of Jacksons Purple #353E87
RGB
CMYK
RGB Variations
Color information
#353E87 (or 0x353E87) is known color: Jacksons Purple. HEX triplet: 35, 3E and 87. RGB value is (53,62,135). Sum of RGB (Red+Green+Blue) = 53+62+135=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #353E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353E87 is #CAC178. Grayscale: #434343. Windows color (decimal): -13287801 or 8863285. OLE color: 8863285.
HSL color Cylindrical-coordinate representation of color #353E87: hue angle of 233.41º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #353E87 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 62 | 135 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.47 |
| HSL | 233.41º | 0.44% | 0.37% | - |
| HSV(B) | 233.41º | 0.61% | 0.53% | - |
| XYZ | 7.56 | 5.95 | 23.67 | - |
| YUV | 67.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 135 | 0.61 | 0.54 | 0 | 0.47 | 233.41 | 0.44 | 0.37 |
| Hex | 35 | 3E | 87 | 3D | 36 | 0 | 2F | E9 | 2C | 25 |
| Octal | 65 | 76 | 207 | 75 | 66 | 0 | 57 | 351 | 54 | 45 |
| Binary | 110101 | 111110 | 10000111 | 111101 | 110110 | 0 | 101111 | 11101001 | 101100 | 100101 |
Color Harmonies of #353E87
Complementary color
Monochromatic Colors of #353E87
Black with #353E87
Text Example
Text Example
White with #353E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E87; }
p { color: rgb(53,62,135); }
H1.HeaderClassName
{
color: #353E87;
}
.AnyTagClassName
{
color: #353E87;
}
</style>
background-color css
<style>
a { background-color: #353E87; }
a { background-color: rgb(53,62,135); }
div.DivClassName
{
background-color: #353E87;
}
.BgClassName
{
background-color: #353E87;
}
</style>
border-color css
<style>
span { border-color: #353E87; }
span { border-color: rgb(53,62,135); }
td.TdClassName
{
border-color: #353E87;
}
.TagClassName
{
border-color: #353E87;
}
</style>