Shades of Jacksons Purple #343182
Tints of Jacksons Purple #343182
RGB
CMYK
RGB Variations
Color information
#343182 (or 0x343182) is known color: Jacksons Purple. HEX triplet: 34, 31 and 82. RGB value is (52,49,130). Sum of RGB (Red+Green+Blue) = 52+49+130=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #343182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343182 is #CBCE7D. Grayscale: #3A3A3A. Windows color (decimal): -13356670 or 8532276. OLE color: 8532276.
HSL color Cylindrical-coordinate representation of color #343182: hue angle of 242.22º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #343182 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 49 | 130 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.49 |
| HSL | 242.22º | 0.45% | 0.35% | - |
| HSV(B) | 242.22º | 0.62% | 0.51% | - |
| XYZ | 6.54 | 4.54 | 21.65 | - |
| YUV | 59.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 130 | 0.60 | 0.62 | 0 | 0.49 | 242.22 | 0.45 | 0.35 |
| Hex | 34 | 31 | 82 | 3C | 3E | 0 | 31 | F2 | 2D | 23 |
| Octal | 64 | 61 | 202 | 74 | 76 | 0 | 61 | 362 | 55 | 43 |
| Binary | 110100 | 110001 | 10000010 | 111100 | 111110 | 0 | 110001 | 11110010 | 101101 | 100011 |
Color Harmonies of #343182
Complementary color
Monochromatic Colors of #343182
Black with #343182
Text Example
Text Example
White with #343182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343182; }
p { color: rgb(52,49,130); }
H1.HeaderClassName
{
color: #343182;
}
.AnyTagClassName
{
color: #343182;
}
</style>
background-color css
<style>
a { background-color: #343182; }
a { background-color: rgb(52,49,130); }
div.DivClassName
{
background-color: #343182;
}
.BgClassName
{
background-color: #343182;
}
</style>
border-color css
<style>
span { border-color: #343182; }
span { border-color: rgb(52,49,130); }
td.TdClassName
{
border-color: #343182;
}
.TagClassName
{
border-color: #343182;
}
</style>