Shades of Jacksons Purple #3E347F
Tints of Jacksons Purple #3E347F
RGB
CMYK
RGB Variations
Color information
#3E347F (or 0x3E347F) is known color: Jacksons Purple. HEX triplet: 3E, 34 and 7F. RGB value is (62,52,127). Sum of RGB (Red+Green+Blue) = 62+52+127=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E347F is #C1CB80. Grayscale: #3F3F3F. Windows color (decimal): -12700545 or 8336446. OLE color: 8336446.
HSL color Cylindrical-coordinate representation of color #3E347F: hue angle of 248º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E347F is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 52 | 127 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.50 |
| HSL | 248º | 0.42% | 0.35% | - |
| HSV(B) | 248º | 0.59% | 0.5% | - |
| XYZ | 7.05 | 5.01 | 20.67 | - |
| YUV | 63.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 127 | 0.51 | 0.59 | 0 | 0.50 | 248 | 0.42 | 0.35 |
| Hex | 3E | 34 | 7F | 33 | 3B | 0 | 32 | F8 | 2A | 23 |
| Octal | 76 | 64 | 177 | 63 | 73 | 0 | 62 | 370 | 52 | 43 |
| Binary | 111110 | 110100 | 1111111 | 110011 | 111011 | 0 | 110010 | 11111000 | 101010 | 100011 |
Color Harmonies of #3E347F
Complementary color
Monochromatic Colors of #3E347F
Black with #3E347F
Text Example
Text Example
White with #3E347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E347F; }
p { color: rgb(62,52,127); }
H1.HeaderClassName
{
color: #3E347F;
}
.AnyTagClassName
{
color: #3E347F;
}
</style>
background-color css
<style>
a { background-color: #3E347F; }
a { background-color: rgb(62,52,127); }
div.DivClassName
{
background-color: #3E347F;
}
.BgClassName
{
background-color: #3E347F;
}
</style>
border-color css
<style>
span { border-color: #3E347F; }
span { border-color: rgb(62,52,127); }
td.TdClassName
{
border-color: #3E347F;
}
.TagClassName
{
border-color: #3E347F;
}
</style>