Shades of Jacksons Purple #3E3580
Tints of Jacksons Purple #3E3580
RGB
CMYK
RGB Variations
Color information
#3E3580 (or 0x3E3580) is known color: Jacksons Purple. HEX triplet: 3E, 35 and 80. RGB value is (62,53,128). Sum of RGB (Red+Green+Blue) = 62+53+128=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #3E3580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3580 is #C1CA7F. Grayscale: #3F3F3F. Windows color (decimal): -12700288 or 8402238. OLE color: 8402238.
HSL color Cylindrical-coordinate representation of color #3E3580: hue angle of 247.2º degrees, saturation: 0.41, 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 #3E3580 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 53 | 128 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.50 |
| HSL | 247.2º | 0.41% | 0.35% | - |
| HSV(B) | 247.2º | 0.59% | 0.5% | - |
| XYZ | 7.16 | 5.13 | 21.03 | - |
| YUV | 64.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 128 | 0.52 | 0.59 | 0 | 0.50 | 247.2 | 0.41 | 0.35 |
| Hex | 3E | 35 | 80 | 34 | 3B | 0 | 32 | F7 | 29 | 23 |
| Octal | 76 | 65 | 200 | 64 | 73 | 0 | 62 | 367 | 51 | 43 |
| Binary | 111110 | 110101 | 10000000 | 110100 | 111011 | 0 | 110010 | 11110111 | 101001 | 100011 |
Color Harmonies of #3E3580
Complementary color
Monochromatic Colors of #3E3580
Black with #3E3580
Text Example
Text Example
White with #3E3580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3580; }
p { color: rgb(62,53,128); }
H1.HeaderClassName
{
color: #3E3580;
}
.AnyTagClassName
{
color: #3E3580;
}
</style>
background-color css
<style>
a { background-color: #3E3580; }
a { background-color: rgb(62,53,128); }
div.DivClassName
{
background-color: #3E3580;
}
.BgClassName
{
background-color: #3E3580;
}
</style>
border-color css
<style>
span { border-color: #3E3580; }
span { border-color: rgb(62,53,128); }
td.TdClassName
{
border-color: #3E3580;
}
.TagClassName
{
border-color: #3E3580;
}
</style>