Shades of Jacksons Purple #343693
Tints of Jacksons Purple #343693
RGB
CMYK
RGB Variations
Color information
#343693 (or 0x343693) is known color: Jacksons Purple. HEX triplet: 34, 36 and 93. RGB value is (52,54,147). Sum of RGB (Red+Green+Blue) = 52+54+147=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #343693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343693 is #CBC96C. Grayscale: #3F3F3F. Windows color (decimal): -13355373 or 9647668. OLE color: 9647668.
HSL color Cylindrical-coordinate representation of color #343693: hue angle of 238.74º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343693 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 54 | 147 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.42 |
| HSL | 238.74º | 0.48% | 0.39% | - |
| HSV(B) | 238.74º | 0.65% | 0.58% | - |
| XYZ | 8 | 5.47 | 28.24 | - |
| YUV | 64 | 174.84 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 147 | 0.65 | 0.63 | 0 | 0.42 | 238.74 | 0.48 | 0.39 |
| Hex | 34 | 36 | 93 | 41 | 3F | 0 | 2A | EF | 30 | 27 |
| Octal | 64 | 66 | 223 | 101 | 77 | 0 | 52 | 357 | 60 | 47 |
| Binary | 110100 | 110110 | 10010011 | 1000001 | 111111 | 0 | 101010 | 11101111 | 110000 | 100111 |
Color Harmonies of #343693
Complementary color
Monochromatic Colors of #343693
Black with #343693
Text Example
Text Example
White with #343693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343693; }
p { color: rgb(52,54,147); }
H1.HeaderClassName
{
color: #343693;
}
.AnyTagClassName
{
color: #343693;
}
</style>
background-color css
<style>
a { background-color: #343693; }
a { background-color: rgb(52,54,147); }
div.DivClassName
{
background-color: #343693;
}
.BgClassName
{
background-color: #343693;
}
</style>
border-color css
<style>
span { border-color: #343693; }
span { border-color: rgb(52,54,147); }
td.TdClassName
{
border-color: #343693;
}
.TagClassName
{
border-color: #343693;
}
</style>