Shades of Jacksons Purple #343179
Tints of Jacksons Purple #343179
RGB
CMYK
RGB Variations
Color information
#343179 (or 0x343179) is known color: Jacksons Purple. HEX triplet: 34, 31 and 79. RGB value is (52,49,121). Sum of RGB (Red+Green+Blue) = 52+49+121=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #343179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343179 is #CBCE86. Grayscale: #393939. Windows color (decimal): -13356679 or 7942452. OLE color: 7942452.
HSL color Cylindrical-coordinate representation of color #343179: hue angle of 242.5º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #343179 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 49 | 121 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.53 |
| HSL | 242.5º | 0.42% | 0.33% | - |
| HSV(B) | 242.5º | 0.6% | 0.47% | - |
| XYZ | 5.97 | 4.31 | 18.61 | - |
| YUV | 58.11 | 163.49 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 121 | 0.57 | 0.60 | 0 | 0.53 | 242.5 | 0.42 | 0.33 |
| Hex | 34 | 31 | 79 | 39 | 3C | 0 | 35 | F2 | 2A | 21 |
| Octal | 64 | 61 | 171 | 71 | 74 | 0 | 65 | 362 | 52 | 41 |
| Binary | 110100 | 110001 | 1111001 | 111001 | 111100 | 0 | 110101 | 11110010 | 101010 | 100001 |
Color Harmonies of #343179
Complementary color
Monochromatic Colors of #343179
Black with #343179
Text Example
Text Example
White with #343179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343179; }
p { color: rgb(52,49,121); }
H1.HeaderClassName
{
color: #343179;
}
.AnyTagClassName
{
color: #343179;
}
</style>
background-color css
<style>
a { background-color: #343179; }
a { background-color: rgb(52,49,121); }
div.DivClassName
{
background-color: #343179;
}
.BgClassName
{
background-color: #343179;
}
</style>
border-color css
<style>
span { border-color: #343179; }
span { border-color: rgb(52,49,121); }
td.TdClassName
{
border-color: #343179;
}
.TagClassName
{
border-color: #343179;
}
</style>