Shades of Jacksons Purple #353D88
Tints of Jacksons Purple #353D88
RGB
CMYK
RGB Variations
Color information
#353D88 (or 0x353D88) is known color: Jacksons Purple. HEX triplet: 35, 3D and 88. RGB value is (53,61,136). Sum of RGB (Red+Green+Blue) = 53+61+136=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #353D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353D88 is #CAC277. Grayscale: #424242. Windows color (decimal): -13288056 or 8928565. OLE color: 8928565.
HSL color Cylindrical-coordinate representation of color #353D88: hue angle of 234.22º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #353D88 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 61 | 136 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.47 |
| HSL | 234.22º | 0.44% | 0.37% | - |
| HSV(B) | 234.22º | 0.61% | 0.53% | - |
| XYZ | 7.58 | 5.87 | 24.03 | - |
| YUV | 67.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 136 | 0.61 | 0.55 | 0 | 0.47 | 234.22 | 0.44 | 0.37 |
| Hex | 35 | 3D | 88 | 3D | 37 | 0 | 2F | EA | 2C | 25 |
| Octal | 65 | 75 | 210 | 75 | 67 | 0 | 57 | 352 | 54 | 45 |
| Binary | 110101 | 111101 | 10001000 | 111101 | 110111 | 0 | 101111 | 11101010 | 101100 | 100101 |
Color Harmonies of #353D88
Complementary color
Monochromatic Colors of #353D88
Black with #353D88
Text Example
Text Example
White with #353D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D88; }
p { color: rgb(53,61,136); }
H1.HeaderClassName
{
color: #353D88;
}
.AnyTagClassName
{
color: #353D88;
}
</style>
background-color css
<style>
a { background-color: #353D88; }
a { background-color: rgb(53,61,136); }
div.DivClassName
{
background-color: #353D88;
}
.BgClassName
{
background-color: #353D88;
}
</style>
border-color css
<style>
span { border-color: #353D88; }
span { border-color: rgb(53,61,136); }
td.TdClassName
{
border-color: #353D88;
}
.TagClassName
{
border-color: #353D88;
}
</style>