Shades of Jacksons Purple #3E357C
Tints of Jacksons Purple #3E357C
RGB
CMYK
RGB Variations
Color information
#3E357C (or 0x3E357C) is known color: Jacksons Purple. HEX triplet: 3E, 35 and 7C. RGB value is (62,53,124). Sum of RGB (Red+Green+Blue) = 62+53+124=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E357C is #C1CA83. Grayscale: #3F3F3F. Windows color (decimal): -12700292 or 8140094. OLE color: 8140094.
HSL color Cylindrical-coordinate representation of color #3E357C: hue angle of 247.61º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E357C is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 53 | 124 | - |
| CMYK | 0.5 | 0.57 | 0 | 0.51 |
| HSL | 247.61º | 0.4% | 0.35% | - |
| HSV(B) | 247.61º | 0.57% | 0.49% | - |
| XYZ | 6.9 | 5.03 | 19.68 | - |
| YUV | 63.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 124 | 0.5 | 0.57 | 0 | 0.51 | 247.61 | 0.4 | 0.35 |
| Hex | 3E | 35 | 7C | 32 | 39 | 0 | 33 | F8 | 28 | 23 |
| Octal | 76 | 65 | 174 | 62 | 71 | 0 | 63 | 370 | 50 | 43 |
| Binary | 111110 | 110101 | 1111100 | 110010 | 111001 | 0 | 110011 | 11111000 | 101000 | 100011 |
Color Harmonies of #3E357C
Complementary color
Monochromatic Colors of #3E357C
Black with #3E357C
Text Example
Text Example
White with #3E357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E357C; }
p { color: rgb(62,53,124); }
H1.HeaderClassName
{
color: #3E357C;
}
.AnyTagClassName
{
color: #3E357C;
}
</style>
background-color css
<style>
a { background-color: #3E357C; }
a { background-color: rgb(62,53,124); }
div.DivClassName
{
background-color: #3E357C;
}
.BgClassName
{
background-color: #3E357C;
}
</style>
border-color css
<style>
span { border-color: #3E357C; }
span { border-color: rgb(62,53,124); }
td.TdClassName
{
border-color: #3E357C;
}
.TagClassName
{
border-color: #3E357C;
}
</style>