Shades of Jacksons Purple #343793
Tints of Jacksons Purple #343793
RGB
CMYK
RGB Variations
Color information
#343793 (or 0x343793) is known color: Jacksons Purple. HEX triplet: 34, 37 and 93. RGB value is (52,55,147). Sum of RGB (Red+Green+Blue) = 52+55+147=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #343793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343793 is #CBC86C. Grayscale: #404040. Windows color (decimal): -13355117 or 9647924. OLE color: 9647924.
HSL color Cylindrical-coordinate representation of color #343793: hue angle of 238.11º 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 #343793 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 55 | 147 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.42 |
| HSL | 238.11º | 0.48% | 0.39% | - |
| HSV(B) | 238.11º | 0.65% | 0.58% | - |
| XYZ | 8.05 | 5.57 | 28.25 | - |
| YUV | 64.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 147 | 0.65 | 0.63 | 0 | 0.42 | 238.11 | 0.48 | 0.39 |
| Hex | 34 | 37 | 93 | 41 | 3F | 0 | 2A | EE | 30 | 27 |
| Octal | 64 | 67 | 223 | 101 | 77 | 0 | 52 | 356 | 60 | 47 |
| Binary | 110100 | 110111 | 10010011 | 1000001 | 111111 | 0 | 101010 | 11101110 | 110000 | 100111 |
Color Harmonies of #343793
Complementary color
Monochromatic Colors of #343793
Black with #343793
Text Example
Text Example
White with #343793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343793; }
p { color: rgb(52,55,147); }
H1.HeaderClassName
{
color: #343793;
}
.AnyTagClassName
{
color: #343793;
}
</style>
background-color css
<style>
a { background-color: #343793; }
a { background-color: rgb(52,55,147); }
div.DivClassName
{
background-color: #343793;
}
.BgClassName
{
background-color: #343793;
}
</style>
border-color css
<style>
span { border-color: #343793; }
span { border-color: rgb(52,55,147); }
td.TdClassName
{
border-color: #343793;
}
.TagClassName
{
border-color: #343793;
}
</style>