Shades of Jacksons Purple #34338D
Tints of Jacksons Purple #34338D
RGB
CMYK
RGB Variations
Color information
#34338D (or 0x34338D) is known color: Jacksons Purple. HEX triplet: 34, 33 and 8D. RGB value is (52,51,141). Sum of RGB (Red+Green+Blue) = 52+51+141=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #34338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34338D is #CBCC72. Grayscale: #3D3D3D. Windows color (decimal): -13356147 or 9253684. OLE color: 9253684.
HSL color Cylindrical-coordinate representation of color #34338D: hue angle of 240.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34338D is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 51 | 141 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.45 |
| HSL | 240.67º | 0.47% | 0.38% | - |
| HSV(B) | 240.67º | 0.64% | 0.55% | - |
| XYZ | 7.41 | 5.02 | 25.78 | - |
| YUV | 61.56 | 172.83 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 141 | 0.63 | 0.64 | 0 | 0.45 | 240.67 | 0.47 | 0.38 |
| Hex | 34 | 33 | 8D | 3F | 40 | 0 | 2D | F1 | 2F | 26 |
| Octal | 64 | 63 | 215 | 77 | 100 | 0 | 55 | 361 | 57 | 46 |
| Binary | 110100 | 110011 | 10001101 | 111111 | 1000000 | 0 | 101101 | 11110001 | 101111 | 100110 |
Color Harmonies of #34338D
Complementary color
Monochromatic Colors of #34338D
Black with #34338D
Text Example
Text Example
White with #34338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34338D; }
p { color: rgb(52,51,141); }
H1.HeaderClassName
{
color: #34338D;
}
.AnyTagClassName
{
color: #34338D;
}
</style>
background-color css
<style>
a { background-color: #34338D; }
a { background-color: rgb(52,51,141); }
div.DivClassName
{
background-color: #34338D;
}
.BgClassName
{
background-color: #34338D;
}
</style>
border-color css
<style>
span { border-color: #34338D; }
span { border-color: rgb(52,51,141); }
td.TdClassName
{
border-color: #34338D;
}
.TagClassName
{
border-color: #34338D;
}
</style>