Shades of Jacksons Purple #3E4087
Tints of Jacksons Purple #3E4087
RGB
CMYK
RGB Variations
Color information
#3E4087 (or 0x3E4087) is known color: Jacksons Purple. HEX triplet: 3E, 40 and 87. RGB value is (62,64,135). Sum of RGB (Red+Green+Blue) = 62+64+135=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E4087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4087 is #C1BF78. Grayscale: #474747. Windows color (decimal): -12697465 or 8863806. OLE color: 8863806.
HSL color Cylindrical-coordinate representation of color #3E4087: hue angle of 238.36º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E4087 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 64 | 135 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.47 |
| HSL | 238.36º | 0.37% | 0.39% | - |
| HSV(B) | 238.36º | 0.54% | 0.53% | - |
| XYZ | 8.19 | 6.44 | 23.73 | - |
| YUV | 71.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 135 | 0.54 | 0.53 | 0 | 0.47 | 238.36 | 0.37 | 0.39 |
| Hex | 3E | 40 | 87 | 36 | 35 | 0 | 2F | EE | 25 | 27 |
| Octal | 76 | 100 | 207 | 66 | 65 | 0 | 57 | 356 | 45 | 47 |
| Binary | 111110 | 1000000 | 10000111 | 110110 | 110101 | 0 | 101111 | 11101110 | 100101 | 100111 |
Color Harmonies of #3E4087
Complementary color
Monochromatic Colors of #3E4087
Black with #3E4087
Text Example
Text Example
White with #3E4087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4087; }
p { color: rgb(62,64,135); }
H1.HeaderClassName
{
color: #3E4087;
}
.AnyTagClassName
{
color: #3E4087;
}
</style>
background-color css
<style>
a { background-color: #3E4087; }
a { background-color: rgb(62,64,135); }
div.DivClassName
{
background-color: #3E4087;
}
.BgClassName
{
background-color: #3E4087;
}
</style>
border-color css
<style>
span { border-color: #3E4087; }
span { border-color: rgb(62,64,135); }
td.TdClassName
{
border-color: #3E4087;
}
.TagClassName
{
border-color: #3E4087;
}
</style>