Shades of Jacksons Purple #3E337B
Tints of Jacksons Purple #3E337B
RGB
CMYK
RGB Variations
Color information
#3E337B (or 0x3E337B) is known color: Jacksons Purple. HEX triplet: 3E, 33 and 7B. RGB value is (62,51,123). Sum of RGB (Red+Green+Blue) = 62+51+123=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E337B is #C1CC84. Grayscale: #3E3E3E. Windows color (decimal): -12700805 or 8074046. OLE color: 8074046.
HSL color Cylindrical-coordinate representation of color #3E337B: hue angle of 249.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E337B is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 51 | 123 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.52 |
| HSL | 249.17º | 0.41% | 0.34% | - |
| HSV(B) | 249.17º | 0.59% | 0.48% | - |
| XYZ | 6.75 | 4.82 | 19.31 | - |
| YUV | 62.5 | 162.14 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 123 | 0.50 | 0.59 | 0 | 0.52 | 249.17 | 0.41 | 0.34 |
| Hex | 3E | 33 | 7B | 32 | 3B | 0 | 34 | F9 | 29 | 22 |
| Octal | 76 | 63 | 173 | 62 | 73 | 0 | 64 | 371 | 51 | 42 |
| Binary | 111110 | 110011 | 1111011 | 110010 | 111011 | 0 | 110100 | 11111001 | 101001 | 100010 |
Color Harmonies of #3E337B
Complementary color
Monochromatic Colors of #3E337B
Black with #3E337B
Text Example
Text Example
White with #3E337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E337B; }
p { color: rgb(62,51,123); }
H1.HeaderClassName
{
color: #3E337B;
}
.AnyTagClassName
{
color: #3E337B;
}
</style>
background-color css
<style>
a { background-color: #3E337B; }
a { background-color: rgb(62,51,123); }
div.DivClassName
{
background-color: #3E337B;
}
.BgClassName
{
background-color: #3E337B;
}
</style>
border-color css
<style>
span { border-color: #3E337B; }
span { border-color: rgb(62,51,123); }
td.TdClassName
{
border-color: #3E337B;
}
.TagClassName
{
border-color: #3E337B;
}
</style>