Shades of Jacksons Purple #343C81
Tints of Jacksons Purple #343C81
RGB
CMYK
RGB Variations
Color information
#343C81 (or 0x343C81) is known color: Jacksons Purple. HEX triplet: 34, 3C and 81. RGB value is (52,60,129). Sum of RGB (Red+Green+Blue) = 52+60+129=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #343C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343C81 is #CBC37E. Grayscale: #414141. Windows color (decimal): -13353855 or 8469556. OLE color: 8469556.
HSL color Cylindrical-coordinate representation of color #343C81: hue angle of 233.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #343C81 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 60 | 129 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.49 |
| HSL | 233.77º | 0.43% | 0.35% | - |
| HSV(B) | 233.77º | 0.6% | 0.51% | - |
| XYZ | 6.99 | 5.55 | 21.47 | - |
| YUV | 65.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 129 | 0.60 | 0.53 | 0 | 0.49 | 233.77 | 0.43 | 0.35 |
| Hex | 34 | 3C | 81 | 3C | 35 | 0 | 31 | EA | 2B | 23 |
| Octal | 64 | 74 | 201 | 74 | 65 | 0 | 61 | 352 | 53 | 43 |
| Binary | 110100 | 111100 | 10000001 | 111100 | 110101 | 0 | 110001 | 11101010 | 101011 | 100011 |
Color Harmonies of #343C81
Complementary color
Monochromatic Colors of #343C81
Black with #343C81
Text Example
Text Example
White with #343C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C81; }
p { color: rgb(52,60,129); }
H1.HeaderClassName
{
color: #343C81;
}
.AnyTagClassName
{
color: #343C81;
}
</style>
background-color css
<style>
a { background-color: #343C81; }
a { background-color: rgb(52,60,129); }
div.DivClassName
{
background-color: #343C81;
}
.BgClassName
{
background-color: #343C81;
}
</style>
border-color css
<style>
span { border-color: #343C81; }
span { border-color: rgb(52,60,129); }
td.TdClassName
{
border-color: #343C81;
}
.TagClassName
{
border-color: #343C81;
}
</style>