Shades of Jacksons Purple #34388D
Tints of Jacksons Purple #34388D
RGB
CMYK
RGB Variations
Color information
#34388D (or 0x34388D) is known color: Jacksons Purple. HEX triplet: 34, 38 and 8D. RGB value is (52,56,141). Sum of RGB (Red+Green+Blue) = 52+56+141=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #34388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34388D is #CBC772. Grayscale: #404040. Windows color (decimal): -13354867 or 9254964. OLE color: 9254964.
HSL color Cylindrical-coordinate representation of color #34388D: hue angle of 237.3º 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 #34388D is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 56 | 141 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.45 |
| HSL | 237.3º | 0.46% | 0.38% | - |
| HSV(B) | 237.3º | 0.63% | 0.55% | - |
| XYZ | 7.64 | 5.48 | 25.85 | - |
| YUV | 64.49 | 171.17 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 141 | 0.63 | 0.60 | 0 | 0.45 | 237.3 | 0.46 | 0.38 |
| Hex | 34 | 38 | 8D | 3F | 3C | 0 | 2D | ED | 2E | 26 |
| Octal | 64 | 70 | 215 | 77 | 74 | 0 | 55 | 355 | 56 | 46 |
| Binary | 110100 | 111000 | 10001101 | 111111 | 111100 | 0 | 101101 | 11101101 | 101110 | 100110 |
Color Harmonies of #34388D
Complementary color
Monochromatic Colors of #34388D
Black with #34388D
Text Example
Text Example
White with #34388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34388D; }
p { color: rgb(52,56,141); }
H1.HeaderClassName
{
color: #34388D;
}
.AnyTagClassName
{
color: #34388D;
}
</style>
background-color css
<style>
a { background-color: #34388D; }
a { background-color: rgb(52,56,141); }
div.DivClassName
{
background-color: #34388D;
}
.BgClassName
{
background-color: #34388D;
}
</style>
border-color css
<style>
span { border-color: #34388D; }
span { border-color: rgb(52,56,141); }
td.TdClassName
{
border-color: #34388D;
}
.TagClassName
{
border-color: #34388D;
}
</style>