Shades of Jacksons Purple #354085
Tints of Jacksons Purple #354085
RGB
CMYK
RGB Variations
Color information
#354085 (or 0x354085) is known color: Jacksons Purple. HEX triplet: 35, 40 and 85. RGB value is (53,64,133). Sum of RGB (Red+Green+Blue) = 53+64+133=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #354085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354085 is #CABF7A. Grayscale: #444444. Windows color (decimal): -13287291 or 8732725. OLE color: 8732725.
HSL color Cylindrical-coordinate representation of color #354085: hue angle of 231.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 #354085 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 64 | 133 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.48 |
| HSL | 231.75º | 0.43% | 0.36% | - |
| HSV(B) | 231.75º | 0.6% | 0.52% | - |
| XYZ | 7.54 | 6.12 | 22.97 | - |
| YUV | 68.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 133 | 0.60 | 0.52 | 0 | 0.48 | 231.75 | 0.43 | 0.36 |
| Hex | 35 | 40 | 85 | 3C | 34 | 0 | 30 | E8 | 2B | 24 |
| Octal | 65 | 100 | 205 | 74 | 64 | 0 | 60 | 350 | 53 | 44 |
| Binary | 110101 | 1000000 | 10000101 | 111100 | 110100 | 0 | 110000 | 11101000 | 101011 | 100100 |
Color Harmonies of #354085
Complementary color
Monochromatic Colors of #354085
Black with #354085
Text Example
Text Example
White with #354085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354085; }
p { color: rgb(53,64,133); }
H1.HeaderClassName
{
color: #354085;
}
.AnyTagClassName
{
color: #354085;
}
</style>
background-color css
<style>
a { background-color: #354085; }
a { background-color: rgb(53,64,133); }
div.DivClassName
{
background-color: #354085;
}
.BgClassName
{
background-color: #354085;
}
</style>
border-color css
<style>
span { border-color: #354085; }
span { border-color: rgb(53,64,133); }
td.TdClassName
{
border-color: #354085;
}
.TagClassName
{
border-color: #354085;
}
</style>