Shades of Jacksons Purple #353A90
Tints of Jacksons Purple #353A90
RGB
CMYK
RGB Variations
Color information
#353A90 (or 0x353A90) is known color: Jacksons Purple. HEX triplet: 35, 3A and 90. RGB value is (53,58,144). Sum of RGB (Red+Green+Blue) = 53+58+144=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #353A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353A90 is #CAC56F. Grayscale: #414141. Windows color (decimal): -13288816 or 9452085. OLE color: 9452085.
HSL color Cylindrical-coordinate representation of color #353A90: hue angle of 236.7º 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 #353A90 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 58 | 144 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.44 |
| HSL | 236.7º | 0.46% | 0.39% | - |
| HSV(B) | 236.7º | 0.63% | 0.56% | - |
| XYZ | 8.02 | 5.8 | 27.08 | - |
| YUV | 66.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 144 | 0.63 | 0.60 | 0 | 0.44 | 236.7 | 0.46 | 0.39 |
| Hex | 35 | 3A | 90 | 3F | 3C | 0 | 2C | ED | 2E | 27 |
| Octal | 65 | 72 | 220 | 77 | 74 | 0 | 54 | 355 | 56 | 47 |
| Binary | 110101 | 111010 | 10010000 | 111111 | 111100 | 0 | 101100 | 11101101 | 101110 | 100111 |
Color Harmonies of #353A90
Complementary color
Monochromatic Colors of #353A90
Black with #353A90
Text Example
Text Example
White with #353A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A90; }
p { color: rgb(53,58,144); }
H1.HeaderClassName
{
color: #353A90;
}
.AnyTagClassName
{
color: #353A90;
}
</style>
background-color css
<style>
a { background-color: #353A90; }
a { background-color: rgb(53,58,144); }
div.DivClassName
{
background-color: #353A90;
}
.BgClassName
{
background-color: #353A90;
}
</style>
border-color css
<style>
span { border-color: #353A90; }
span { border-color: rgb(53,58,144); }
td.TdClassName
{
border-color: #353A90;
}
.TagClassName
{
border-color: #353A90;
}
</style>