Shades of Jacksons Purple #353D87
Tints of Jacksons Purple #353D87
RGB
CMYK
RGB Variations
Color information
#353D87 (or 0x353D87) is known color: Jacksons Purple. HEX triplet: 35, 3D and 87. RGB value is (53,61,135). Sum of RGB (Red+Green+Blue) = 53+61+135=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #353D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353D87 is #CAC278. Grayscale: #424242. Windows color (decimal): -13288057 or 8863029. OLE color: 8863029.
HSL color Cylindrical-coordinate representation of color #353D87: hue angle of 234.15º 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 #353D87 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 61 | 135 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.47 |
| HSL | 234.15º | 0.44% | 0.37% | - |
| HSV(B) | 234.15º | 0.61% | 0.53% | - |
| XYZ | 7.51 | 5.84 | 23.65 | - |
| YUV | 67.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 135 | 0.61 | 0.55 | 0 | 0.47 | 234.15 | 0.44 | 0.37 |
| Hex | 35 | 3D | 87 | 3D | 37 | 0 | 2F | EA | 2C | 25 |
| Octal | 65 | 75 | 207 | 75 | 67 | 0 | 57 | 352 | 54 | 45 |
| Binary | 110101 | 111101 | 10000111 | 111101 | 110111 | 0 | 101111 | 11101010 | 101100 | 100101 |
Color Harmonies of #353D87
Complementary color
Monochromatic Colors of #353D87
Black with #353D87
Text Example
Text Example
White with #353D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D87; }
p { color: rgb(53,61,135); }
H1.HeaderClassName
{
color: #353D87;
}
.AnyTagClassName
{
color: #353D87;
}
</style>
background-color css
<style>
a { background-color: #353D87; }
a { background-color: rgb(53,61,135); }
div.DivClassName
{
background-color: #353D87;
}
.BgClassName
{
background-color: #353D87;
}
</style>
border-color css
<style>
span { border-color: #353D87; }
span { border-color: rgb(53,61,135); }
td.TdClassName
{
border-color: #353D87;
}
.TagClassName
{
border-color: #353D87;
}
</style>