Shades of Jacksons Purple #334086
Tints of Jacksons Purple #334086
RGB
CMYK
RGB Variations
Color information
#334086 (or 0x334086) is known color: Jacksons Purple. HEX triplet: 33, 40 and 86. RGB value is (51,64,134). Sum of RGB (Red+Green+Blue) = 51+64+134=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #334086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334086 is #CCBF79. Grayscale: #434343. Windows color (decimal): -13418362 or 8798259. OLE color: 8798259.
HSL color Cylindrical-coordinate representation of color #334086: hue angle of 230.6º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334086 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 64 | 134 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.47 |
| HSL | 230.6º | 0.45% | 0.36% | - |
| HSV(B) | 230.6º | 0.62% | 0.53% | - |
| XYZ | 7.5 | 6.09 | 23.33 | - |
| YUV | 68.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 134 | 0.62 | 0.52 | 0 | 0.47 | 230.6 | 0.45 | 0.36 |
| Hex | 33 | 40 | 86 | 3E | 34 | 0 | 2F | E7 | 2D | 24 |
| Octal | 63 | 100 | 206 | 76 | 64 | 0 | 57 | 347 | 55 | 44 |
| Binary | 110011 | 1000000 | 10000110 | 111110 | 110100 | 0 | 101111 | 11100111 | 101101 | 100100 |
Color Harmonies of #334086
Complementary color
Monochromatic Colors of #334086
Black with #334086
Text Example
Text Example
White with #334086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334086; }
p { color: rgb(51,64,134); }
H1.HeaderClassName
{
color: #334086;
}
.AnyTagClassName
{
color: #334086;
}
</style>
background-color css
<style>
a { background-color: #334086; }
a { background-color: rgb(51,64,134); }
div.DivClassName
{
background-color: #334086;
}
.BgClassName
{
background-color: #334086;
}
</style>
border-color css
<style>
span { border-color: #334086; }
span { border-color: rgb(51,64,134); }
td.TdClassName
{
border-color: #334086;
}
.TagClassName
{
border-color: #334086;
}
</style>