Shades of Jacksons Purple #353D85
Tints of Jacksons Purple #353D85
RGB
CMYK
RGB Variations
Color information
#353D85 (or 0x353D85) is known color: Jacksons Purple. HEX triplet: 35, 3D and 85. RGB value is (53,61,133). Sum of RGB (Red+Green+Blue) = 53+61+133=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #353D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353D85 is #CAC27A. Grayscale: #424242. Windows color (decimal): -13288059 or 8731957. OLE color: 8731957.
HSL color Cylindrical-coordinate representation of color #353D85: hue angle of 234º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353D85 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 61 | 133 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.48 |
| HSL | 234º | 0.43% | 0.36% | - |
| HSV(B) | 234º | 0.6% | 0.52% | - |
| XYZ | 7.37 | 5.79 | 22.92 | - |
| YUV | 66.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 133 | 0.60 | 0.54 | 0 | 0.48 | 234 | 0.43 | 0.36 |
| Hex | 35 | 3D | 85 | 3C | 36 | 0 | 30 | EA | 2B | 24 |
| Octal | 65 | 75 | 205 | 74 | 66 | 0 | 60 | 352 | 53 | 44 |
| Binary | 110101 | 111101 | 10000101 | 111100 | 110110 | 0 | 110000 | 11101010 | 101011 | 100100 |
Color Harmonies of #353D85
Complementary color
Monochromatic Colors of #353D85
Black with #353D85
Text Example
Text Example
White with #353D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D85; }
p { color: rgb(53,61,133); }
H1.HeaderClassName
{
color: #353D85;
}
.AnyTagClassName
{
color: #353D85;
}
</style>
background-color css
<style>
a { background-color: #353D85; }
a { background-color: rgb(53,61,133); }
div.DivClassName
{
background-color: #353D85;
}
.BgClassName
{
background-color: #353D85;
}
</style>
border-color css
<style>
span { border-color: #353D85; }
span { border-color: rgb(53,61,133); }
td.TdClassName
{
border-color: #353D85;
}
.TagClassName
{
border-color: #353D85;
}
</style>