Shades of Jacksons Purple #3E4582
Tints of Jacksons Purple #3E4582
RGB
CMYK
RGB Variations
Color information
#3E4582 (or 0x3E4582) is known color: Jacksons Purple. HEX triplet: 3E, 45 and 82. RGB value is (62,69,130). Sum of RGB (Red+Green+Blue) = 62+69+130=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #3E4582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4582 is #C1BA7D. Grayscale: #494949. Windows color (decimal): -12696190 or 8537406. OLE color: 8537406.
HSL color Cylindrical-coordinate representation of color #3E4582: hue angle of 233.82º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E4582 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 69 | 130 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.49 |
| HSL | 233.82º | 0.35% | 0.38% | - |
| HSV(B) | 233.82º | 0.52% | 0.51% | - |
| XYZ | 8.14 | 6.89 | 22.02 | - |
| YUV | 73.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 130 | 0.52 | 0.47 | 0 | 0.49 | 233.82 | 0.35 | 0.38 |
| Hex | 3E | 45 | 82 | 34 | 2F | 0 | 31 | EA | 23 | 26 |
| Octal | 76 | 105 | 202 | 64 | 57 | 0 | 61 | 352 | 43 | 46 |
| Binary | 111110 | 1000101 | 10000010 | 110100 | 101111 | 0 | 110001 | 11101010 | 100011 | 100110 |
Color Harmonies of #3E4582
Complementary color
Monochromatic Colors of #3E4582
Black with #3E4582
Text Example
Text Example
White with #3E4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4582; }
p { color: rgb(62,69,130); }
H1.HeaderClassName
{
color: #3E4582;
}
.AnyTagClassName
{
color: #3E4582;
}
</style>
background-color css
<style>
a { background-color: #3E4582; }
a { background-color: rgb(62,69,130); }
div.DivClassName
{
background-color: #3E4582;
}
.BgClassName
{
background-color: #3E4582;
}
</style>
border-color css
<style>
span { border-color: #3E4582; }
span { border-color: rgb(62,69,130); }
td.TdClassName
{
border-color: #3E4582;
}
.TagClassName
{
border-color: #3E4582;
}
</style>