Shades of Jacksons Purple #3A347C
Tints of Jacksons Purple #3A347C
RGB
CMYK
RGB Variations
Color information
#3A347C (or 0x3A347C) is known color: Jacksons Purple. HEX triplet: 3A, 34 and 7C. RGB value is (58,52,124). Sum of RGB (Red+Green+Blue) = 58+52+124=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A347C is #C5CB83. Grayscale: #3D3D3D. Windows color (decimal): -12962692 or 8139834. OLE color: 8139834.
HSL color Cylindrical-coordinate representation of color #3A347C: hue angle of 245º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A347C is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 52 | 124 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.51 |
| HSL | 245º | 0.41% | 0.35% | - |
| HSV(B) | 245º | 0.58% | 0.49% | - |
| XYZ | 6.61 | 4.81 | 19.65 | - |
| YUV | 62 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 124 | 0.53 | 0.58 | 0 | 0.51 | 245 | 0.41 | 0.35 |
| Hex | 3A | 34 | 7C | 35 | 3A | 0 | 33 | F5 | 29 | 23 |
| Octal | 72 | 64 | 174 | 65 | 72 | 0 | 63 | 365 | 51 | 43 |
| Binary | 111010 | 110100 | 1111100 | 110101 | 111010 | 0 | 110011 | 11110101 | 101001 | 100011 |
Color Harmonies of #3A347C
Complementary color
Monochromatic Colors of #3A347C
Black with #3A347C
Text Example
Text Example
White with #3A347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A347C; }
p { color: rgb(58,52,124); }
H1.HeaderClassName
{
color: #3A347C;
}
.AnyTagClassName
{
color: #3A347C;
}
</style>
background-color css
<style>
a { background-color: #3A347C; }
a { background-color: rgb(58,52,124); }
div.DivClassName
{
background-color: #3A347C;
}
.BgClassName
{
background-color: #3A347C;
}
</style>
border-color css
<style>
span { border-color: #3A347C; }
span { border-color: rgb(58,52,124); }
td.TdClassName
{
border-color: #3A347C;
}
.TagClassName
{
border-color: #3A347C;
}
</style>