Shades of Jacksons Purple #343B8B
Tints of Jacksons Purple #343B8B
RGB
CMYK
RGB Variations
Color information
#343B8B (or 0x343B8B) is known color: Jacksons Purple. HEX triplet: 34, 3B and 8B. RGB value is (52,59,139). Sum of RGB (Red+Green+Blue) = 52+59+139=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #343B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343B8B is #CBC474. Grayscale: #414141. Windows color (decimal): -13354101 or 9124660. OLE color: 9124660.
HSL color Cylindrical-coordinate representation of color #343B8B: hue angle of 235.17º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #343B8B is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 59 | 139 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.45 |
| HSL | 235.17º | 0.46% | 0.37% | - |
| HSV(B) | 235.17º | 0.63% | 0.55% | - |
| XYZ | 7.64 | 5.72 | 25.13 | - |
| YUV | 66.03 | 169.18 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 139 | 0.63 | 0.58 | 0 | 0.45 | 235.17 | 0.46 | 0.37 |
| Hex | 34 | 3B | 8B | 3F | 3A | 0 | 2D | EB | 2E | 25 |
| Octal | 64 | 73 | 213 | 77 | 72 | 0 | 55 | 353 | 56 | 45 |
| Binary | 110100 | 111011 | 10001011 | 111111 | 111010 | 0 | 101101 | 11101011 | 101110 | 100101 |
Color Harmonies of #343B8B
Complementary color
Monochromatic Colors of #343B8B
Black with #343B8B
Text Example
Text Example
White with #343B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B8B; }
p { color: rgb(52,59,139); }
H1.HeaderClassName
{
color: #343B8B;
}
.AnyTagClassName
{
color: #343B8B;
}
</style>
background-color css
<style>
a { background-color: #343B8B; }
a { background-color: rgb(52,59,139); }
div.DivClassName
{
background-color: #343B8B;
}
.BgClassName
{
background-color: #343B8B;
}
</style>
border-color css
<style>
span { border-color: #343B8B; }
span { border-color: rgb(52,59,139); }
td.TdClassName
{
border-color: #343B8B;
}
.TagClassName
{
border-color: #343B8B;
}
</style>