Shades of Jacksons Purple #343185
Tints of Jacksons Purple #343185
RGB
CMYK
RGB Variations
Color information
#343185 (or 0x343185) is known color: Jacksons Purple. HEX triplet: 34, 31 and 85. RGB value is (52,49,133). Sum of RGB (Red+Green+Blue) = 52+49+133=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #343185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343185 is #CBCE7A. Grayscale: #3B3B3B. Windows color (decimal): -13356667 or 8728884. OLE color: 8728884.
HSL color Cylindrical-coordinate representation of color #343185: hue angle of 242.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #343185 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 49 | 133 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.48 |
| HSL | 242.14º | 0.46% | 0.36% | - |
| HSV(B) | 242.14º | 0.63% | 0.52% | - |
| XYZ | 6.75 | 4.62 | 22.73 | - |
| YUV | 59.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 133 | 0.61 | 0.63 | 0 | 0.48 | 242.14 | 0.46 | 0.36 |
| Hex | 34 | 31 | 85 | 3D | 3F | 0 | 30 | F2 | 2E | 24 |
| Octal | 64 | 61 | 205 | 75 | 77 | 0 | 60 | 362 | 56 | 44 |
| Binary | 110100 | 110001 | 10000101 | 111101 | 111111 | 0 | 110000 | 11110010 | 101110 | 100100 |
Color Harmonies of #343185
Complementary color
Monochromatic Colors of #343185
Black with #343185
Text Example
Text Example
White with #343185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343185; }
p { color: rgb(52,49,133); }
H1.HeaderClassName
{
color: #343185;
}
.AnyTagClassName
{
color: #343185;
}
</style>
background-color css
<style>
a { background-color: #343185; }
a { background-color: rgb(52,49,133); }
div.DivClassName
{
background-color: #343185;
}
.BgClassName
{
background-color: #343185;
}
</style>
border-color css
<style>
span { border-color: #343185; }
span { border-color: rgb(52,49,133); }
td.TdClassName
{
border-color: #343185;
}
.TagClassName
{
border-color: #343185;
}
</style>