Shades of Jacksons Purple #3E3676
Tints of Jacksons Purple #3E3676
RGB
CMYK
RGB Variations
Color information
#3E3676 (or 0x3E3676) is known color: Jacksons Purple. HEX triplet: 3E, 36 and 76. RGB value is (62,54,118). Sum of RGB (Red+Green+Blue) = 62+54+118=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E3676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3676 is #C1C989. Grayscale: #3F3F3F. Windows color (decimal): -12700042 or 7747134. OLE color: 7747134.
HSL color Cylindrical-coordinate representation of color #3E3676: hue angle of 247.5º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E3676 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 54 | 118 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.54 |
| HSL | 247.5º | 0.37% | 0.34% | - |
| HSV(B) | 247.5º | 0.54% | 0.46% | - |
| XYZ | 6.58 | 4.97 | 17.75 | - |
| YUV | 63.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 118 | 0.47 | 0.54 | 0 | 0.54 | 247.5 | 0.37 | 0.34 |
| Hex | 3E | 36 | 76 | 2F | 36 | 0 | 36 | F8 | 25 | 22 |
| Octal | 76 | 66 | 166 | 57 | 66 | 0 | 66 | 370 | 45 | 42 |
| Binary | 111110 | 110110 | 1110110 | 101111 | 110110 | 0 | 110110 | 11111000 | 100101 | 100010 |
Color Harmonies of #3E3676
Complementary color
Monochromatic Colors of #3E3676
Black with #3E3676
Text Example
Text Example
White with #3E3676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3676; }
p { color: rgb(62,54,118); }
H1.HeaderClassName
{
color: #3E3676;
}
.AnyTagClassName
{
color: #3E3676;
}
</style>
background-color css
<style>
a { background-color: #3E3676; }
a { background-color: rgb(62,54,118); }
div.DivClassName
{
background-color: #3E3676;
}
.BgClassName
{
background-color: #3E3676;
}
</style>
border-color css
<style>
span { border-color: #3E3676; }
span { border-color: rgb(62,54,118); }
td.TdClassName
{
border-color: #3E3676;
}
.TagClassName
{
border-color: #3E3676;
}
</style>