Shades of Jacksons Purple #343D91
Tints of Jacksons Purple #343D91
RGB
CMYK
RGB Variations
Color information
#343D91 (or 0x343D91) is known color: Jacksons Purple. HEX triplet: 34, 3D and 91. RGB value is (52,61,145). Sum of RGB (Red+Green+Blue) = 52+61+145=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #343D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343D91 is #CBC26E. Grayscale: #434343. Windows color (decimal): -13353583 or 9518388. OLE color: 9518388.
HSL color Cylindrical-coordinate representation of color #343D91: hue angle of 234.19º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #343D91 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 61 | 145 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.43 |
| HSL | 234.19º | 0.47% | 0.39% | - |
| HSV(B) | 234.19º | 0.64% | 0.57% | - |
| XYZ | 8.2 | 6.11 | 27.54 | - |
| YUV | 67.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 145 | 0.64 | 0.58 | 0 | 0.43 | 234.19 | 0.47 | 0.39 |
| Hex | 34 | 3D | 91 | 40 | 3A | 0 | 2B | EA | 2F | 27 |
| Octal | 64 | 75 | 221 | 100 | 72 | 0 | 53 | 352 | 57 | 47 |
| Binary | 110100 | 111101 | 10010001 | 1000000 | 111010 | 0 | 101011 | 11101010 | 101111 | 100111 |
Color Harmonies of #343D91
Complementary color
Monochromatic Colors of #343D91
Black with #343D91
Text Example
Text Example
White with #343D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D91; }
p { color: rgb(52,61,145); }
H1.HeaderClassName
{
color: #343D91;
}
.AnyTagClassName
{
color: #343D91;
}
</style>
background-color css
<style>
a { background-color: #343D91; }
a { background-color: rgb(52,61,145); }
div.DivClassName
{
background-color: #343D91;
}
.BgClassName
{
background-color: #343D91;
}
</style>
border-color css
<style>
span { border-color: #343D91; }
span { border-color: rgb(52,61,145); }
td.TdClassName
{
border-color: #343D91;
}
.TagClassName
{
border-color: #343D91;
}
</style>