Shades of Jacksons Purple #344089
Tints of Jacksons Purple #344089
RGB
CMYK
RGB Variations
Color information
#344089 (or 0x344089) is known color: Jacksons Purple. HEX triplet: 34, 40 and 89. RGB value is (52,64,137). Sum of RGB (Red+Green+Blue) = 52+64+137=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #344089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344089 is #CBBF76. Grayscale: #444444. Windows color (decimal): -13352823 or 8994868. OLE color: 8994868.
HSL color Cylindrical-coordinate representation of color #344089: hue angle of 231.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #344089 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 64 | 137 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.46 |
| HSL | 231.53º | 0.45% | 0.37% | - |
| HSV(B) | 231.53º | 0.62% | 0.54% | - |
| XYZ | 7.76 | 6.2 | 24.45 | - |
| YUV | 68.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 137 | 0.62 | 0.53 | 0 | 0.46 | 231.53 | 0.45 | 0.37 |
| Hex | 34 | 40 | 89 | 3E | 35 | 0 | 2E | E8 | 2D | 25 |
| Octal | 64 | 100 | 211 | 76 | 65 | 0 | 56 | 350 | 55 | 45 |
| Binary | 110100 | 1000000 | 10001001 | 111110 | 110101 | 0 | 101110 | 11101000 | 101101 | 100101 |
Color Harmonies of #344089
Complementary color
Monochromatic Colors of #344089
Black with #344089
Text Example
Text Example
White with #344089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344089; }
p { color: rgb(52,64,137); }
H1.HeaderClassName
{
color: #344089;
}
.AnyTagClassName
{
color: #344089;
}
</style>
background-color css
<style>
a { background-color: #344089; }
a { background-color: rgb(52,64,137); }
div.DivClassName
{
background-color: #344089;
}
.BgClassName
{
background-color: #344089;
}
</style>
border-color css
<style>
span { border-color: #344089; }
span { border-color: rgb(52,64,137); }
td.TdClassName
{
border-color: #344089;
}
.TagClassName
{
border-color: #344089;
}
</style>