Shades of Jacksons Purple #353A83
Tints of Jacksons Purple #353A83
RGB
CMYK
RGB Variations
Color information
#353A83 (or 0x353A83) is known color: Jacksons Purple. HEX triplet: 35, 3A and 83. RGB value is (53,58,131). Sum of RGB (Red+Green+Blue) = 53+58+131=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #353A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353A83 is #CAC57C. Grayscale: #404040. Windows color (decimal): -13288829 or 8600117. OLE color: 8600117.
HSL color Cylindrical-coordinate representation of color #353A83: hue angle of 236.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353A83 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 58 | 131 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.49 |
| HSL | 236.15º | 0.42% | 0.36% | - |
| HSV(B) | 236.15º | 0.6% | 0.51% | - |
| XYZ | 7.08 | 5.42 | 22.15 | - |
| YUV | 64.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 131 | 0.60 | 0.56 | 0 | 0.49 | 236.15 | 0.42 | 0.36 |
| Hex | 35 | 3A | 83 | 3C | 38 | 0 | 31 | EC | 2A | 24 |
| Octal | 65 | 72 | 203 | 74 | 70 | 0 | 61 | 354 | 52 | 44 |
| Binary | 110101 | 111010 | 10000011 | 111100 | 111000 | 0 | 110001 | 11101100 | 101010 | 100100 |
Color Harmonies of #353A83
Complementary color
Monochromatic Colors of #353A83
Black with #353A83
Text Example
Text Example
White with #353A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A83; }
p { color: rgb(53,58,131); }
H1.HeaderClassName
{
color: #353A83;
}
.AnyTagClassName
{
color: #353A83;
}
</style>
background-color css
<style>
a { background-color: #353A83; }
a { background-color: rgb(53,58,131); }
div.DivClassName
{
background-color: #353A83;
}
.BgClassName
{
background-color: #353A83;
}
</style>
border-color css
<style>
span { border-color: #353A83; }
span { border-color: rgb(53,58,131); }
td.TdClassName
{
border-color: #353A83;
}
.TagClassName
{
border-color: #353A83;
}
</style>