Shades of Jacksons Purple #343C84
Tints of Jacksons Purple #343C84
RGB
CMYK
RGB Variations
Color information
#343C84 (or 0x343C84) is known color: Jacksons Purple. HEX triplet: 34, 3C and 84. RGB value is (52,60,132). Sum of RGB (Red+Green+Blue) = 52+60+132=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #343C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343C84 is #CBC37B. Grayscale: #414141. Windows color (decimal): -13353852 or 8666164. OLE color: 8666164.
HSL color Cylindrical-coordinate representation of color #343C84: hue angle of 234º degrees, saturation: 0.43, 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 #343C84 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 60 | 132 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.48 |
| HSL | 234º | 0.43% | 0.36% | - |
| HSV(B) | 234º | 0.61% | 0.52% | - |
| XYZ | 7.2 | 5.63 | 22.54 | - |
| YUV | 65.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 132 | 0.61 | 0.55 | 0 | 0.48 | 234 | 0.43 | 0.36 |
| Hex | 34 | 3C | 84 | 3D | 37 | 0 | 30 | EA | 2B | 24 |
| Octal | 64 | 74 | 204 | 75 | 67 | 0 | 60 | 352 | 53 | 44 |
| Binary | 110100 | 111100 | 10000100 | 111101 | 110111 | 0 | 110000 | 11101010 | 101011 | 100100 |
Color Harmonies of #343C84
Complementary color
Monochromatic Colors of #343C84
Black with #343C84
Text Example
Text Example
White with #343C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C84; }
p { color: rgb(52,60,132); }
H1.HeaderClassName
{
color: #343C84;
}
.AnyTagClassName
{
color: #343C84;
}
</style>
background-color css
<style>
a { background-color: #343C84; }
a { background-color: rgb(52,60,132); }
div.DivClassName
{
background-color: #343C84;
}
.BgClassName
{
background-color: #343C84;
}
</style>
border-color css
<style>
span { border-color: #343C84; }
span { border-color: rgb(52,60,132); }
td.TdClassName
{
border-color: #343C84;
}
.TagClassName
{
border-color: #343C84;
}
</style>