Shades of Jacksons Purple #353389
Tints of Jacksons Purple #353389
RGB
CMYK
RGB Variations
Color information
#353389 (or 0x353389) is known color: Jacksons Purple. HEX triplet: 35, 33 and 89. RGB value is (53,51,137). Sum of RGB (Red+Green+Blue) = 53+51+137=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #353389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353389 is #CACC76. Grayscale: #3D3D3D. Windows color (decimal): -13290615 or 8991541. OLE color: 8991541.
HSL color Cylindrical-coordinate representation of color #353389: hue angle of 241.4º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #353389 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 51 | 137 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.46 |
| HSL | 241.4º | 0.46% | 0.37% | - |
| HSV(B) | 241.4º | 0.63% | 0.54% | - |
| XYZ | 7.17 | 4.93 | 24.24 | - |
| YUV | 61.4 | 170.66 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 137 | 0.61 | 0.63 | 0 | 0.46 | 241.4 | 0.46 | 0.37 |
| Hex | 35 | 33 | 89 | 3D | 3F | 0 | 2E | F1 | 2E | 25 |
| Octal | 65 | 63 | 211 | 75 | 77 | 0 | 56 | 361 | 56 | 45 |
| Binary | 110101 | 110011 | 10001001 | 111101 | 111111 | 0 | 101110 | 11110001 | 101110 | 100101 |
Color Harmonies of #353389
Complementary color
Monochromatic Colors of #353389
Black with #353389
Text Example
Text Example
White with #353389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353389; }
p { color: rgb(53,51,137); }
H1.HeaderClassName
{
color: #353389;
}
.AnyTagClassName
{
color: #353389;
}
</style>
background-color css
<style>
a { background-color: #353389; }
a { background-color: rgb(53,51,137); }
div.DivClassName
{
background-color: #353389;
}
.BgClassName
{
background-color: #353389;
}
</style>
border-color css
<style>
span { border-color: #353389; }
span { border-color: rgb(53,51,137); }
td.TdClassName
{
border-color: #353389;
}
.TagClassName
{
border-color: #353389;
}
</style>