Shades of Jacksons Purple #34378D
Tints of Jacksons Purple #34378D
RGB
CMYK
RGB Variations
Color information
#34378D (or 0x34378D) is known color: Jacksons Purple. HEX triplet: 34, 37 and 8D. RGB value is (52,55,141). Sum of RGB (Red+Green+Blue) = 52+55+141=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #34378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34378D is #CBC872. Grayscale: #3F3F3F. Windows color (decimal): -13355123 or 9254708. OLE color: 9254708.
HSL color Cylindrical-coordinate representation of color #34378D: hue angle of 237.98º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34378D is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 55 | 141 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.45 |
| HSL | 237.98º | 0.46% | 0.38% | - |
| HSV(B) | 237.98º | 0.63% | 0.55% | - |
| XYZ | 7.59 | 5.39 | 25.84 | - |
| YUV | 63.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 141 | 0.63 | 0.61 | 0 | 0.45 | 237.98 | 0.46 | 0.38 |
| Hex | 34 | 37 | 8D | 3F | 3D | 0 | 2D | EE | 2E | 26 |
| Octal | 64 | 67 | 215 | 77 | 75 | 0 | 55 | 356 | 56 | 46 |
| Binary | 110100 | 110111 | 10001101 | 111111 | 111101 | 0 | 101101 | 11101110 | 101110 | 100110 |
Color Harmonies of #34378D
Complementary color
Monochromatic Colors of #34378D
Black with #34378D
Text Example
Text Example
White with #34378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34378D; }
p { color: rgb(52,55,141); }
H1.HeaderClassName
{
color: #34378D;
}
.AnyTagClassName
{
color: #34378D;
}
</style>
background-color css
<style>
a { background-color: #34378D; }
a { background-color: rgb(52,55,141); }
div.DivClassName
{
background-color: #34378D;
}
.BgClassName
{
background-color: #34378D;
}
</style>
border-color css
<style>
span { border-color: #34378D; }
span { border-color: rgb(52,55,141); }
td.TdClassName
{
border-color: #34378D;
}
.TagClassName
{
border-color: #34378D;
}
</style>