Shades of Jacksons Purple #3E3C78
Tints of Jacksons Purple #3E3C78
RGB
CMYK
RGB Variations
Color information
#3E3C78 (or 0x3E3C78) is known color: Jacksons Purple. HEX triplet: 3E, 3C and 78. RGB value is (62,60,120). Sum of RGB (Red+Green+Blue) = 62+60+120=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E3C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3C78 is #C1C387. Grayscale: #434343. Windows color (decimal): -12698504 or 7879742. OLE color: 7879742.
HSL color Cylindrical-coordinate representation of color #3E3C78: hue angle of 242º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E3C78 is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 60 | 120 | - |
| CMYK | 0.48 | 0.5 | 0 | 0.53 |
| HSL | 242º | 0.33% | 0.35% | - |
| HSV(B) | 242º | 0.5% | 0.47% | - |
| XYZ | 6.99 | 5.61 | 18.48 | - |
| YUV | 67.44 | 157.66 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 120 | 0.48 | 0.5 | 0 | 0.53 | 242 | 0.33 | 0.35 |
| Hex | 3E | 3C | 78 | 30 | 32 | 0 | 35 | F2 | 21 | 23 |
| Octal | 76 | 74 | 170 | 60 | 62 | 0 | 65 | 362 | 41 | 43 |
| Binary | 111110 | 111100 | 1111000 | 110000 | 110010 | 0 | 110101 | 11110010 | 100001 | 100011 |
Color Harmonies of #3E3C78
Complementary color
Monochromatic Colors of #3E3C78
Black with #3E3C78
Text Example
Text Example
White with #3E3C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C78; }
p { color: rgb(62,60,120); }
H1.HeaderClassName
{
color: #3E3C78;
}
.AnyTagClassName
{
color: #3E3C78;
}
</style>
background-color css
<style>
a { background-color: #3E3C78; }
a { background-color: rgb(62,60,120); }
div.DivClassName
{
background-color: #3E3C78;
}
.BgClassName
{
background-color: #3E3C78;
}
</style>
border-color css
<style>
span { border-color: #3E3C78; }
span { border-color: rgb(62,60,120); }
td.TdClassName
{
border-color: #3E3C78;
}
.TagClassName
{
border-color: #3E3C78;
}
</style>