Shades of Jacksons Purple #353089
Tints of Jacksons Purple #353089
RGB
CMYK
RGB Variations
Color information
#353089 (or 0x353089) is known color: Jacksons Purple. HEX triplet: 35, 30 and 89. RGB value is (53,48,137). Sum of RGB (Red+Green+Blue) = 53+48+137=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #353089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353089 is #CACF76. Grayscale: #3B3B3B. Windows color (decimal): -13291383 or 8990773. OLE color: 8990773.
HSL color Cylindrical-coordinate representation of color #353089: hue angle of 243.37º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353089 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 48 | 137 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.46 |
| HSL | 243.37º | 0.48% | 0.36% | - |
| HSV(B) | 243.37º | 0.65% | 0.54% | - |
| XYZ | 7.04 | 4.68 | 24.2 | - |
| YUV | 59.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 137 | 0.61 | 0.65 | 0 | 0.46 | 243.37 | 0.48 | 0.36 |
| Hex | 35 | 30 | 89 | 3D | 41 | 0 | 2E | F3 | 30 | 24 |
| Octal | 65 | 60 | 211 | 75 | 101 | 0 | 56 | 363 | 60 | 44 |
| Binary | 110101 | 110000 | 10001001 | 111101 | 1000001 | 0 | 101110 | 11110011 | 110000 | 100100 |
Color Harmonies of #353089
Complementary color
Monochromatic Colors of #353089
Black with #353089
Text Example
Text Example
White with #353089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353089; }
p { color: rgb(53,48,137); }
H1.HeaderClassName
{
color: #353089;
}
.AnyTagClassName
{
color: #353089;
}
</style>
background-color css
<style>
a { background-color: #353089; }
a { background-color: rgb(53,48,137); }
div.DivClassName
{
background-color: #353089;
}
.BgClassName
{
background-color: #353089;
}
</style>
border-color css
<style>
span { border-color: #353089; }
span { border-color: rgb(53,48,137); }
td.TdClassName
{
border-color: #353089;
}
.TagClassName
{
border-color: #353089;
}
</style>