Shades of Jacksons Purple #353282
Tints of Jacksons Purple #353282
RGB
CMYK
RGB Variations
Color information
#353282 (or 0x353282) is known color: Jacksons Purple. HEX triplet: 35, 32 and 82. RGB value is (53,50,130). Sum of RGB (Red+Green+Blue) = 53+50+130=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #353282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353282 is #CACD7D. Grayscale: #3B3B3B. Windows color (decimal): -13290878 or 8532533. OLE color: 8532533.
HSL color Cylindrical-coordinate representation of color #353282: hue angle of 242.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353282 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 50 | 130 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.49 |
| HSL | 242.25º | 0.44% | 0.35% | - |
| HSV(B) | 242.25º | 0.62% | 0.51% | - |
| XYZ | 6.64 | 4.65 | 21.67 | - |
| YUV | 60.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 130 | 0.59 | 0.62 | 0 | 0.49 | 242.25 | 0.44 | 0.35 |
| Hex | 35 | 32 | 82 | 3B | 3E | 0 | 31 | F2 | 2C | 23 |
| Octal | 65 | 62 | 202 | 73 | 76 | 0 | 61 | 362 | 54 | 43 |
| Binary | 110101 | 110010 | 10000010 | 111011 | 111110 | 0 | 110001 | 11110010 | 101100 | 100011 |
Color Harmonies of #353282
Complementary color
Monochromatic Colors of #353282
Black with #353282
Text Example
Text Example
White with #353282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353282; }
p { color: rgb(53,50,130); }
H1.HeaderClassName
{
color: #353282;
}
.AnyTagClassName
{
color: #353282;
}
</style>
background-color css
<style>
a { background-color: #353282; }
a { background-color: rgb(53,50,130); }
div.DivClassName
{
background-color: #353282;
}
.BgClassName
{
background-color: #353282;
}
</style>
border-color css
<style>
span { border-color: #353282; }
span { border-color: rgb(53,50,130); }
td.TdClassName
{
border-color: #353282;
}
.TagClassName
{
border-color: #353282;
}
</style>