Shades of Jacksons Purple #343290
Tints of Jacksons Purple #343290
RGB
CMYK
RGB Variations
Color information
#343290 (or 0x343290) is known color: Jacksons Purple. HEX triplet: 34, 32 and 90. RGB value is (52,50,144). Sum of RGB (Red+Green+Blue) = 52+50+144=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #343290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343290 is #CBCD6F. Grayscale: #3C3C3C. Windows color (decimal): -13356400 or 9450036. OLE color: 9450036.
HSL color Cylindrical-coordinate representation of color #343290: hue angle of 241.28º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343290 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 50 | 144 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.44 |
| HSL | 241.28º | 0.48% | 0.38% | - |
| HSV(B) | 241.28º | 0.65% | 0.56% | - |
| XYZ | 7.59 | 5.02 | 26.96 | - |
| YUV | 61.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 144 | 0.64 | 0.65 | 0 | 0.44 | 241.28 | 0.48 | 0.38 |
| Hex | 34 | 32 | 90 | 40 | 41 | 0 | 2C | F1 | 30 | 26 |
| Octal | 64 | 62 | 220 | 100 | 101 | 0 | 54 | 361 | 60 | 46 |
| Binary | 110100 | 110010 | 10010000 | 1000000 | 1000001 | 0 | 101100 | 11110001 | 110000 | 100110 |
Color Harmonies of #343290
Complementary color
Monochromatic Colors of #343290
Black with #343290
Text Example
Text Example
White with #343290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343290; }
p { color: rgb(52,50,144); }
H1.HeaderClassName
{
color: #343290;
}
.AnyTagClassName
{
color: #343290;
}
</style>
background-color css
<style>
a { background-color: #343290; }
a { background-color: rgb(52,50,144); }
div.DivClassName
{
background-color: #343290;
}
.BgClassName
{
background-color: #343290;
}
</style>
border-color css
<style>
span { border-color: #343290; }
span { border-color: rgb(52,50,144); }
td.TdClassName
{
border-color: #343290;
}
.TagClassName
{
border-color: #343290;
}
</style>