Shades of Jacksons Purple #353D91
Tints of Jacksons Purple #353D91
RGB
CMYK
RGB Variations
Color information
#353D91 (or 0x353D91) is known color: Jacksons Purple. HEX triplet: 35, 3D and 91. RGB value is (53,61,145). Sum of RGB (Red+Green+Blue) = 53+61+145=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #353D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353D91 is #CAC26E. Grayscale: #434343. Windows color (decimal): -13288047 or 9518389. OLE color: 9518389.
HSL color Cylindrical-coordinate representation of color #353D91: hue angle of 234.78º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #353D91 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 61 | 145 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.43 |
| HSL | 234.78º | 0.46% | 0.39% | - |
| HSV(B) | 234.78º | 0.63% | 0.57% | - |
| XYZ | 8.25 | 6.14 | 27.54 | - |
| YUV | 68.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 145 | 0.63 | 0.58 | 0 | 0.43 | 234.78 | 0.46 | 0.39 |
| Hex | 35 | 3D | 91 | 3F | 3A | 0 | 2B | EB | 2E | 27 |
| Octal | 65 | 75 | 221 | 77 | 72 | 0 | 53 | 353 | 56 | 47 |
| Binary | 110101 | 111101 | 10010001 | 111111 | 111010 | 0 | 101011 | 11101011 | 101110 | 100111 |
Color Harmonies of #353D91
Complementary color
Monochromatic Colors of #353D91
Black with #353D91
Text Example
Text Example
White with #353D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D91; }
p { color: rgb(53,61,145); }
H1.HeaderClassName
{
color: #353D91;
}
.AnyTagClassName
{
color: #353D91;
}
</style>
background-color css
<style>
a { background-color: #353D91; }
a { background-color: rgb(53,61,145); }
div.DivClassName
{
background-color: #353D91;
}
.BgClassName
{
background-color: #353D91;
}
</style>
border-color css
<style>
span { border-color: #353D91; }
span { border-color: rgb(53,61,145); }
td.TdClassName
{
border-color: #353D91;
}
.TagClassName
{
border-color: #353D91;
}
</style>