Shades of Jacksons Purple #343D96
Tints of Jacksons Purple #343D96
RGB
CMYK
RGB Variations
Color information
#343D96 (or 0x343D96) is known color: Jacksons Purple. HEX triplet: 34, 3D and 96. RGB value is (52,61,150). Sum of RGB (Red+Green+Blue) = 52+61+150=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #343D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343D96 is #CBC269. Grayscale: #444444. Windows color (decimal): -13353578 or 9846068. OLE color: 9846068.
HSL color Cylindrical-coordinate representation of color #343D96: hue angle of 234.49º 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 #343D96 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 61 | 150 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.41 |
| HSL | 234.49º | 0.49% | 0.4% | - |
| HSV(B) | 234.49º | 0.65% | 0.59% | - |
| XYZ | 8.59 | 6.27 | 29.61 | - |
| YUV | 68.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 150 | 0.65 | 0.59 | 0 | 0.41 | 234.49 | 0.49 | 0.4 |
| Hex | 34 | 3D | 96 | 41 | 3B | 0 | 29 | EA | 31 | 28 |
| Octal | 64 | 75 | 226 | 101 | 73 | 0 | 51 | 352 | 61 | 50 |
| Binary | 110100 | 111101 | 10010110 | 1000001 | 111011 | 0 | 101001 | 11101010 | 110001 | 101000 |
Color Harmonies of #343D96
Complementary color
Monochromatic Colors of #343D96
Black with #343D96
Text Example
Text Example
White with #343D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D96; }
p { color: rgb(52,61,150); }
H1.HeaderClassName
{
color: #343D96;
}
.AnyTagClassName
{
color: #343D96;
}
</style>
background-color css
<style>
a { background-color: #343D96; }
a { background-color: rgb(52,61,150); }
div.DivClassName
{
background-color: #343D96;
}
.BgClassName
{
background-color: #343D96;
}
</style>
border-color css
<style>
span { border-color: #343D96; }
span { border-color: rgb(52,61,150); }
td.TdClassName
{
border-color: #343D96;
}
.TagClassName
{
border-color: #343D96;
}
</style>