Shades of Jacksons Purple #3E3F84
Tints of Jacksons Purple #3E3F84
RGB
CMYK
RGB Variations
Color information
#3E3F84 (or 0x3E3F84) is known color: Jacksons Purple. HEX triplet: 3E, 3F and 84. RGB value is (62,63,132). Sum of RGB (Red+Green+Blue) = 62+63+132=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E3F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3F84 is #C1C07B. Grayscale: #464646. Windows color (decimal): -12697724 or 8666942. OLE color: 8666942.
HSL color Cylindrical-coordinate representation of color #3E3F84: hue angle of 239.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E3F84 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 63 | 132 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.48 |
| HSL | 239.14º | 0.36% | 0.38% | - |
| HSV(B) | 239.14º | 0.53% | 0.52% | - |
| XYZ | 7.93 | 6.25 | 22.62 | - |
| YUV | 70.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 132 | 0.53 | 0.52 | 0 | 0.48 | 239.14 | 0.36 | 0.38 |
| Hex | 3E | 3F | 84 | 35 | 34 | 0 | 30 | EF | 24 | 26 |
| Octal | 76 | 77 | 204 | 65 | 64 | 0 | 60 | 357 | 44 | 46 |
| Binary | 111110 | 111111 | 10000100 | 110101 | 110100 | 0 | 110000 | 11101111 | 100100 | 100110 |
Color Harmonies of #3E3F84
Complementary color
Monochromatic Colors of #3E3F84
Black with #3E3F84
Text Example
Text Example
White with #3E3F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3F84; }
p { color: rgb(62,63,132); }
H1.HeaderClassName
{
color: #3E3F84;
}
.AnyTagClassName
{
color: #3E3F84;
}
</style>
background-color css
<style>
a { background-color: #3E3F84; }
a { background-color: rgb(62,63,132); }
div.DivClassName
{
background-color: #3E3F84;
}
.BgClassName
{
background-color: #3E3F84;
}
</style>
border-color css
<style>
span { border-color: #3E3F84; }
span { border-color: rgb(62,63,132); }
td.TdClassName
{
border-color: #3E3F84;
}
.TagClassName
{
border-color: #3E3F84;
}
</style>