Shades of Jacksons Purple #343C94
Tints of Jacksons Purple #343C94
RGB
CMYK
RGB Variations
Color information
#343C94 (or 0x343C94) is known color: Jacksons Purple. HEX triplet: 34, 3C and 94. RGB value is (52,60,148). Sum of RGB (Red+Green+Blue) = 52+60+148=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #343C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343C94 is #CBC36B. Grayscale: #434343. Windows color (decimal): -13353836 or 9714740. OLE color: 9714740.
HSL color Cylindrical-coordinate representation of color #343C94: hue angle of 235º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343C94 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 60 | 148 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.42 |
| HSL | 235º | 0.48% | 0.39% | - |
| HSV(B) | 235º | 0.65% | 0.58% | - |
| XYZ | 8.38 | 6.1 | 28.75 | - |
| YUV | 67.64 | 173.35 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 148 | 0.65 | 0.59 | 0 | 0.42 | 235 | 0.48 | 0.39 |
| Hex | 34 | 3C | 94 | 41 | 3B | 0 | 2A | EB | 30 | 27 |
| Octal | 64 | 74 | 224 | 101 | 73 | 0 | 52 | 353 | 60 | 47 |
| Binary | 110100 | 111100 | 10010100 | 1000001 | 111011 | 0 | 101010 | 11101011 | 110000 | 100111 |
Color Harmonies of #343C94
Complementary color
Monochromatic Colors of #343C94
Black with #343C94
Text Example
Text Example
White with #343C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C94; }
p { color: rgb(52,60,148); }
H1.HeaderClassName
{
color: #343C94;
}
.AnyTagClassName
{
color: #343C94;
}
</style>
background-color css
<style>
a { background-color: #343C94; }
a { background-color: rgb(52,60,148); }
div.DivClassName
{
background-color: #343C94;
}
.BgClassName
{
background-color: #343C94;
}
</style>
border-color css
<style>
span { border-color: #343C94; }
span { border-color: rgb(52,60,148); }
td.TdClassName
{
border-color: #343C94;
}
.TagClassName
{
border-color: #343C94;
}
</style>