Shades of Jacksons Purple #343384
Tints of Jacksons Purple #343384
RGB
CMYK
RGB Variations
Color information
#343384 (or 0x343384) is known color: Jacksons Purple. HEX triplet: 34, 33 and 84. RGB value is (52,51,132). Sum of RGB (Red+Green+Blue) = 52+51+132=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #343384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343384 is #CBCC7B. Grayscale: #3C3C3C. Windows color (decimal): -13356156 or 8663860. OLE color: 8663860.
HSL color Cylindrical-coordinate representation of color #343384: hue angle of 240.74º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #343384 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 51 | 132 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.48 |
| HSL | 240.74º | 0.44% | 0.36% | - |
| HSV(B) | 240.74º | 0.61% | 0.52% | - |
| XYZ | 6.76 | 4.76 | 22.39 | - |
| YUV | 60.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 132 | 0.61 | 0.61 | 0 | 0.48 | 240.74 | 0.44 | 0.36 |
| Hex | 34 | 33 | 84 | 3D | 3D | 0 | 30 | F1 | 2C | 24 |
| Octal | 64 | 63 | 204 | 75 | 75 | 0 | 60 | 361 | 54 | 44 |
| Binary | 110100 | 110011 | 10000100 | 111101 | 111101 | 0 | 110000 | 11110001 | 101100 | 100100 |
Color Harmonies of #343384
Complementary color
Monochromatic Colors of #343384
Black with #343384
Text Example
Text Example
White with #343384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343384; }
p { color: rgb(52,51,132); }
H1.HeaderClassName
{
color: #343384;
}
.AnyTagClassName
{
color: #343384;
}
</style>
background-color css
<style>
a { background-color: #343384; }
a { background-color: rgb(52,51,132); }
div.DivClassName
{
background-color: #343384;
}
.BgClassName
{
background-color: #343384;
}
</style>
border-color css
<style>
span { border-color: #343384; }
span { border-color: rgb(52,51,132); }
td.TdClassName
{
border-color: #343384;
}
.TagClassName
{
border-color: #343384;
}
</style>