Shades of Jacksons Purple #353789
Tints of Jacksons Purple #353789
RGB
CMYK
RGB Variations
Color information
#353789 (or 0x353789) is known color: Jacksons Purple. HEX triplet: 35, 37 and 89. RGB value is (53,55,137). Sum of RGB (Red+Green+Blue) = 53+55+137=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #353789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353789 is #CAC876. Grayscale: #3F3F3F. Windows color (decimal): -13289591 or 8992565. OLE color: 8992565.
HSL color Cylindrical-coordinate representation of color #353789: hue angle of 238.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #353789 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 55 | 137 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.46 |
| HSL | 238.57º | 0.44% | 0.37% | - |
| HSV(B) | 238.57º | 0.61% | 0.54% | - |
| XYZ | 7.35 | 5.3 | 24.3 | - |
| YUV | 63.75 | 169.34 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 137 | 0.61 | 0.60 | 0 | 0.46 | 238.57 | 0.44 | 0.37 |
| Hex | 35 | 37 | 89 | 3D | 3C | 0 | 2E | EF | 2C | 25 |
| Octal | 65 | 67 | 211 | 75 | 74 | 0 | 56 | 357 | 54 | 45 |
| Binary | 110101 | 110111 | 10001001 | 111101 | 111100 | 0 | 101110 | 11101111 | 101100 | 100101 |
Color Harmonies of #353789
Complementary color
Monochromatic Colors of #353789
Black with #353789
Text Example
Text Example
White with #353789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353789; }
p { color: rgb(53,55,137); }
H1.HeaderClassName
{
color: #353789;
}
.AnyTagClassName
{
color: #353789;
}
</style>
background-color css
<style>
a { background-color: #353789; }
a { background-color: rgb(53,55,137); }
div.DivClassName
{
background-color: #353789;
}
.BgClassName
{
background-color: #353789;
}
</style>
border-color css
<style>
span { border-color: #353789; }
span { border-color: rgb(53,55,137); }
td.TdClassName
{
border-color: #353789;
}
.TagClassName
{
border-color: #353789;
}
</style>