Shades of Jacksons Purple #353383
Tints of Jacksons Purple #353383
RGB
CMYK
RGB Variations
Color information
#353383 (or 0x353383) is known color: Jacksons Purple. HEX triplet: 35, 33 and 83. RGB value is (53,51,131). Sum of RGB (Red+Green+Blue) = 53+51+131=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #353383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353383 is #CACC7C. Grayscale: #3C3C3C. Windows color (decimal): -13290621 or 8598325. OLE color: 8598325.
HSL color Cylindrical-coordinate representation of color #353383: hue angle of 241.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #353383 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 51 | 131 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.49 |
| HSL | 241.5º | 0.44% | 0.36% | - |
| HSV(B) | 241.5º | 0.61% | 0.51% | - |
| XYZ | 6.75 | 4.76 | 22.04 | - |
| YUV | 60.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 131 | 0.60 | 0.61 | 0 | 0.49 | 241.5 | 0.44 | 0.36 |
| Hex | 35 | 33 | 83 | 3C | 3D | 0 | 31 | F2 | 2C | 24 |
| Octal | 65 | 63 | 203 | 74 | 75 | 0 | 61 | 362 | 54 | 44 |
| Binary | 110101 | 110011 | 10000011 | 111100 | 111101 | 0 | 110001 | 11110010 | 101100 | 100100 |
Color Harmonies of #353383
Complementary color
Monochromatic Colors of #353383
Black with #353383
Text Example
Text Example
White with #353383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353383; }
p { color: rgb(53,51,131); }
H1.HeaderClassName
{
color: #353383;
}
.AnyTagClassName
{
color: #353383;
}
</style>
background-color css
<style>
a { background-color: #353383; }
a { background-color: rgb(53,51,131); }
div.DivClassName
{
background-color: #353383;
}
.BgClassName
{
background-color: #353383;
}
</style>
border-color css
<style>
span { border-color: #353383; }
span { border-color: rgb(53,51,131); }
td.TdClassName
{
border-color: #353383;
}
.TagClassName
{
border-color: #353383;
}
</style>