Shades of Jacksons Purple #354184
Tints of Jacksons Purple #354184
RGB
CMYK
RGB Variations
Color information
#354184 (or 0x354184) is known color: Jacksons Purple. HEX triplet: 35, 41 and 84. RGB value is (53,65,132). Sum of RGB (Red+Green+Blue) = 53+65+132=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #354184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354184 is #CABE7B. Grayscale: #444444. Windows color (decimal): -13287036 or 8667445. OLE color: 8667445.
HSL color Cylindrical-coordinate representation of color #354184: hue angle of 230.89º 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 #354184 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 65 | 132 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.48 |
| HSL | 230.89º | 0.43% | 0.36% | - |
| HSV(B) | 230.89º | 0.6% | 0.52% | - |
| XYZ | 7.52 | 6.2 | 22.63 | - |
| YUV | 69.05 | 163.52 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 132 | 0.60 | 0.51 | 0 | 0.48 | 230.89 | 0.43 | 0.36 |
| Hex | 35 | 41 | 84 | 3C | 33 | 0 | 30 | E7 | 2B | 24 |
| Octal | 65 | 101 | 204 | 74 | 63 | 0 | 60 | 347 | 53 | 44 |
| Binary | 110101 | 1000001 | 10000100 | 111100 | 110011 | 0 | 110000 | 11100111 | 101011 | 100100 |
Color Harmonies of #354184
Complementary color
Monochromatic Colors of #354184
Black with #354184
Text Example
Text Example
White with #354184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354184; }
p { color: rgb(53,65,132); }
H1.HeaderClassName
{
color: #354184;
}
.AnyTagClassName
{
color: #354184;
}
</style>
background-color css
<style>
a { background-color: #354184; }
a { background-color: rgb(53,65,132); }
div.DivClassName
{
background-color: #354184;
}
.BgClassName
{
background-color: #354184;
}
</style>
border-color css
<style>
span { border-color: #354184; }
span { border-color: rgb(53,65,132); }
td.TdClassName
{
border-color: #354184;
}
.TagClassName
{
border-color: #354184;
}
</style>