Shades of Jacksons Purple #343C85
Tints of Jacksons Purple #343C85
RGB
CMYK
RGB Variations
Color information
#343C85 (or 0x343C85) is known color: Jacksons Purple. HEX triplet: 34, 3C and 85. RGB value is (52,60,133). Sum of RGB (Red+Green+Blue) = 52+60+133=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #343C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343C85 is #CBC37A. Grayscale: #414141. Windows color (decimal): -13353851 or 8731700. OLE color: 8731700.
HSL color Cylindrical-coordinate representation of color #343C85: hue angle of 234.07º degrees, saturation: 0.44, 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 #343C85 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 60 | 133 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.48 |
| HSL | 234.07º | 0.44% | 0.36% | - |
| HSV(B) | 234.07º | 0.61% | 0.52% | - |
| XYZ | 7.27 | 5.66 | 22.9 | - |
| YUV | 65.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 133 | 0.61 | 0.55 | 0 | 0.48 | 234.07 | 0.44 | 0.36 |
| Hex | 34 | 3C | 85 | 3D | 37 | 0 | 30 | EA | 2C | 24 |
| Octal | 64 | 74 | 205 | 75 | 67 | 0 | 60 | 352 | 54 | 44 |
| Binary | 110100 | 111100 | 10000101 | 111101 | 110111 | 0 | 110000 | 11101010 | 101100 | 100100 |
Color Harmonies of #343C85
Complementary color
Monochromatic Colors of #343C85
Black with #343C85
Text Example
Text Example
White with #343C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C85; }
p { color: rgb(52,60,133); }
H1.HeaderClassName
{
color: #343C85;
}
.AnyTagClassName
{
color: #343C85;
}
</style>
background-color css
<style>
a { background-color: #343C85; }
a { background-color: rgb(52,60,133); }
div.DivClassName
{
background-color: #343C85;
}
.BgClassName
{
background-color: #343C85;
}
</style>
border-color css
<style>
span { border-color: #343C85; }
span { border-color: rgb(52,60,133); }
td.TdClassName
{
border-color: #343C85;
}
.TagClassName
{
border-color: #343C85;
}
</style>