Shades of Jacksons Purple #343380
Tints of Jacksons Purple #343380
RGB
CMYK
RGB Variations
Color information
#343380 (or 0x343380) is known color: Jacksons Purple. HEX triplet: 34, 33 and 80. RGB value is (52,51,128). Sum of RGB (Red+Green+Blue) = 52+51+128=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #343380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343380 is #CBCC7F. Grayscale: #3B3B3B. Windows color (decimal): -13356160 or 8401716. OLE color: 8401716.
HSL color Cylindrical-coordinate representation of color #343380: hue angle of 240.78º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #343380 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 51 | 128 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.50 |
| HSL | 240.78º | 0.43% | 0.35% | - |
| HSV(B) | 240.78º | 0.6% | 0.5% | - |
| XYZ | 6.5 | 4.66 | 20.98 | - |
| YUV | 60.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 128 | 0.59 | 0.60 | 0 | 0.50 | 240.78 | 0.43 | 0.35 |
| Hex | 34 | 33 | 80 | 3B | 3C | 0 | 32 | F1 | 2B | 23 |
| Octal | 64 | 63 | 200 | 73 | 74 | 0 | 62 | 361 | 53 | 43 |
| Binary | 110100 | 110011 | 10000000 | 111011 | 111100 | 0 | 110010 | 11110001 | 101011 | 100011 |
Color Harmonies of #343380
Complementary color
Monochromatic Colors of #343380
Black with #343380
Text Example
Text Example
White with #343380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343380; }
p { color: rgb(52,51,128); }
H1.HeaderClassName
{
color: #343380;
}
.AnyTagClassName
{
color: #343380;
}
</style>
background-color css
<style>
a { background-color: #343380; }
a { background-color: rgb(52,51,128); }
div.DivClassName
{
background-color: #343380;
}
.BgClassName
{
background-color: #343380;
}
</style>
border-color css
<style>
span { border-color: #343380; }
span { border-color: rgb(52,51,128); }
td.TdClassName
{
border-color: #343380;
}
.TagClassName
{
border-color: #343380;
}
</style>