Shades of Jacksons Purple #353E82
Tints of Jacksons Purple #353E82
RGB
CMYK
RGB Variations
Color information
#353E82 (or 0x353E82) is known color: Jacksons Purple. HEX triplet: 35, 3E and 82. RGB value is (53,62,130). Sum of RGB (Red+Green+Blue) = 53+62+130=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #353E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353E82 is #CAC17D. Grayscale: #424242. Windows color (decimal): -13287806 or 8535605. OLE color: 8535605.
HSL color Cylindrical-coordinate representation of color #353E82: hue angle of 232.99º 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 #353E82 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 62 | 130 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.49 |
| HSL | 232.99º | 0.42% | 0.36% | - |
| HSV(B) | 232.99º | 0.59% | 0.51% | - |
| XYZ | 7.22 | 5.81 | 21.86 | - |
| YUV | 67.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 130 | 0.59 | 0.52 | 0 | 0.49 | 232.99 | 0.42 | 0.36 |
| Hex | 35 | 3E | 82 | 3B | 34 | 0 | 31 | E9 | 2A | 24 |
| Octal | 65 | 76 | 202 | 73 | 64 | 0 | 61 | 351 | 52 | 44 |
| Binary | 110101 | 111110 | 10000010 | 111011 | 110100 | 0 | 110001 | 11101001 | 101010 | 100100 |
Color Harmonies of #353E82
Complementary color
Monochromatic Colors of #353E82
Black with #353E82
Text Example
Text Example
White with #353E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E82; }
p { color: rgb(53,62,130); }
H1.HeaderClassName
{
color: #353E82;
}
.AnyTagClassName
{
color: #353E82;
}
</style>
background-color css
<style>
a { background-color: #353E82; }
a { background-color: rgb(53,62,130); }
div.DivClassName
{
background-color: #353E82;
}
.BgClassName
{
background-color: #353E82;
}
</style>
border-color css
<style>
span { border-color: #353E82; }
span { border-color: rgb(53,62,130); }
td.TdClassName
{
border-color: #353E82;
}
.TagClassName
{
border-color: #353E82;
}
</style>