Shades of Jacksons Purple #353F85
Tints of Jacksons Purple #353F85
RGB
CMYK
RGB Variations
Color information
#353F85 (or 0x353F85) is known color: Jacksons Purple. HEX triplet: 35, 3F and 85. RGB value is (53,63,133). Sum of RGB (Red+Green+Blue) = 53+63+133=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #353F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F85 is #CAC07A. Grayscale: #434343. Windows color (decimal): -13287547 or 8732469. OLE color: 8732469.
HSL color Cylindrical-coordinate representation of color #353F85: hue angle of 232.5º 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 #353F85 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 63 | 133 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.48 |
| HSL | 232.5º | 0.43% | 0.36% | - |
| HSV(B) | 232.5º | 0.6% | 0.52% | - |
| XYZ | 7.48 | 6.01 | 22.96 | - |
| YUV | 67.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 133 | 0.60 | 0.53 | 0 | 0.48 | 232.5 | 0.43 | 0.36 |
| Hex | 35 | 3F | 85 | 3C | 35 | 0 | 30 | E8 | 2B | 24 |
| Octal | 65 | 77 | 205 | 74 | 65 | 0 | 60 | 350 | 53 | 44 |
| Binary | 110101 | 111111 | 10000101 | 111100 | 110101 | 0 | 110000 | 11101000 | 101011 | 100100 |
Color Harmonies of #353F85
Complementary color
Monochromatic Colors of #353F85
Black with #353F85
Text Example
Text Example
White with #353F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F85; }
p { color: rgb(53,63,133); }
H1.HeaderClassName
{
color: #353F85;
}
.AnyTagClassName
{
color: #353F85;
}
</style>
background-color css
<style>
a { background-color: #353F85; }
a { background-color: rgb(53,63,133); }
div.DivClassName
{
background-color: #353F85;
}
.BgClassName
{
background-color: #353F85;
}
</style>
border-color css
<style>
span { border-color: #353F85; }
span { border-color: rgb(53,63,133); }
td.TdClassName
{
border-color: #353F85;
}
.TagClassName
{
border-color: #353F85;
}
</style>