Shades of Jacksons Purple #353C98
Tints of Jacksons Purple #353C98
RGB
CMYK
RGB Variations
Color information
#353C98 (or 0x353C98) is known color: Jacksons Purple. HEX triplet: 35, 3C and 98. RGB value is (53,60,152). Sum of RGB (Red+Green+Blue) = 53+60+152=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #353C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353C98 is #CAC367. Grayscale: #444444. Windows color (decimal): -13288296 or 9976885. OLE color: 9976885.
HSL color Cylindrical-coordinate representation of color #353C98: hue angle of 235.76º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353C98 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 60 | 152 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.40 |
| HSL | 235.76º | 0.48% | 0.4% | - |
| HSV(B) | 235.76º | 0.65% | 0.6% | - |
| XYZ | 8.75 | 6.26 | 30.45 | - |
| YUV | 68.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 152 | 0.65 | 0.61 | 0 | 0.40 | 235.76 | 0.48 | 0.4 |
| Hex | 35 | 3C | 98 | 41 | 3D | 0 | 28 | EC | 30 | 28 |
| Octal | 65 | 74 | 230 | 101 | 75 | 0 | 50 | 354 | 60 | 50 |
| Binary | 110101 | 111100 | 10011000 | 1000001 | 111101 | 0 | 101000 | 11101100 | 110000 | 101000 |
Color Harmonies of #353C98
Complementary color
Monochromatic Colors of #353C98
Black with #353C98
Text Example
Text Example
White with #353C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C98; }
p { color: rgb(53,60,152); }
H1.HeaderClassName
{
color: #353C98;
}
.AnyTagClassName
{
color: #353C98;
}
</style>
background-color css
<style>
a { background-color: #353C98; }
a { background-color: rgb(53,60,152); }
div.DivClassName
{
background-color: #353C98;
}
.BgClassName
{
background-color: #353C98;
}
</style>
border-color css
<style>
span { border-color: #353C98; }
span { border-color: rgb(53,60,152); }
td.TdClassName
{
border-color: #353C98;
}
.TagClassName
{
border-color: #353C98;
}
</style>