Shades of Jacksons Purple #3E4785
Tints of Jacksons Purple #3E4785
RGB
CMYK
RGB Variations
Color information
#3E4785 (or 0x3E4785) is known color: Jacksons Purple. HEX triplet: 3E, 47 and 85. RGB value is (62,71,133). Sum of RGB (Red+Green+Blue) = 62+71+133=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E4785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4785 is #C1B87A. Grayscale: #4B4B4B. Windows color (decimal): -12695675 or 8734526. OLE color: 8734526.
HSL color Cylindrical-coordinate representation of color #3E4785: hue angle of 232.39º 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 #3E4785 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 71 | 133 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.48 |
| HSL | 232.39º | 0.36% | 0.38% | - |
| HSV(B) | 232.39º | 0.53% | 0.52% | - |
| XYZ | 8.47 | 7.22 | 23.14 | - |
| YUV | 75.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 71 | 133 | 0.53 | 0.47 | 0 | 0.48 | 232.39 | 0.36 | 0.38 |
| Hex | 3E | 47 | 85 | 35 | 2F | 0 | 30 | E8 | 24 | 26 |
| Octal | 76 | 107 | 205 | 65 | 57 | 0 | 60 | 350 | 44 | 46 |
| Binary | 111110 | 1000111 | 10000101 | 110101 | 101111 | 0 | 110000 | 11101000 | 100100 | 100110 |
Color Harmonies of #3E4785
Complementary color
Monochromatic Colors of #3E4785
Black with #3E4785
Text Example
Text Example
White with #3E4785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4785; }
p { color: rgb(62,71,133); }
H1.HeaderClassName
{
color: #3E4785;
}
.AnyTagClassName
{
color: #3E4785;
}
</style>
background-color css
<style>
a { background-color: #3E4785; }
a { background-color: rgb(62,71,133); }
div.DivClassName
{
background-color: #3E4785;
}
.BgClassName
{
background-color: #3E4785;
}
</style>
border-color css
<style>
span { border-color: #3E4785; }
span { border-color: rgb(62,71,133); }
td.TdClassName
{
border-color: #3E4785;
}
.TagClassName
{
border-color: #3E4785;
}
</style>