Shades of Jacksons Purple #343089
Tints of Jacksons Purple #343089
RGB
CMYK
RGB Variations
Color information
#343089 (or 0x343089) is known color: Jacksons Purple. HEX triplet: 34, 30 and 89. RGB value is (52,48,137). Sum of RGB (Red+Green+Blue) = 52+48+137=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #343089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343089 is #CBCF76. Grayscale: #3A3A3A. Windows color (decimal): -13356919 or 8990772. OLE color: 8990772.
HSL color Cylindrical-coordinate representation of color #343089: hue angle of 242.7º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343089 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 48 | 137 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.46 |
| HSL | 242.7º | 0.48% | 0.36% | - |
| HSV(B) | 242.7º | 0.65% | 0.54% | - |
| XYZ | 6.99 | 4.65 | 24.2 | - |
| YUV | 59.34 | 171.83 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 137 | 0.62 | 0.65 | 0 | 0.46 | 242.7 | 0.48 | 0.36 |
| Hex | 34 | 30 | 89 | 3E | 41 | 0 | 2E | F3 | 30 | 24 |
| Octal | 64 | 60 | 211 | 76 | 101 | 0 | 56 | 363 | 60 | 44 |
| Binary | 110100 | 110000 | 10001001 | 111110 | 1000001 | 0 | 101110 | 11110011 | 110000 | 100100 |
Color Harmonies of #343089
Complementary color
Monochromatic Colors of #343089
Black with #343089
Text Example
Text Example
White with #343089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343089; }
p { color: rgb(52,48,137); }
H1.HeaderClassName
{
color: #343089;
}
.AnyTagClassName
{
color: #343089;
}
</style>
background-color css
<style>
a { background-color: #343089; }
a { background-color: rgb(52,48,137); }
div.DivClassName
{
background-color: #343089;
}
.BgClassName
{
background-color: #343089;
}
</style>
border-color css
<style>
span { border-color: #343089; }
span { border-color: rgb(52,48,137); }
td.TdClassName
{
border-color: #343089;
}
.TagClassName
{
border-color: #343089;
}
</style>