Shades of Jacksons Purple #343482
Tints of Jacksons Purple #343482
RGB
CMYK
RGB Variations
Color information
#343482 (or 0x343482) is known color: Jacksons Purple. HEX triplet: 34, 34 and 82. RGB value is (52,52,130). Sum of RGB (Red+Green+Blue) = 52+52+130=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #343482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343482 is #CBCB7D. Grayscale: #3C3C3C. Windows color (decimal): -13355902 or 8533044. OLE color: 8533044.
HSL color Cylindrical-coordinate representation of color #343482: hue angle of 240º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #343482 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 52 | 130 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.49 |
| HSL | 240º | 0.43% | 0.36% | - |
| HSV(B) | 240º | 0.6% | 0.51% | - |
| XYZ | 6.67 | 4.8 | 21.69 | - |
| YUV | 60.89 | 167 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 52 | 130 | 0.60 | 0.60 | 0 | 0.49 | 240 | 0.43 | 0.36 |
| Hex | 34 | 34 | 82 | 3C | 3C | 0 | 31 | F0 | 2B | 24 |
| Octal | 64 | 64 | 202 | 74 | 74 | 0 | 61 | 360 | 53 | 44 |
| Binary | 110100 | 110100 | 10000010 | 111100 | 111100 | 0 | 110001 | 11110000 | 101011 | 100100 |
Color Harmonies of #343482
Complementary color
Monochromatic Colors of #343482
Black with #343482
Text Example
Text Example
White with #343482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343482; }
p { color: rgb(52,52,130); }
H1.HeaderClassName
{
color: #343482;
}
.AnyTagClassName
{
color: #343482;
}
</style>
background-color css
<style>
a { background-color: #343482; }
a { background-color: rgb(52,52,130); }
div.DivClassName
{
background-color: #343482;
}
.BgClassName
{
background-color: #343482;
}
</style>
border-color css
<style>
span { border-color: #343482; }
span { border-color: rgb(52,52,130); }
td.TdClassName
{
border-color: #343482;
}
.TagClassName
{
border-color: #343482;
}
</style>