Shades of Jacksons Purple #3E397B
Tints of Jacksons Purple #3E397B
RGB
CMYK
RGB Variations
Color information
#3E397B (or 0x3E397B) is known color: Jacksons Purple. HEX triplet: 3E, 39 and 7B. RGB value is (62,57,123). Sum of RGB (Red+Green+Blue) = 62+57+123=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E397B is #C1C684. Grayscale: #414141. Windows color (decimal): -12699269 or 8075582. OLE color: 8075582.
HSL color Cylindrical-coordinate representation of color #3E397B: hue angle of 244.55º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E397B is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 57 | 123 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.52 |
| HSL | 244.55º | 0.37% | 0.35% | - |
| HSV(B) | 244.55º | 0.54% | 0.48% | - |
| XYZ | 7.02 | 5.38 | 19.41 | - |
| YUV | 66.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 123 | 0.50 | 0.54 | 0 | 0.52 | 244.55 | 0.37 | 0.35 |
| Hex | 3E | 39 | 7B | 32 | 36 | 0 | 34 | F5 | 25 | 23 |
| Octal | 76 | 71 | 173 | 62 | 66 | 0 | 64 | 365 | 45 | 43 |
| Binary | 111110 | 111001 | 1111011 | 110010 | 110110 | 0 | 110100 | 11110101 | 100101 | 100011 |
Color Harmonies of #3E397B
Complementary color
Monochromatic Colors of #3E397B
Black with #3E397B
Text Example
Text Example
White with #3E397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E397B; }
p { color: rgb(62,57,123); }
H1.HeaderClassName
{
color: #3E397B;
}
.AnyTagClassName
{
color: #3E397B;
}
</style>
background-color css
<style>
a { background-color: #3E397B; }
a { background-color: rgb(62,57,123); }
div.DivClassName
{
background-color: #3E397B;
}
.BgClassName
{
background-color: #3E397B;
}
</style>
border-color css
<style>
span { border-color: #3E397B; }
span { border-color: rgb(62,57,123); }
td.TdClassName
{
border-color: #3E397B;
}
.TagClassName
{
border-color: #3E397B;
}
</style>