Shades of Jacksons Purple #3E3A78
Tints of Jacksons Purple #3E3A78
RGB
CMYK
RGB Variations
Color information
#3E3A78 (or 0x3E3A78) is known color: Jacksons Purple. HEX triplet: 3E, 3A and 78. RGB value is (62,58,120). Sum of RGB (Red+Green+Blue) = 62+58+120=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E3A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A78 is #C1C587. Grayscale: #424242. Windows color (decimal): -12699016 or 7879230. OLE color: 7879230.
HSL color Cylindrical-coordinate representation of color #3E3A78: hue angle of 243.87º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E3A78 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 58 | 120 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.53 |
| HSL | 243.87º | 0.35% | 0.35% | - |
| HSV(B) | 243.87º | 0.52% | 0.47% | - |
| XYZ | 6.89 | 5.41 | 18.45 | - |
| YUV | 66.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 120 | 0.48 | 0.52 | 0 | 0.53 | 243.87 | 0.35 | 0.35 |
| Hex | 3E | 3A | 78 | 30 | 34 | 0 | 35 | F4 | 23 | 23 |
| Octal | 76 | 72 | 170 | 60 | 64 | 0 | 65 | 364 | 43 | 43 |
| Binary | 111110 | 111010 | 1111000 | 110000 | 110100 | 0 | 110101 | 11110100 | 100011 | 100011 |
Color Harmonies of #3E3A78
Complementary color
Monochromatic Colors of #3E3A78
Black with #3E3A78
Text Example
Text Example
White with #3E3A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A78; }
p { color: rgb(62,58,120); }
H1.HeaderClassName
{
color: #3E3A78;
}
.AnyTagClassName
{
color: #3E3A78;
}
</style>
background-color css
<style>
a { background-color: #3E3A78; }
a { background-color: rgb(62,58,120); }
div.DivClassName
{
background-color: #3E3A78;
}
.BgClassName
{
background-color: #3E3A78;
}
</style>
border-color css
<style>
span { border-color: #3E3A78; }
span { border-color: rgb(62,58,120); }
td.TdClassName
{
border-color: #3E3A78;
}
.TagClassName
{
border-color: #3E3A78;
}
</style>