Shades of Jacksons Purple #353A82
Tints of Jacksons Purple #353A82
RGB
CMYK
RGB Variations
Color information
#353A82 (or 0x353A82) is known color: Jacksons Purple. HEX triplet: 35, 3A and 82. RGB value is (53,58,130). Sum of RGB (Red+Green+Blue) = 53+58+130=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #353A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353A82 is #CAC57D. Grayscale: #404040. Windows color (decimal): -13288830 or 8534581. OLE color: 8534581.
HSL color Cylindrical-coordinate representation of color #353A82: hue angle of 236.1º 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 #353A82 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 58 | 130 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.49 |
| HSL | 236.1º | 0.42% | 0.36% | - |
| HSV(B) | 236.1º | 0.59% | 0.51% | - |
| XYZ | 7.01 | 5.39 | 21.79 | - |
| YUV | 64.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 130 | 0.59 | 0.55 | 0 | 0.49 | 236.1 | 0.42 | 0.36 |
| Hex | 35 | 3A | 82 | 3B | 37 | 0 | 31 | EC | 2A | 24 |
| Octal | 65 | 72 | 202 | 73 | 67 | 0 | 61 | 354 | 52 | 44 |
| Binary | 110101 | 111010 | 10000010 | 111011 | 110111 | 0 | 110001 | 11101100 | 101010 | 100100 |
Color Harmonies of #353A82
Complementary color
Monochromatic Colors of #353A82
Black with #353A82
Text Example
Text Example
White with #353A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A82; }
p { color: rgb(53,58,130); }
H1.HeaderClassName
{
color: #353A82;
}
.AnyTagClassName
{
color: #353A82;
}
</style>
background-color css
<style>
a { background-color: #353A82; }
a { background-color: rgb(53,58,130); }
div.DivClassName
{
background-color: #353A82;
}
.BgClassName
{
background-color: #353A82;
}
</style>
border-color css
<style>
span { border-color: #353A82; }
span { border-color: rgb(53,58,130); }
td.TdClassName
{
border-color: #353A82;
}
.TagClassName
{
border-color: #353A82;
}
</style>