Shades of Jacksons Purple #3E467D
Tints of Jacksons Purple #3E467D
RGB
CMYK
RGB Variations
Color information
#3E467D (or 0x3E467D) is known color: Jacksons Purple. HEX triplet: 3E, 46 and 7D. RGB value is (62,70,125). Sum of RGB (Red+Green+Blue) = 62+70+125=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E467D is #C1B982. Grayscale: #494949. Windows color (decimal): -12695939 or 8209982. OLE color: 8209982.
HSL color Cylindrical-coordinate representation of color #3E467D: hue angle of 232.38º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E467D is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 70 | 125 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.51 |
| HSL | 232.38º | 0.34% | 0.37% | - |
| HSV(B) | 232.38º | 0.5% | 0.49% | - |
| XYZ | 7.88 | 6.89 | 20.32 | - |
| YUV | 73.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 125 | 0.50 | 0.44 | 0 | 0.51 | 232.38 | 0.34 | 0.37 |
| Hex | 3E | 46 | 7D | 32 | 2C | 0 | 33 | E8 | 22 | 25 |
| Octal | 76 | 106 | 175 | 62 | 54 | 0 | 63 | 350 | 42 | 45 |
| Binary | 111110 | 1000110 | 1111101 | 110010 | 101100 | 0 | 110011 | 11101000 | 100010 | 100101 |
Color Harmonies of #3E467D
Complementary color
Monochromatic Colors of #3E467D
Black with #3E467D
Text Example
Text Example
White with #3E467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E467D; }
p { color: rgb(62,70,125); }
H1.HeaderClassName
{
color: #3E467D;
}
.AnyTagClassName
{
color: #3E467D;
}
</style>
background-color css
<style>
a { background-color: #3E467D; }
a { background-color: rgb(62,70,125); }
div.DivClassName
{
background-color: #3E467D;
}
.BgClassName
{
background-color: #3E467D;
}
</style>
border-color css
<style>
span { border-color: #3E467D; }
span { border-color: rgb(62,70,125); }
td.TdClassName
{
border-color: #3E467D;
}
.TagClassName
{
border-color: #3E467D;
}
</style>