Shades of Jacksons Purple #3E408C
Tints of Jacksons Purple #3E408C
RGB
CMYK
RGB Variations
Color information
#3E408C (or 0x3E408C) is known color: Jacksons Purple. HEX triplet: 3E, 40 and 8C. RGB value is (62,64,140). Sum of RGB (Red+Green+Blue) = 62+64+140=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E408C is #C1BF73. Grayscale: #474747. Windows color (decimal): -12697460 or 9191486. OLE color: 9191486.
HSL color Cylindrical-coordinate representation of color #3E408C: hue angle of 238.46º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E408C is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 64 | 140 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.45 |
| HSL | 238.46º | 0.39% | 0.4% | - |
| HSV(B) | 238.46º | 0.56% | 0.55% | - |
| XYZ | 8.55 | 6.58 | 25.63 | - |
| YUV | 72.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 140 | 0.56 | 0.54 | 0 | 0.45 | 238.46 | 0.39 | 0.4 |
| Hex | 3E | 40 | 8C | 38 | 36 | 0 | 2D | EE | 27 | 28 |
| Octal | 76 | 100 | 214 | 70 | 66 | 0 | 55 | 356 | 47 | 50 |
| Binary | 111110 | 1000000 | 10001100 | 111000 | 110110 | 0 | 101101 | 11101110 | 100111 | 101000 |
Color Harmonies of #3E408C
Complementary color
Monochromatic Colors of #3E408C
Black with #3E408C
Text Example
Text Example
White with #3E408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E408C; }
p { color: rgb(62,64,140); }
H1.HeaderClassName
{
color: #3E408C;
}
.AnyTagClassName
{
color: #3E408C;
}
</style>
background-color css
<style>
a { background-color: #3E408C; }
a { background-color: rgb(62,64,140); }
div.DivClassName
{
background-color: #3E408C;
}
.BgClassName
{
background-color: #3E408C;
}
</style>
border-color css
<style>
span { border-color: #3E408C; }
span { border-color: rgb(62,64,140); }
td.TdClassName
{
border-color: #3E408C;
}
.TagClassName
{
border-color: #3E408C;
}
</style>