Shades of Jacksons Purple #353783
Tints of Jacksons Purple #353783
RGB
CMYK
RGB Variations
Color information
#353783 (or 0x353783) is known color: Jacksons Purple. HEX triplet: 35, 37 and 83. RGB value is (53,55,131). Sum of RGB (Red+Green+Blue) = 53+55+131=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #353783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353783 is #CAC87C. Grayscale: #3E3E3E. Windows color (decimal): -13289597 or 8599349. OLE color: 8599349.
HSL color Cylindrical-coordinate representation of color #353783: hue angle of 238.46º 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 #353783 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 55 | 131 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.49 |
| HSL | 238.46º | 0.42% | 0.36% | - |
| HSV(B) | 238.46º | 0.6% | 0.51% | - |
| XYZ | 6.93 | 5.13 | 22.1 | - |
| YUV | 63.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 131 | 0.60 | 0.58 | 0 | 0.49 | 238.46 | 0.42 | 0.36 |
| Hex | 35 | 37 | 83 | 3C | 3A | 0 | 31 | EE | 2A | 24 |
| Octal | 65 | 67 | 203 | 74 | 72 | 0 | 61 | 356 | 52 | 44 |
| Binary | 110101 | 110111 | 10000011 | 111100 | 111010 | 0 | 110001 | 11101110 | 101010 | 100100 |
Color Harmonies of #353783
Complementary color
Monochromatic Colors of #353783
Black with #353783
Text Example
Text Example
White with #353783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353783; }
p { color: rgb(53,55,131); }
H1.HeaderClassName
{
color: #353783;
}
.AnyTagClassName
{
color: #353783;
}
</style>
background-color css
<style>
a { background-color: #353783; }
a { background-color: rgb(53,55,131); }
div.DivClassName
{
background-color: #353783;
}
.BgClassName
{
background-color: #353783;
}
</style>
border-color css
<style>
span { border-color: #353783; }
span { border-color: rgb(53,55,131); }
td.TdClassName
{
border-color: #353783;
}
.TagClassName
{
border-color: #353783;
}
</style>