Shades of Jacksons Purple #3E3579
Tints of Jacksons Purple #3E3579
RGB
CMYK
RGB Variations
Color information
#3E3579 (or 0x3E3579) is known color: Jacksons Purple. HEX triplet: 3E, 35 and 79. RGB value is (62,53,121). Sum of RGB (Red+Green+Blue) = 62+53+121=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #3E3579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3579 is #C1CA86. Grayscale: #3F3F3F. Windows color (decimal): -12700295 or 7943486. OLE color: 7943486.
HSL color Cylindrical-coordinate representation of color #3E3579: hue angle of 247.94º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E3579 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 53 | 121 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.53 |
| HSL | 247.94º | 0.39% | 0.34% | - |
| HSV(B) | 247.94º | 0.56% | 0.47% | - |
| XYZ | 6.71 | 4.95 | 18.69 | - |
| YUV | 63.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 121 | 0.49 | 0.56 | 0 | 0.53 | 247.94 | 0.39 | 0.34 |
| Hex | 3E | 35 | 79 | 31 | 38 | 0 | 35 | F8 | 27 | 22 |
| Octal | 76 | 65 | 171 | 61 | 70 | 0 | 65 | 370 | 47 | 42 |
| Binary | 111110 | 110101 | 1111001 | 110001 | 111000 | 0 | 110101 | 11111000 | 100111 | 100010 |
Color Harmonies of #3E3579
Complementary color
Monochromatic Colors of #3E3579
Black with #3E3579
Text Example
Text Example
White with #3E3579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3579; }
p { color: rgb(62,53,121); }
H1.HeaderClassName
{
color: #3E3579;
}
.AnyTagClassName
{
color: #3E3579;
}
</style>
background-color css
<style>
a { background-color: #3E3579; }
a { background-color: rgb(62,53,121); }
div.DivClassName
{
background-color: #3E3579;
}
.BgClassName
{
background-color: #3E3579;
}
</style>
border-color css
<style>
span { border-color: #3E3579; }
span { border-color: rgb(62,53,121); }
td.TdClassName
{
border-color: #3E3579;
}
.TagClassName
{
border-color: #3E3579;
}
</style>