Shades of Jacksons Purple #353C99
Tints of Jacksons Purple #353C99
RGB
CMYK
RGB Variations
Color information
#353C99 (or 0x353C99) is known color: Jacksons Purple. HEX triplet: 35, 3C and 99. RGB value is (53,60,153). Sum of RGB (Red+Green+Blue) = 53+60+153=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #353C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353C99 is #CAC366. Grayscale: #444444. Windows color (decimal): -13288295 or 10042421. OLE color: 10042421.
HSL color Cylindrical-coordinate representation of color #353C99: hue angle of 235.8º degrees, saturation: 0.49, 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 #353C99 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 60 | 153 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.4 |
| HSL | 235.8º | 0.49% | 0.4% | - |
| HSV(B) | 235.8º | 0.65% | 0.6% | - |
| XYZ | 8.83 | 6.29 | 30.89 | - |
| YUV | 68.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 153 | 0.65 | 0.61 | 0 | 0.4 | 235.8 | 0.49 | 0.4 |
| Hex | 35 | 3C | 99 | 41 | 3D | 0 | 28 | EC | 31 | 28 |
| Octal | 65 | 74 | 231 | 101 | 75 | 0 | 50 | 354 | 61 | 50 |
| Binary | 110101 | 111100 | 10011001 | 1000001 | 111101 | 0 | 101000 | 11101100 | 110001 | 101000 |
Color Harmonies of #353C99
Complementary color
Monochromatic Colors of #353C99
Black with #353C99
Text Example
Text Example
White with #353C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C99; }
p { color: rgb(53,60,153); }
H1.HeaderClassName
{
color: #353C99;
}
.AnyTagClassName
{
color: #353C99;
}
</style>
background-color css
<style>
a { background-color: #353C99; }
a { background-color: rgb(53,60,153); }
div.DivClassName
{
background-color: #353C99;
}
.BgClassName
{
background-color: #353C99;
}
</style>
border-color css
<style>
span { border-color: #353C99; }
span { border-color: rgb(53,60,153); }
td.TdClassName
{
border-color: #353C99;
}
.TagClassName
{
border-color: #353C99;
}
</style>