Shades of Jacksons Purple #3A3886
Tints of Jacksons Purple #3A3886
RGB
CMYK
RGB Variations
Color information
#3A3886 (or 0x3A3886) is known color: Jacksons Purple. HEX triplet: 3A, 38 and 86. RGB value is (58,56,134). Sum of RGB (Red+Green+Blue) = 58+56+134=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A3886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3886 is #C5C779. Grayscale: #414141. Windows color (decimal): -12961658 or 8796218. OLE color: 8796218.
HSL color Cylindrical-coordinate representation of color #3A3886: hue angle of 241.54º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A3886 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 56 | 134 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.47 |
| HSL | 241.54º | 0.41% | 0.37% | - |
| HSV(B) | 241.54º | 0.58% | 0.53% | - |
| XYZ | 7.46 | 5.45 | 23.21 | - |
| YUV | 65.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 134 | 0.57 | 0.58 | 0 | 0.47 | 241.54 | 0.41 | 0.37 |
| Hex | 3A | 38 | 86 | 39 | 3A | 0 | 2F | F2 | 29 | 25 |
| Octal | 72 | 70 | 206 | 71 | 72 | 0 | 57 | 362 | 51 | 45 |
| Binary | 111010 | 111000 | 10000110 | 111001 | 111010 | 0 | 101111 | 11110010 | 101001 | 100101 |
Color Harmonies of #3A3886
Complementary color
Monochromatic Colors of #3A3886
Black with #3A3886
Text Example
Text Example
White with #3A3886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3886; }
p { color: rgb(58,56,134); }
H1.HeaderClassName
{
color: #3A3886;
}
.AnyTagClassName
{
color: #3A3886;
}
</style>
background-color css
<style>
a { background-color: #3A3886; }
a { background-color: rgb(58,56,134); }
div.DivClassName
{
background-color: #3A3886;
}
.BgClassName
{
background-color: #3A3886;
}
</style>
border-color css
<style>
span { border-color: #3A3886; }
span { border-color: rgb(58,56,134); }
td.TdClassName
{
border-color: #3A3886;
}
.TagClassName
{
border-color: #3A3886;
}
</style>