Shades of Jacksons Purple #343882
Tints of Jacksons Purple #343882
RGB
CMYK
RGB Variations
Color information
#343882 (or 0x343882) is known color: Jacksons Purple. HEX triplet: 34, 38 and 82. RGB value is (52,56,130). Sum of RGB (Red+Green+Blue) = 52+56+130=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #343882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343882 is #CBC77D. Grayscale: #3E3E3E. Windows color (decimal): -13354878 or 8534068. OLE color: 8534068.
HSL color Cylindrical-coordinate representation of color #343882: hue angle of 236.92º 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 #343882 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 56 | 130 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.49 |
| HSL | 236.92º | 0.43% | 0.36% | - |
| HSV(B) | 236.92º | 0.6% | 0.51% | - |
| XYZ | 6.86 | 5.17 | 21.76 | - |
| YUV | 63.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 130 | 0.60 | 0.57 | 0 | 0.49 | 236.92 | 0.43 | 0.36 |
| Hex | 34 | 38 | 82 | 3C | 39 | 0 | 31 | ED | 2B | 24 |
| Octal | 64 | 70 | 202 | 74 | 71 | 0 | 61 | 355 | 53 | 44 |
| Binary | 110100 | 111000 | 10000010 | 111100 | 111001 | 0 | 110001 | 11101101 | 101011 | 100100 |
Color Harmonies of #343882
Complementary color
Monochromatic Colors of #343882
Black with #343882
Text Example
Text Example
White with #343882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343882; }
p { color: rgb(52,56,130); }
H1.HeaderClassName
{
color: #343882;
}
.AnyTagClassName
{
color: #343882;
}
</style>
background-color css
<style>
a { background-color: #343882; }
a { background-color: rgb(52,56,130); }
div.DivClassName
{
background-color: #343882;
}
.BgClassName
{
background-color: #343882;
}
</style>
border-color css
<style>
span { border-color: #343882; }
span { border-color: rgb(52,56,130); }
td.TdClassName
{
border-color: #343882;
}
.TagClassName
{
border-color: #343882;
}
</style>