Shades of Jacksons Purple #343085
Tints of Jacksons Purple #343085
RGB
CMYK
RGB Variations
Color information
#343085 (or 0x343085) is known color: Jacksons Purple. HEX triplet: 34, 30 and 85. RGB value is (52,48,133). Sum of RGB (Red+Green+Blue) = 52+48+133=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #343085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343085 is #CBCF7A. Grayscale: #3A3A3A. Windows color (decimal): -13356923 or 8728628. OLE color: 8728628.
HSL color Cylindrical-coordinate representation of color #343085: hue angle of 242.82º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #343085 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 48 | 133 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.48 |
| HSL | 242.82º | 0.47% | 0.35% | - |
| HSV(B) | 242.82º | 0.64% | 0.52% | - |
| XYZ | 6.71 | 4.54 | 22.71 | - |
| YUV | 58.89 | 169.83 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 133 | 0.61 | 0.64 | 0 | 0.48 | 242.82 | 0.47 | 0.35 |
| Hex | 34 | 30 | 85 | 3D | 40 | 0 | 30 | F3 | 2F | 23 |
| Octal | 64 | 60 | 205 | 75 | 100 | 0 | 60 | 363 | 57 | 43 |
| Binary | 110100 | 110000 | 10000101 | 111101 | 1000000 | 0 | 110000 | 11110011 | 101111 | 100011 |
Color Harmonies of #343085
Complementary color
Monochromatic Colors of #343085
Black with #343085
Text Example
Text Example
White with #343085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343085; }
p { color: rgb(52,48,133); }
H1.HeaderClassName
{
color: #343085;
}
.AnyTagClassName
{
color: #343085;
}
</style>
background-color css
<style>
a { background-color: #343085; }
a { background-color: rgb(52,48,133); }
div.DivClassName
{
background-color: #343085;
}
.BgClassName
{
background-color: #343085;
}
</style>
border-color css
<style>
span { border-color: #343085; }
span { border-color: rgb(52,48,133); }
td.TdClassName
{
border-color: #343085;
}
.TagClassName
{
border-color: #343085;
}
</style>