Shades of Jacksons Purple #343689
Tints of Jacksons Purple #343689
RGB
CMYK
RGB Variations
Color information
#343689 (or 0x343689) is known color: Jacksons Purple. HEX triplet: 34, 36 and 89. RGB value is (52,54,137). Sum of RGB (Red+Green+Blue) = 52+54+137=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #343689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343689 is #CBC976. Grayscale: #3E3E3E. Windows color (decimal): -13355383 or 8992308. OLE color: 8992308.
HSL color Cylindrical-coordinate representation of color #343689: hue angle of 238.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #343689 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 54 | 137 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.46 |
| HSL | 238.59º | 0.45% | 0.37% | - |
| HSV(B) | 238.59º | 0.62% | 0.54% | - |
| XYZ | 7.25 | 5.17 | 24.28 | - |
| YUV | 62.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 137 | 0.62 | 0.61 | 0 | 0.46 | 238.59 | 0.45 | 0.37 |
| Hex | 34 | 36 | 89 | 3E | 3D | 0 | 2E | EF | 2D | 25 |
| Octal | 64 | 66 | 211 | 76 | 75 | 0 | 56 | 357 | 55 | 45 |
| Binary | 110100 | 110110 | 10001001 | 111110 | 111101 | 0 | 101110 | 11101111 | 101101 | 100101 |
Color Harmonies of #343689
Complementary color
Monochromatic Colors of #343689
Black with #343689
Text Example
Text Example
White with #343689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343689; }
p { color: rgb(52,54,137); }
H1.HeaderClassName
{
color: #343689;
}
.AnyTagClassName
{
color: #343689;
}
</style>
background-color css
<style>
a { background-color: #343689; }
a { background-color: rgb(52,54,137); }
div.DivClassName
{
background-color: #343689;
}
.BgClassName
{
background-color: #343689;
}
</style>
border-color css
<style>
span { border-color: #343689; }
span { border-color: rgb(52,54,137); }
td.TdClassName
{
border-color: #343689;
}
.TagClassName
{
border-color: #343689;
}
</style>