Shades of Jacksons Purple #3A3181
Tints of Jacksons Purple #3A3181
RGB
CMYK
RGB Variations
Color information
#3A3181 (or 0x3A3181) is known color: Jacksons Purple. HEX triplet: 3A, 31 and 81. RGB value is (58,49,129). Sum of RGB (Red+Green+Blue) = 58+49+129=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A3181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3181 is #C5CE7E. Grayscale: #3C3C3C. Windows color (decimal): -12963455 or 8466746. OLE color: 8466746.
HSL color Cylindrical-coordinate representation of color #3A3181: hue angle of 246.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A3181 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 49 | 129 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.49 |
| HSL | 246.75º | 0.45% | 0.35% | - |
| HSV(B) | 246.75º | 0.62% | 0.51% | - |
| XYZ | 6.81 | 4.68 | 21.31 | - |
| YUV | 60.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 129 | 0.55 | 0.62 | 0 | 0.49 | 246.75 | 0.45 | 0.35 |
| Hex | 3A | 31 | 81 | 37 | 3E | 0 | 31 | F7 | 2D | 23 |
| Octal | 72 | 61 | 201 | 67 | 76 | 0 | 61 | 367 | 55 | 43 |
| Binary | 111010 | 110001 | 10000001 | 110111 | 111110 | 0 | 110001 | 11110111 | 101101 | 100011 |
Color Harmonies of #3A3181
Complementary color
Monochromatic Colors of #3A3181
Black with #3A3181
Text Example
Text Example
White with #3A3181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3181; }
p { color: rgb(58,49,129); }
H1.HeaderClassName
{
color: #3A3181;
}
.AnyTagClassName
{
color: #3A3181;
}
</style>
background-color css
<style>
a { background-color: #3A3181; }
a { background-color: rgb(58,49,129); }
div.DivClassName
{
background-color: #3A3181;
}
.BgClassName
{
background-color: #3A3181;
}
</style>
border-color css
<style>
span { border-color: #3A3181; }
span { border-color: rgb(58,49,129); }
td.TdClassName
{
border-color: #3A3181;
}
.TagClassName
{
border-color: #3A3181;
}
</style>