Shades of Jacksons Purple #3A3284
Tints of Jacksons Purple #3A3284
RGB
CMYK
RGB Variations
Color information
#3A3284 (or 0x3A3284) is known color: Jacksons Purple. HEX triplet: 3A, 32 and 84. RGB value is (58,50,132). Sum of RGB (Red+Green+Blue) = 58+50+132=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A3284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3284 is #C5CD7B. Grayscale: #3D3D3D. Windows color (decimal): -12963196 or 8663610. OLE color: 8663610.
HSL color Cylindrical-coordinate representation of color #3A3284: hue angle of 245.85º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A3284 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 50 | 132 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.48 |
| HSL | 245.85º | 0.45% | 0.36% | - |
| HSV(B) | 245.85º | 0.62% | 0.52% | - |
| XYZ | 7.05 | 4.85 | 22.39 | - |
| YUV | 61.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 132 | 0.56 | 0.62 | 0 | 0.48 | 245.85 | 0.45 | 0.36 |
| Hex | 3A | 32 | 84 | 38 | 3E | 0 | 30 | F6 | 2D | 24 |
| Octal | 72 | 62 | 204 | 70 | 76 | 0 | 60 | 366 | 55 | 44 |
| Binary | 111010 | 110010 | 10000100 | 111000 | 111110 | 0 | 110000 | 11110110 | 101101 | 100100 |
Color Harmonies of #3A3284
Complementary color
Monochromatic Colors of #3A3284
Black with #3A3284
Text Example
Text Example
White with #3A3284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3284; }
p { color: rgb(58,50,132); }
H1.HeaderClassName
{
color: #3A3284;
}
.AnyTagClassName
{
color: #3A3284;
}
</style>
background-color css
<style>
a { background-color: #3A3284; }
a { background-color: rgb(58,50,132); }
div.DivClassName
{
background-color: #3A3284;
}
.BgClassName
{
background-color: #3A3284;
}
</style>
border-color css
<style>
span { border-color: #3A3284; }
span { border-color: rgb(58,50,132); }
td.TdClassName
{
border-color: #3A3284;
}
.TagClassName
{
border-color: #3A3284;
}
</style>