Shades of Jacksons Purple #3A4681
Tints of Jacksons Purple #3A4681
RGB
CMYK
RGB Variations
Color information
#3A4681 (or 0x3A4681) is known color: Jacksons Purple. HEX triplet: 3A, 46 and 81. RGB value is (58,70,129). Sum of RGB (Red+Green+Blue) = 58+70+129=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A4681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4681 is #C5B97E. Grayscale: #484848. Windows color (decimal): -12958079 or 8472122. OLE color: 8472122.
HSL color Cylindrical-coordinate representation of color #3A4681: hue angle of 229.86º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A4681 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 70 | 129 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.49 |
| HSL | 229.86º | 0.38% | 0.37% | - |
| HSV(B) | 229.86º | 0.55% | 0.51% | - |
| XYZ | 7.9 | 6.86 | 21.68 | - |
| YUV | 73.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 129 | 0.55 | 0.46 | 0 | 0.49 | 229.86 | 0.38 | 0.37 |
| Hex | 3A | 46 | 81 | 37 | 2E | 0 | 31 | E6 | 26 | 25 |
| Octal | 72 | 106 | 201 | 67 | 56 | 0 | 61 | 346 | 46 | 45 |
| Binary | 111010 | 1000110 | 10000001 | 110111 | 101110 | 0 | 110001 | 11100110 | 100110 | 100101 |
Color Harmonies of #3A4681
Complementary color
Monochromatic Colors of #3A4681
Black with #3A4681
Text Example
Text Example
White with #3A4681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4681; }
p { color: rgb(58,70,129); }
H1.HeaderClassName
{
color: #3A4681;
}
.AnyTagClassName
{
color: #3A4681;
}
</style>
background-color css
<style>
a { background-color: #3A4681; }
a { background-color: rgb(58,70,129); }
div.DivClassName
{
background-color: #3A4681;
}
.BgClassName
{
background-color: #3A4681;
}
</style>
border-color css
<style>
span { border-color: #3A4681; }
span { border-color: rgb(58,70,129); }
td.TdClassName
{
border-color: #3A4681;
}
.TagClassName
{
border-color: #3A4681;
}
</style>