Shades of Jacksons Purple #3A3981
Tints of Jacksons Purple #3A3981
RGB
CMYK
RGB Variations
Color information
#3A3981 (or 0x3A3981) is known color: Jacksons Purple. HEX triplet: 3A, 39 and 81. RGB value is (58,57,129). Sum of RGB (Red+Green+Blue) = 58+57+129=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A3981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3981 is #C5C67E. Grayscale: #414141. Windows color (decimal): -12961407 or 8468794. OLE color: 8468794.
HSL color Cylindrical-coordinate representation of color #3A3981: hue angle of 240.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A3981 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 57 | 129 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.49 |
| HSL | 240.83º | 0.39% | 0.36% | - |
| HSV(B) | 240.83º | 0.56% | 0.51% | - |
| XYZ | 7.17 | 5.41 | 21.44 | - |
| YUV | 65.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 129 | 0.55 | 0.56 | 0 | 0.49 | 240.83 | 0.39 | 0.36 |
| Hex | 3A | 39 | 81 | 37 | 38 | 0 | 31 | F1 | 27 | 24 |
| Octal | 72 | 71 | 201 | 67 | 70 | 0 | 61 | 361 | 47 | 44 |
| Binary | 111010 | 111001 | 10000001 | 110111 | 111000 | 0 | 110001 | 11110001 | 100111 | 100100 |
Color Harmonies of #3A3981
Complementary color
Monochromatic Colors of #3A3981
Black with #3A3981
Text Example
Text Example
White with #3A3981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3981; }
p { color: rgb(58,57,129); }
H1.HeaderClassName
{
color: #3A3981;
}
.AnyTagClassName
{
color: #3A3981;
}
</style>
background-color css
<style>
a { background-color: #3A3981; }
a { background-color: rgb(58,57,129); }
div.DivClassName
{
background-color: #3A3981;
}
.BgClassName
{
background-color: #3A3981;
}
</style>
border-color css
<style>
span { border-color: #3A3981; }
span { border-color: rgb(58,57,129); }
td.TdClassName
{
border-color: #3A3981;
}
.TagClassName
{
border-color: #3A3981;
}
</style>