Shades of Jacksons Purple #353F86
Tints of Jacksons Purple #353F86
RGB
CMYK
RGB Variations
Color information
#353F86 (or 0x353F86) is known color: Jacksons Purple. HEX triplet: 35, 3F and 86. RGB value is (53,63,134). Sum of RGB (Red+Green+Blue) = 53+63+134=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #353F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F86 is #CAC079. Grayscale: #434343. Windows color (decimal): -13287546 or 8798005. OLE color: 8798005.
HSL color Cylindrical-coordinate representation of color #353F86: hue angle of 232.59º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353F86 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 63 | 134 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.47 |
| HSL | 232.59º | 0.43% | 0.37% | - |
| HSV(B) | 232.59º | 0.6% | 0.53% | - |
| XYZ | 7.55 | 6.03 | 23.32 | - |
| YUV | 68.1 | 165.19 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 134 | 0.60 | 0.53 | 0 | 0.47 | 232.59 | 0.43 | 0.37 |
| Hex | 35 | 3F | 86 | 3C | 35 | 0 | 2F | E9 | 2B | 25 |
| Octal | 65 | 77 | 206 | 74 | 65 | 0 | 57 | 351 | 53 | 45 |
| Binary | 110101 | 111111 | 10000110 | 111100 | 110101 | 0 | 101111 | 11101001 | 101011 | 100101 |
Color Harmonies of #353F86
Complementary color
Monochromatic Colors of #353F86
Black with #353F86
Text Example
Text Example
White with #353F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F86; }
p { color: rgb(53,63,134); }
H1.HeaderClassName
{
color: #353F86;
}
.AnyTagClassName
{
color: #353F86;
}
</style>
background-color css
<style>
a { background-color: #353F86; }
a { background-color: rgb(53,63,134); }
div.DivClassName
{
background-color: #353F86;
}
.BgClassName
{
background-color: #353F86;
}
</style>
border-color css
<style>
span { border-color: #353F86; }
span { border-color: rgb(53,63,134); }
td.TdClassName
{
border-color: #353F86;
}
.TagClassName
{
border-color: #353F86;
}
</style>