Shades of Jacksons Purple #3A317D
Tints of Jacksons Purple #3A317D
RGB
CMYK
RGB Variations
Color information
#3A317D (or 0x3A317D) is known color: Jacksons Purple. HEX triplet: 3A, 31 and 7D. RGB value is (58,49,125). Sum of RGB (Red+Green+Blue) = 58+49+125=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A317D is #C5CE82. Grayscale: #3C3C3C. Windows color (decimal): -12963459 or 8204602. OLE color: 8204602.
HSL color Cylindrical-coordinate representation of color #3A317D: hue angle of 247.11º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A317D is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 49 | 125 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.51 |
| HSL | 247.11º | 0.44% | 0.34% | - |
| HSV(B) | 247.11º | 0.61% | 0.49% | - |
| XYZ | 6.54 | 4.58 | 19.94 | - |
| YUV | 60.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 125 | 0.54 | 0.61 | 0 | 0.51 | 247.11 | 0.44 | 0.34 |
| Hex | 3A | 31 | 7D | 36 | 3D | 0 | 33 | F7 | 2C | 22 |
| Octal | 72 | 61 | 175 | 66 | 75 | 0 | 63 | 367 | 54 | 42 |
| Binary | 111010 | 110001 | 1111101 | 110110 | 111101 | 0 | 110011 | 11110111 | 101100 | 100010 |
Color Harmonies of #3A317D
Complementary color
Monochromatic Colors of #3A317D
Black with #3A317D
Text Example
Text Example
White with #3A317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A317D; }
p { color: rgb(58,49,125); }
H1.HeaderClassName
{
color: #3A317D;
}
.AnyTagClassName
{
color: #3A317D;
}
</style>
background-color css
<style>
a { background-color: #3A317D; }
a { background-color: rgb(58,49,125); }
div.DivClassName
{
background-color: #3A317D;
}
.BgClassName
{
background-color: #3A317D;
}
</style>
border-color css
<style>
span { border-color: #3A317D; }
span { border-color: rgb(58,49,125); }
td.TdClassName
{
border-color: #3A317D;
}
.TagClassName
{
border-color: #3A317D;
}
</style>