Shades of Jacksons Purple #353C95
Tints of Jacksons Purple #353C95
RGB
CMYK
RGB Variations
Color information
#353C95 (or 0x353C95) is known color: Jacksons Purple. HEX triplet: 35, 3C and 95. RGB value is (53,60,149). Sum of RGB (Red+Green+Blue) = 53+60+149=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #353C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353C95 is #CAC36A. Grayscale: #434343. Windows color (decimal): -13288299 or 9780277. OLE color: 9780277.
HSL color Cylindrical-coordinate representation of color #353C95: hue angle of 235.62º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353C95 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 60 | 149 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.42 |
| HSL | 235.63º | 0.48% | 0.4% | - |
| HSV(B) | 235.63º | 0.64% | 0.58% | - |
| XYZ | 8.51 | 6.16 | 29.17 | - |
| YUV | 68.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 149 | 0.64 | 0.60 | 0 | 0.42 | 235.63 | 0.48 | 0.4 |
| Hex | 35 | 3C | 95 | 40 | 3C | 0 | 2A | EC | 30 | 28 |
| Octal | 65 | 74 | 225 | 100 | 74 | 0 | 52 | 354 | 60 | 50 |
| Binary | 110101 | 111100 | 10010101 | 1000000 | 111100 | 0 | 101010 | 11101100 | 110000 | 101000 |
Color Harmonies of #353C95
Complementary color
Monochromatic Colors of #353C95
Black with #353C95
Text Example
Text Example
White with #353C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C95; }
p { color: rgb(53,60,149); }
H1.HeaderClassName
{
color: #353C95;
}
.AnyTagClassName
{
color: #353C95;
}
</style>
background-color css
<style>
a { background-color: #353C95; }
a { background-color: rgb(53,60,149); }
div.DivClassName
{
background-color: #353C95;
}
.BgClassName
{
background-color: #353C95;
}
</style>
border-color css
<style>
span { border-color: #353C95; }
span { border-color: rgb(53,60,149); }
td.TdClassName
{
border-color: #353C95;
}
.TagClassName
{
border-color: #353C95;
}
</style>