Shades of Jacksons Purple #3E3782
Tints of Jacksons Purple #3E3782
RGB
CMYK
RGB Variations
Color information
#3E3782 (or 0x3E3782) is known color: Jacksons Purple. HEX triplet: 3E, 37 and 82. RGB value is (62,55,130). Sum of RGB (Red+Green+Blue) = 62+55+130=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #3E3782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3782 is #C1C87D. Grayscale: #414141. Windows color (decimal): -12699774 or 8533822. OLE color: 8533822.
HSL color Cylindrical-coordinate representation of color #3E3782: hue angle of 245.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E3782 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 55 | 130 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.49 |
| HSL | 245.6º | 0.41% | 0.36% | - |
| HSV(B) | 245.6º | 0.58% | 0.51% | - |
| XYZ | 7.38 | 5.37 | 21.77 | - |
| YUV | 65.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 130 | 0.52 | 0.58 | 0 | 0.49 | 245.6 | 0.41 | 0.36 |
| Hex | 3E | 37 | 82 | 34 | 3A | 0 | 31 | F6 | 29 | 24 |
| Octal | 76 | 67 | 202 | 64 | 72 | 0 | 61 | 366 | 51 | 44 |
| Binary | 111110 | 110111 | 10000010 | 110100 | 111010 | 0 | 110001 | 11110110 | 101001 | 100100 |
Color Harmonies of #3E3782
Complementary color
Monochromatic Colors of #3E3782
Black with #3E3782
Text Example
Text Example
White with #3E3782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3782; }
p { color: rgb(62,55,130); }
H1.HeaderClassName
{
color: #3E3782;
}
.AnyTagClassName
{
color: #3E3782;
}
</style>
background-color css
<style>
a { background-color: #3E3782; }
a { background-color: rgb(62,55,130); }
div.DivClassName
{
background-color: #3E3782;
}
.BgClassName
{
background-color: #3E3782;
}
</style>
border-color css
<style>
span { border-color: #3E3782; }
span { border-color: rgb(62,55,130); }
td.TdClassName
{
border-color: #3E3782;
}
.TagClassName
{
border-color: #3E3782;
}
</style>