Shades of Jacksons Purple #3E4493
Tints of Jacksons Purple #3E4493
RGB
CMYK
RGB Variations
Color information
#3E4493 (or 0x3E4493) is known color: Jacksons Purple. HEX triplet: 3E, 44 and 93. RGB value is (62,68,147). Sum of RGB (Red+Green+Blue) = 62+68+147=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E4493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4493 is #C1BB6C. Grayscale: #4A4A4A. Windows color (decimal): -12696429 or 9651262. OLE color: 9651262.
HSL color Cylindrical-coordinate representation of color #3E4493: hue angle of 235.76º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E4493 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 68 | 147 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.42 |
| HSL | 235.76º | 0.41% | 0.41% | - |
| HSV(B) | 235.76º | 0.58% | 0.58% | - |
| XYZ | 9.32 | 7.26 | 28.51 | - |
| YUV | 75.21 | 168.51 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 147 | 0.58 | 0.54 | 0 | 0.42 | 235.76 | 0.41 | 0.41 |
| Hex | 3E | 44 | 93 | 3A | 36 | 0 | 2A | EC | 29 | 29 |
| Octal | 76 | 104 | 223 | 72 | 66 | 0 | 52 | 354 | 51 | 51 |
| Binary | 111110 | 1000100 | 10010011 | 111010 | 110110 | 0 | 101010 | 11101100 | 101001 | 101001 |
Color Harmonies of #3E4493
Complementary color
Monochromatic Colors of #3E4493
Black with #3E4493
Text Example
Text Example
White with #3E4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4493; }
p { color: rgb(62,68,147); }
H1.HeaderClassName
{
color: #3E4493;
}
.AnyTagClassName
{
color: #3E4493;
}
</style>
background-color css
<style>
a { background-color: #3E4493; }
a { background-color: rgb(62,68,147); }
div.DivClassName
{
background-color: #3E4493;
}
.BgClassName
{
background-color: #3E4493;
}
</style>
border-color css
<style>
span { border-color: #3E4493; }
span { border-color: rgb(62,68,147); }
td.TdClassName
{
border-color: #3E4493;
}
.TagClassName
{
border-color: #3E4493;
}
</style>