Shades of Jacksons Purple #3A337C
Tints of Jacksons Purple #3A337C
RGB
CMYK
RGB Variations
Color information
#3A337C (or 0x3A337C) is known color: Jacksons Purple. HEX triplet: 3A, 33 and 7C. RGB value is (58,51,124). Sum of RGB (Red+Green+Blue) = 58+51+124=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A337C is #C5CC83. Grayscale: #3D3D3D. Windows color (decimal): -12962948 or 8139578. OLE color: 8139578.
HSL color Cylindrical-coordinate representation of color #3A337C: hue angle of 245.75º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A337C is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 51 | 124 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.51 |
| HSL | 245.75º | 0.42% | 0.34% | - |
| HSV(B) | 245.75º | 0.59% | 0.49% | - |
| XYZ | 6.57 | 4.72 | 19.63 | - |
| YUV | 61.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 124 | 0.53 | 0.59 | 0 | 0.51 | 245.75 | 0.42 | 0.34 |
| Hex | 3A | 33 | 7C | 35 | 3B | 0 | 33 | F6 | 2A | 22 |
| Octal | 72 | 63 | 174 | 65 | 73 | 0 | 63 | 366 | 52 | 42 |
| Binary | 111010 | 110011 | 1111100 | 110101 | 111011 | 0 | 110011 | 11110110 | 101010 | 100010 |
Color Harmonies of #3A337C
Complementary color
Monochromatic Colors of #3A337C
Black with #3A337C
Text Example
Text Example
White with #3A337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A337C; }
p { color: rgb(58,51,124); }
H1.HeaderClassName
{
color: #3A337C;
}
.AnyTagClassName
{
color: #3A337C;
}
</style>
background-color css
<style>
a { background-color: #3A337C; }
a { background-color: rgb(58,51,124); }
div.DivClassName
{
background-color: #3A337C;
}
.BgClassName
{
background-color: #3A337C;
}
</style>
border-color css
<style>
span { border-color: #3A337C; }
span { border-color: rgb(58,51,124); }
td.TdClassName
{
border-color: #3A337C;
}
.TagClassName
{
border-color: #3A337C;
}
</style>