Shades of Jacksons Purple #343181
Tints of Jacksons Purple #343181
RGB
CMYK
RGB Variations
Color information
#343181 (or 0x343181) is known color: Jacksons Purple. HEX triplet: 34, 31 and 81. RGB value is (52,49,129). Sum of RGB (Red+Green+Blue) = 52+49+129=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #343181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343181 is #CBCE7E. Grayscale: #3A3A3A. Windows color (decimal): -13356671 or 8466740. OLE color: 8466740.
HSL color Cylindrical-coordinate representation of color #343181: hue angle of 242.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #343181 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 49 | 129 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.49 |
| HSL | 242.25º | 0.45% | 0.35% | - |
| HSV(B) | 242.25º | 0.62% | 0.51% | - |
| XYZ | 6.48 | 4.51 | 21.3 | - |
| YUV | 59.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 129 | 0.60 | 0.62 | 0 | 0.49 | 242.25 | 0.45 | 0.35 |
| Hex | 34 | 31 | 81 | 3C | 3E | 0 | 31 | F2 | 2D | 23 |
| Octal | 64 | 61 | 201 | 74 | 76 | 0 | 61 | 362 | 55 | 43 |
| Binary | 110100 | 110001 | 10000001 | 111100 | 111110 | 0 | 110001 | 11110010 | 101101 | 100011 |
Color Harmonies of #343181
Complementary color
Monochromatic Colors of #343181
Black with #343181
Text Example
Text Example
White with #343181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343181; }
p { color: rgb(52,49,129); }
H1.HeaderClassName
{
color: #343181;
}
.AnyTagClassName
{
color: #343181;
}
</style>
background-color css
<style>
a { background-color: #343181; }
a { background-color: rgb(52,49,129); }
div.DivClassName
{
background-color: #343181;
}
.BgClassName
{
background-color: #343181;
}
</style>
border-color css
<style>
span { border-color: #343181; }
span { border-color: rgb(52,49,129); }
td.TdClassName
{
border-color: #343181;
}
.TagClassName
{
border-color: #343181;
}
</style>