Shades of Jacksons Purple #353F90
Tints of Jacksons Purple #353F90
RGB
CMYK
RGB Variations
Color information
#353F90 (or 0x353F90) is known color: Jacksons Purple. HEX triplet: 35, 3F and 90. RGB value is (53,63,144). Sum of RGB (Red+Green+Blue) = 53+63+144=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #353F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F90 is #CAC06F. Grayscale: #444444. Windows color (decimal): -13287536 or 9453365. OLE color: 9453365.
HSL color Cylindrical-coordinate representation of color #353F90: hue angle of 233.41º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #353F90 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 63 | 144 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.44 |
| HSL | 233.41º | 0.46% | 0.39% | - |
| HSV(B) | 233.41º | 0.63% | 0.56% | - |
| XYZ | 8.28 | 6.33 | 27.17 | - |
| YUV | 69.24 | 170.19 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 144 | 0.63 | 0.56 | 0 | 0.44 | 233.41 | 0.46 | 0.39 |
| Hex | 35 | 3F | 90 | 3F | 38 | 0 | 2C | E9 | 2E | 27 |
| Octal | 65 | 77 | 220 | 77 | 70 | 0 | 54 | 351 | 56 | 47 |
| Binary | 110101 | 111111 | 10010000 | 111111 | 111000 | 0 | 101100 | 11101001 | 101110 | 100111 |
Color Harmonies of #353F90
Complementary color
Monochromatic Colors of #353F90
Black with #353F90
Text Example
Text Example
White with #353F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F90; }
p { color: rgb(53,63,144); }
H1.HeaderClassName
{
color: #353F90;
}
.AnyTagClassName
{
color: #353F90;
}
</style>
background-color css
<style>
a { background-color: #353F90; }
a { background-color: rgb(53,63,144); }
div.DivClassName
{
background-color: #353F90;
}
.BgClassName
{
background-color: #353F90;
}
</style>
border-color css
<style>
span { border-color: #353F90; }
span { border-color: rgb(53,63,144); }
td.TdClassName
{
border-color: #353F90;
}
.TagClassName
{
border-color: #353F90;
}
</style>