Shades of Jacksons Purple #353D84
Tints of Jacksons Purple #353D84
RGB
CMYK
RGB Variations
Color information
#353D84 (or 0x353D84) is known color: Jacksons Purple. HEX triplet: 35, 3D and 84. RGB value is (53,61,132). Sum of RGB (Red+Green+Blue) = 53+61+132=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #353D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353D84 is #CAC27B. Grayscale: #424242. Windows color (decimal): -13288060 or 8666421. OLE color: 8666421.
HSL color Cylindrical-coordinate representation of color #353D84: hue angle of 233.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353D84 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 61 | 132 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.48 |
| HSL | 233.92º | 0.43% | 0.36% | - |
| HSV(B) | 233.92º | 0.6% | 0.52% | - |
| XYZ | 7.3 | 5.76 | 22.56 | - |
| YUV | 66.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 132 | 0.60 | 0.54 | 0 | 0.48 | 233.92 | 0.43 | 0.36 |
| Hex | 35 | 3D | 84 | 3C | 36 | 0 | 30 | EA | 2B | 24 |
| Octal | 65 | 75 | 204 | 74 | 66 | 0 | 60 | 352 | 53 | 44 |
| Binary | 110101 | 111101 | 10000100 | 111100 | 110110 | 0 | 110000 | 11101010 | 101011 | 100100 |
Color Harmonies of #353D84
Complementary color
Monochromatic Colors of #353D84
Black with #353D84
Text Example
Text Example
White with #353D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D84; }
p { color: rgb(53,61,132); }
H1.HeaderClassName
{
color: #353D84;
}
.AnyTagClassName
{
color: #353D84;
}
</style>
background-color css
<style>
a { background-color: #353D84; }
a { background-color: rgb(53,61,132); }
div.DivClassName
{
background-color: #353D84;
}
.BgClassName
{
background-color: #353D84;
}
</style>
border-color css
<style>
span { border-color: #353D84; }
span { border-color: rgb(53,61,132); }
td.TdClassName
{
border-color: #353D84;
}
.TagClassName
{
border-color: #353D84;
}
</style>