Shades of Jacksons Purple #3E337D
Tints of Jacksons Purple #3E337D
RGB
CMYK
RGB Variations
Color information
#3E337D (or 0x3E337D) is known color: Jacksons Purple. HEX triplet: 3E, 33 and 7D. RGB value is (62,51,125). Sum of RGB (Red+Green+Blue) = 62+51+125=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E337D is #C1CC82. Grayscale: #3E3E3E. Windows color (decimal): -12700803 or 8205118. OLE color: 8205118.
HSL color Cylindrical-coordinate representation of color #3E337D: hue angle of 248.92º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E337D is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 51 | 125 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.51 |
| HSL | 248.92º | 0.42% | 0.35% | - |
| HSV(B) | 248.92º | 0.59% | 0.49% | - |
| XYZ | 6.87 | 4.87 | 19.98 | - |
| YUV | 62.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 125 | 0.50 | 0.59 | 0 | 0.51 | 248.92 | 0.42 | 0.35 |
| Hex | 3E | 33 | 7D | 32 | 3B | 0 | 33 | F9 | 2A | 23 |
| Octal | 76 | 63 | 175 | 62 | 73 | 0 | 63 | 371 | 52 | 43 |
| Binary | 111110 | 110011 | 1111101 | 110010 | 111011 | 0 | 110011 | 11111001 | 101010 | 100011 |
Color Harmonies of #3E337D
Complementary color
Monochromatic Colors of #3E337D
Black with #3E337D
Text Example
Text Example
White with #3E337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E337D; }
p { color: rgb(62,51,125); }
H1.HeaderClassName
{
color: #3E337D;
}
.AnyTagClassName
{
color: #3E337D;
}
</style>
background-color css
<style>
a { background-color: #3E337D; }
a { background-color: rgb(62,51,125); }
div.DivClassName
{
background-color: #3E337D;
}
.BgClassName
{
background-color: #3E337D;
}
</style>
border-color css
<style>
span { border-color: #3E337D; }
span { border-color: rgb(62,51,125); }
td.TdClassName
{
border-color: #3E337D;
}
.TagClassName
{
border-color: #3E337D;
}
</style>