Shades of Jacksons Purple #3A3982
Tints of Jacksons Purple #3A3982
RGB
CMYK
RGB Variations
Color information
#3A3982 (or 0x3A3982) is known color: Jacksons Purple. HEX triplet: 3A, 39 and 82. RGB value is (58,57,130). Sum of RGB (Red+Green+Blue) = 58+57+130=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A3982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3982 is #C5C67D. Grayscale: #414141. Windows color (decimal): -12961406 or 8534330. OLE color: 8534330.
HSL color Cylindrical-coordinate representation of color #3A3982: hue angle of 240.82º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A3982 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 57 | 130 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.49 |
| HSL | 240.82º | 0.39% | 0.37% | - |
| HSV(B) | 240.82º | 0.56% | 0.51% | - |
| XYZ | 7.24 | 5.44 | 21.79 | - |
| YUV | 65.62 | 164.33 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 130 | 0.55 | 0.56 | 0 | 0.49 | 240.82 | 0.39 | 0.37 |
| Hex | 3A | 39 | 82 | 37 | 38 | 0 | 31 | F1 | 27 | 25 |
| Octal | 72 | 71 | 202 | 67 | 70 | 0 | 61 | 361 | 47 | 45 |
| Binary | 111010 | 111001 | 10000010 | 110111 | 111000 | 0 | 110001 | 11110001 | 100111 | 100101 |
Color Harmonies of #3A3982
Complementary color
Monochromatic Colors of #3A3982
Black with #3A3982
Text Example
Text Example
White with #3A3982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3982; }
p { color: rgb(58,57,130); }
H1.HeaderClassName
{
color: #3A3982;
}
.AnyTagClassName
{
color: #3A3982;
}
</style>
background-color css
<style>
a { background-color: #3A3982; }
a { background-color: rgb(58,57,130); }
div.DivClassName
{
background-color: #3A3982;
}
.BgClassName
{
background-color: #3A3982;
}
</style>
border-color css
<style>
span { border-color: #3A3982; }
span { border-color: rgb(58,57,130); }
td.TdClassName
{
border-color: #3A3982;
}
.TagClassName
{
border-color: #3A3982;
}
</style>