Shades of Jacksons Purple #353378
Tints of Jacksons Purple #353378
RGB
CMYK
RGB Variations
Color information
#353378 (or 0x353378) is known color: Jacksons Purple. HEX triplet: 35, 33 and 78. RGB value is (53,51,120). Sum of RGB (Red+Green+Blue) = 53+51+120=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #353378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353378 is #CACC87. Grayscale: #3B3B3B. Windows color (decimal): -13290632 or 7877429. OLE color: 7877429.
HSL color Cylindrical-coordinate representation of color #353378: hue angle of 241.74º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #353378 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 51 | 120 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.53 |
| HSL | 241.74º | 0.4% | 0.34% | - |
| HSV(B) | 241.74º | 0.58% | 0.47% | - |
| XYZ | 6.04 | 4.48 | 18.32 | - |
| YUV | 59.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 120 | 0.56 | 0.58 | 0 | 0.53 | 241.74 | 0.4 | 0.34 |
| Hex | 35 | 33 | 78 | 38 | 3A | 0 | 35 | F2 | 28 | 22 |
| Octal | 65 | 63 | 170 | 70 | 72 | 0 | 65 | 362 | 50 | 42 |
| Binary | 110101 | 110011 | 1111000 | 111000 | 111010 | 0 | 110101 | 11110010 | 101000 | 100010 |
Color Harmonies of #353378
Complementary color
Monochromatic Colors of #353378
Black with #353378
Text Example
Text Example
White with #353378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353378; }
p { color: rgb(53,51,120); }
H1.HeaderClassName
{
color: #353378;
}
.AnyTagClassName
{
color: #353378;
}
</style>
background-color css
<style>
a { background-color: #353378; }
a { background-color: rgb(53,51,120); }
div.DivClassName
{
background-color: #353378;
}
.BgClassName
{
background-color: #353378;
}
</style>
border-color css
<style>
span { border-color: #353378; }
span { border-color: rgb(53,51,120); }
td.TdClassName
{
border-color: #353378;
}
.TagClassName
{
border-color: #353378;
}
</style>