Shades of Jacksons Purple #354082
Tints of Jacksons Purple #354082
RGB
CMYK
RGB Variations
Color information
#354082 (or 0x354082) is known color: Jacksons Purple. HEX triplet: 35, 40 and 82. RGB value is (53,64,130). Sum of RGB (Red+Green+Blue) = 53+64+130=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #354082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354082 is #CABF7D. Grayscale: #434343. Windows color (decimal): -13287294 or 8536117. OLE color: 8536117.
HSL color Cylindrical-coordinate representation of color #354082: hue angle of 231.43º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354082 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 64 | 130 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.49 |
| HSL | 231.43º | 0.42% | 0.36% | - |
| HSV(B) | 231.43º | 0.59% | 0.51% | - |
| XYZ | 7.33 | 6.04 | 21.9 | - |
| YUV | 68.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 130 | 0.59 | 0.51 | 0 | 0.49 | 231.43 | 0.42 | 0.36 |
| Hex | 35 | 40 | 82 | 3B | 33 | 0 | 31 | E7 | 2A | 24 |
| Octal | 65 | 100 | 202 | 73 | 63 | 0 | 61 | 347 | 52 | 44 |
| Binary | 110101 | 1000000 | 10000010 | 111011 | 110011 | 0 | 110001 | 11100111 | 101010 | 100100 |
Color Harmonies of #354082
Complementary color
Monochromatic Colors of #354082
Black with #354082
Text Example
Text Example
White with #354082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354082; }
p { color: rgb(53,64,130); }
H1.HeaderClassName
{
color: #354082;
}
.AnyTagClassName
{
color: #354082;
}
</style>
background-color css
<style>
a { background-color: #354082; }
a { background-color: rgb(53,64,130); }
div.DivClassName
{
background-color: #354082;
}
.BgClassName
{
background-color: #354082;
}
</style>
border-color css
<style>
span { border-color: #354082; }
span { border-color: rgb(53,64,130); }
td.TdClassName
{
border-color: #354082;
}
.TagClassName
{
border-color: #354082;
}
</style>