Shades of Jacksons Purple #353882
Tints of Jacksons Purple #353882
RGB
CMYK
RGB Variations
Color information
#353882 (or 0x353882) is known color: Jacksons Purple. HEX triplet: 35, 38 and 82. RGB value is (53,56,130). Sum of RGB (Red+Green+Blue) = 53+56+130=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #353882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353882 is #CAC77D. Grayscale: #3F3F3F. Windows color (decimal): -13289342 or 8534069. OLE color: 8534069.
HSL color Cylindrical-coordinate representation of color #353882: hue angle of 237.66º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #353882 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 56 | 130 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.49 |
| HSL | 237.66º | 0.42% | 0.36% | - |
| HSV(B) | 237.66º | 0.59% | 0.51% | - |
| XYZ | 6.91 | 5.2 | 21.76 | - |
| YUV | 63.54 | 165.51 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 130 | 0.59 | 0.57 | 0 | 0.49 | 237.66 | 0.42 | 0.36 |
| Hex | 35 | 38 | 82 | 3B | 39 | 0 | 31 | EE | 2A | 24 |
| Octal | 65 | 70 | 202 | 73 | 71 | 0 | 61 | 356 | 52 | 44 |
| Binary | 110101 | 111000 | 10000010 | 111011 | 111001 | 0 | 110001 | 11101110 | 101010 | 100100 |
Color Harmonies of #353882
Complementary color
Monochromatic Colors of #353882
Black with #353882
Text Example
Text Example
White with #353882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353882; }
p { color: rgb(53,56,130); }
H1.HeaderClassName
{
color: #353882;
}
.AnyTagClassName
{
color: #353882;
}
</style>
background-color css
<style>
a { background-color: #353882; }
a { background-color: rgb(53,56,130); }
div.DivClassName
{
background-color: #353882;
}
.BgClassName
{
background-color: #353882;
}
</style>
border-color css
<style>
span { border-color: #353882; }
span { border-color: rgb(53,56,130); }
td.TdClassName
{
border-color: #353882;
}
.TagClassName
{
border-color: #353882;
}
</style>