Shades of Jacksons Purple #3E4282
Tints of Jacksons Purple #3E4282
RGB
CMYK
RGB Variations
Color information
#3E4282 (or 0x3E4282) is known color: Jacksons Purple. HEX triplet: 3E, 42 and 82. RGB value is (62,66,130). Sum of RGB (Red+Green+Blue) = 62+66+130=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #3E4282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4282 is #C1BD7D. Grayscale: #474747. Windows color (decimal): -12696958 or 8536638. OLE color: 8536638.
HSL color Cylindrical-coordinate representation of color #3E4282: hue angle of 236.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E4282 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 66 | 130 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.49 |
| HSL | 236.47º | 0.35% | 0.38% | - |
| HSV(B) | 236.47º | 0.52% | 0.51% | - |
| XYZ | 7.96 | 6.53 | 21.96 | - |
| YUV | 72.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 130 | 0.52 | 0.49 | 0 | 0.49 | 236.47 | 0.35 | 0.38 |
| Hex | 3E | 42 | 82 | 34 | 31 | 0 | 31 | EC | 23 | 26 |
| Octal | 76 | 102 | 202 | 64 | 61 | 0 | 61 | 354 | 43 | 46 |
| Binary | 111110 | 1000010 | 10000010 | 110100 | 110001 | 0 | 110001 | 11101100 | 100011 | 100110 |
Color Harmonies of #3E4282
Complementary color
Monochromatic Colors of #3E4282
Black with #3E4282
Text Example
Text Example
White with #3E4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4282; }
p { color: rgb(62,66,130); }
H1.HeaderClassName
{
color: #3E4282;
}
.AnyTagClassName
{
color: #3E4282;
}
</style>
background-color css
<style>
a { background-color: #3E4282; }
a { background-color: rgb(62,66,130); }
div.DivClassName
{
background-color: #3E4282;
}
.BgClassName
{
background-color: #3E4282;
}
</style>
border-color css
<style>
span { border-color: #3E4282; }
span { border-color: rgb(62,66,130); }
td.TdClassName
{
border-color: #3E4282;
}
.TagClassName
{
border-color: #3E4282;
}
</style>