Shades of Jacksons Purple #343996
Tints of Jacksons Purple #343996
RGB
CMYK
RGB Variations
Color information
#343996 (or 0x343996) is known color: Jacksons Purple. HEX triplet: 34, 39 and 96. RGB value is (52,57,150). Sum of RGB (Red+Green+Blue) = 52+57+150=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #343996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343996 is #CBC669. Grayscale: #414141. Windows color (decimal): -13354602 or 9845044. OLE color: 9845044.
HSL color Cylindrical-coordinate representation of color #343996: hue angle of 236.94º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343996 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 57 | 150 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.41 |
| HSL | 236.94º | 0.49% | 0.4% | - |
| HSV(B) | 236.94º | 0.65% | 0.59% | - |
| XYZ | 8.38 | 5.86 | 29.54 | - |
| YUV | 66.11 | 175.34 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 150 | 0.65 | 0.62 | 0 | 0.41 | 236.94 | 0.49 | 0.4 |
| Hex | 34 | 39 | 96 | 41 | 3E | 0 | 29 | ED | 31 | 28 |
| Octal | 64 | 71 | 226 | 101 | 76 | 0 | 51 | 355 | 61 | 50 |
| Binary | 110100 | 111001 | 10010110 | 1000001 | 111110 | 0 | 101001 | 11101101 | 110001 | 101000 |
Color Harmonies of #343996
Complementary color
Monochromatic Colors of #343996
Black with #343996
Text Example
Text Example
White with #343996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343996; }
p { color: rgb(52,57,150); }
H1.HeaderClassName
{
color: #343996;
}
.AnyTagClassName
{
color: #343996;
}
</style>
background-color css
<style>
a { background-color: #343996; }
a { background-color: rgb(52,57,150); }
div.DivClassName
{
background-color: #343996;
}
.BgClassName
{
background-color: #343996;
}
</style>
border-color css
<style>
span { border-color: #343996; }
span { border-color: rgb(52,57,150); }
td.TdClassName
{
border-color: #343996;
}
.TagClassName
{
border-color: #343996;
}
</style>