Shades of Jacksons Purple #343883
Tints of Jacksons Purple #343883
RGB
CMYK
RGB Variations
Color information
#343883 (or 0x343883) is known color: Jacksons Purple. HEX triplet: 34, 38 and 83. RGB value is (52,56,131). Sum of RGB (Red+Green+Blue) = 52+56+131=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #343883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343883 is #CBC77C. Grayscale: #3F3F3F. Windows color (decimal): -13354877 or 8599604. OLE color: 8599604.
HSL color Cylindrical-coordinate representation of color #343883: hue angle of 236.96º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #343883 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 56 | 131 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.49 |
| HSL | 236.96º | 0.43% | 0.36% | - |
| HSV(B) | 236.96º | 0.6% | 0.51% | - |
| XYZ | 6.93 | 5.2 | 22.11 | - |
| YUV | 63.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 131 | 0.60 | 0.57 | 0 | 0.49 | 236.96 | 0.43 | 0.36 |
| Hex | 34 | 38 | 83 | 3C | 39 | 0 | 31 | ED | 2B | 24 |
| Octal | 64 | 70 | 203 | 74 | 71 | 0 | 61 | 355 | 53 | 44 |
| Binary | 110100 | 111000 | 10000011 | 111100 | 111001 | 0 | 110001 | 11101101 | 101011 | 100100 |
Color Harmonies of #343883
Complementary color
Monochromatic Colors of #343883
Black with #343883
Text Example
Text Example
White with #343883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343883; }
p { color: rgb(52,56,131); }
H1.HeaderClassName
{
color: #343883;
}
.AnyTagClassName
{
color: #343883;
}
</style>
background-color css
<style>
a { background-color: #343883; }
a { background-color: rgb(52,56,131); }
div.DivClassName
{
background-color: #343883;
}
.BgClassName
{
background-color: #343883;
}
</style>
border-color css
<style>
span { border-color: #343883; }
span { border-color: rgb(52,56,131); }
td.TdClassName
{
border-color: #343883;
}
.TagClassName
{
border-color: #343883;
}
</style>