Shades of Jacksons Purple #3E428D
Tints of Jacksons Purple #3E428D
RGB
CMYK
RGB Variations
Color information
#3E428D (or 0x3E428D) is known color: Jacksons Purple. HEX triplet: 3E, 42 and 8D. RGB value is (62,66,141). Sum of RGB (Red+Green+Blue) = 62+66+141=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E428D is #C1BD72. Grayscale: #494949. Windows color (decimal): -12696947 or 9257534. OLE color: 9257534.
HSL color Cylindrical-coordinate representation of color #3E428D: hue angle of 236.96º 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 #3E428D is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 66 | 141 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.45 |
| HSL | 236.96º | 0.39% | 0.4% | - |
| HSV(B) | 236.96º | 0.56% | 0.55% | - |
| XYZ | 8.74 | 6.84 | 26.06 | - |
| YUV | 73.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 141 | 0.56 | 0.53 | 0 | 0.45 | 236.96 | 0.39 | 0.4 |
| Hex | 3E | 42 | 8D | 38 | 35 | 0 | 2D | ED | 27 | 28 |
| Octal | 76 | 102 | 215 | 70 | 65 | 0 | 55 | 355 | 47 | 50 |
| Binary | 111110 | 1000010 | 10001101 | 111000 | 110101 | 0 | 101101 | 11101101 | 100111 | 101000 |
Color Harmonies of #3E428D
Complementary color
Monochromatic Colors of #3E428D
Black with #3E428D
Text Example
Text Example
White with #3E428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E428D; }
p { color: rgb(62,66,141); }
H1.HeaderClassName
{
color: #3E428D;
}
.AnyTagClassName
{
color: #3E428D;
}
</style>
background-color css
<style>
a { background-color: #3E428D; }
a { background-color: rgb(62,66,141); }
div.DivClassName
{
background-color: #3E428D;
}
.BgClassName
{
background-color: #3E428D;
}
</style>
border-color css
<style>
span { border-color: #3E428D; }
span { border-color: rgb(62,66,141); }
td.TdClassName
{
border-color: #3E428D;
}
.TagClassName
{
border-color: #3E428D;
}
</style>