Shades of Jacksons Purple #343688
Tints of Jacksons Purple #343688
RGB
CMYK
RGB Variations
Color information
#343688 (or 0x343688) is known color: Jacksons Purple. HEX triplet: 34, 36 and 88. RGB value is (52,54,136). Sum of RGB (Red+Green+Blue) = 52+54+136=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #343688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343688 is #CBC977. Grayscale: #3E3E3E. Windows color (decimal): -13355384 or 8926772. OLE color: 8926772.
HSL color Cylindrical-coordinate representation of color #343688: hue angle of 238.57º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #343688 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 54 | 136 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.47 |
| HSL | 238.57º | 0.45% | 0.37% | - |
| HSV(B) | 238.57º | 0.62% | 0.53% | - |
| XYZ | 7.18 | 5.15 | 23.91 | - |
| YUV | 62.75 | 169.34 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 136 | 0.62 | 0.60 | 0 | 0.47 | 238.57 | 0.45 | 0.37 |
| Hex | 34 | 36 | 88 | 3E | 3C | 0 | 2F | EF | 2D | 25 |
| Octal | 64 | 66 | 210 | 76 | 74 | 0 | 57 | 357 | 55 | 45 |
| Binary | 110100 | 110110 | 10001000 | 111110 | 111100 | 0 | 101111 | 11101111 | 101101 | 100101 |
Color Harmonies of #343688
Complementary color
Monochromatic Colors of #343688
Black with #343688
Text Example
Text Example
White with #343688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343688; }
p { color: rgb(52,54,136); }
H1.HeaderClassName
{
color: #343688;
}
.AnyTagClassName
{
color: #343688;
}
</style>
background-color css
<style>
a { background-color: #343688; }
a { background-color: rgb(52,54,136); }
div.DivClassName
{
background-color: #343688;
}
.BgClassName
{
background-color: #343688;
}
</style>
border-color css
<style>
span { border-color: #343688; }
span { border-color: rgb(52,54,136); }
td.TdClassName
{
border-color: #343688;
}
.TagClassName
{
border-color: #343688;
}
</style>