Shades of Jacksons Purple #353885
Tints of Jacksons Purple #353885
RGB
CMYK
RGB Variations
Color information
#353885 (or 0x353885) is known color: Jacksons Purple. HEX triplet: 35, 38 and 85. RGB value is (53,56,133). Sum of RGB (Red+Green+Blue) = 53+56+133=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #353885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353885 is #CAC77A. Grayscale: #3F3F3F. Windows color (decimal): -13289339 or 8730677. OLE color: 8730677.
HSL color Cylindrical-coordinate representation of color #353885: hue angle of 237.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353885 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 56 | 133 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.48 |
| HSL | 237.75º | 0.43% | 0.36% | - |
| HSV(B) | 237.75º | 0.6% | 0.52% | - |
| XYZ | 7.12 | 5.28 | 22.83 | - |
| YUV | 63.88 | 167.01 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 133 | 0.60 | 0.58 | 0 | 0.48 | 237.75 | 0.43 | 0.36 |
| Hex | 35 | 38 | 85 | 3C | 3A | 0 | 30 | EE | 2B | 24 |
| Octal | 65 | 70 | 205 | 74 | 72 | 0 | 60 | 356 | 53 | 44 |
| Binary | 110101 | 111000 | 10000101 | 111100 | 111010 | 0 | 110000 | 11101110 | 101011 | 100100 |
Color Harmonies of #353885
Complementary color
Monochromatic Colors of #353885
Black with #353885
Text Example
Text Example
White with #353885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353885; }
p { color: rgb(53,56,133); }
H1.HeaderClassName
{
color: #353885;
}
.AnyTagClassName
{
color: #353885;
}
</style>
background-color css
<style>
a { background-color: #353885; }
a { background-color: rgb(53,56,133); }
div.DivClassName
{
background-color: #353885;
}
.BgClassName
{
background-color: #353885;
}
</style>
border-color css
<style>
span { border-color: #353885; }
span { border-color: rgb(53,56,133); }
td.TdClassName
{
border-color: #353885;
}
.TagClassName
{
border-color: #353885;
}
</style>