Shades of Jacksons Purple #3E4681
Tints of Jacksons Purple #3E4681
RGB
CMYK
RGB Variations
Color information
#3E4681 (or 0x3E4681) is known color: Jacksons Purple. HEX triplet: 3E, 46 and 81. RGB value is (62,70,129). Sum of RGB (Red+Green+Blue) = 62+70+129=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E4681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4681 is #C1B97E. Grayscale: #4A4A4A. Windows color (decimal): -12695935 or 8472126. OLE color: 8472126.
HSL color Cylindrical-coordinate representation of color #3E4681: hue angle of 232.84º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E4681 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 70 | 129 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.49 |
| HSL | 232.84º | 0.35% | 0.37% | - |
| HSV(B) | 232.84º | 0.52% | 0.51% | - |
| XYZ | 8.14 | 6.99 | 21.69 | - |
| YUV | 74.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 129 | 0.52 | 0.46 | 0 | 0.49 | 232.84 | 0.35 | 0.37 |
| Hex | 3E | 46 | 81 | 34 | 2E | 0 | 31 | E9 | 23 | 25 |
| Octal | 76 | 106 | 201 | 64 | 56 | 0 | 61 | 351 | 43 | 45 |
| Binary | 111110 | 1000110 | 10000001 | 110100 | 101110 | 0 | 110001 | 11101001 | 100011 | 100101 |
Color Harmonies of #3E4681
Complementary color
Monochromatic Colors of #3E4681
Black with #3E4681
Text Example
Text Example
White with #3E4681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4681; }
p { color: rgb(62,70,129); }
H1.HeaderClassName
{
color: #3E4681;
}
.AnyTagClassName
{
color: #3E4681;
}
</style>
background-color css
<style>
a { background-color: #3E4681; }
a { background-color: rgb(62,70,129); }
div.DivClassName
{
background-color: #3E4681;
}
.BgClassName
{
background-color: #3E4681;
}
</style>
border-color css
<style>
span { border-color: #3E4681; }
span { border-color: rgb(62,70,129); }
td.TdClassName
{
border-color: #3E4681;
}
.TagClassName
{
border-color: #3E4681;
}
</style>