Shades of Jacksons Purple #3A4487
Tints of Jacksons Purple #3A4487
RGB
CMYK
RGB Variations
Color information
#3A4487 (or 0x3A4487) is known color: Jacksons Purple. HEX triplet: 3A, 44 and 87. RGB value is (58,68,135). Sum of RGB (Red+Green+Blue) = 58+68+135=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A4487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4487 is #C5BB78. Grayscale: #484848. Windows color (decimal): -12958585 or 8864826. OLE color: 8864826.
HSL color Cylindrical-coordinate representation of color #3A4487: hue angle of 232.21º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A4487 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 68 | 135 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.47 |
| HSL | 232.21º | 0.4% | 0.38% | - |
| HSV(B) | 232.21º | 0.57% | 0.53% | - |
| XYZ | 8.19 | 6.78 | 23.8 | - |
| YUV | 72.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 135 | 0.57 | 0.50 | 0 | 0.47 | 232.21 | 0.4 | 0.38 |
| Hex | 3A | 44 | 87 | 39 | 32 | 0 | 2F | E8 | 28 | 26 |
| Octal | 72 | 104 | 207 | 71 | 62 | 0 | 57 | 350 | 50 | 46 |
| Binary | 111010 | 1000100 | 10000111 | 111001 | 110010 | 0 | 101111 | 11101000 | 101000 | 100110 |
Color Harmonies of #3A4487
Complementary color
Monochromatic Colors of #3A4487
Black with #3A4487
Text Example
Text Example
White with #3A4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4487; }
p { color: rgb(58,68,135); }
H1.HeaderClassName
{
color: #3A4487;
}
.AnyTagClassName
{
color: #3A4487;
}
</style>
background-color css
<style>
a { background-color: #3A4487; }
a { background-color: rgb(58,68,135); }
div.DivClassName
{
background-color: #3A4487;
}
.BgClassName
{
background-color: #3A4487;
}
</style>
border-color css
<style>
span { border-color: #3A4487; }
span { border-color: rgb(58,68,135); }
td.TdClassName
{
border-color: #3A4487;
}
.TagClassName
{
border-color: #3A4487;
}
</style>