Shades of Jacksons Purple #3E4389
Tints of Jacksons Purple #3E4389
RGB
CMYK
RGB Variations
Color information
#3E4389 (or 0x3E4389) is known color: Jacksons Purple. HEX triplet: 3E, 43 and 89. RGB value is (62,67,137). Sum of RGB (Red+Green+Blue) = 62+67+137=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E4389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4389 is #C1BC76. Grayscale: #494949. Windows color (decimal): -12696695 or 8995646. OLE color: 8995646.
HSL color Cylindrical-coordinate representation of color #3E4389: hue angle of 236º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E4389 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 67 | 137 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.46 |
| HSL | 236º | 0.38% | 0.39% | - |
| HSV(B) | 236º | 0.55% | 0.54% | - |
| XYZ | 8.51 | 6.84 | 24.54 | - |
| YUV | 73.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 137 | 0.55 | 0.51 | 0 | 0.46 | 236 | 0.38 | 0.39 |
| Hex | 3E | 43 | 89 | 37 | 33 | 0 | 2E | EC | 26 | 27 |
| Octal | 76 | 103 | 211 | 67 | 63 | 0 | 56 | 354 | 46 | 47 |
| Binary | 111110 | 1000011 | 10001001 | 110111 | 110011 | 0 | 101110 | 11101100 | 100110 | 100111 |
Color Harmonies of #3E4389
Complementary color
Monochromatic Colors of #3E4389
Black with #3E4389
Text Example
Text Example
White with #3E4389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4389; }
p { color: rgb(62,67,137); }
H1.HeaderClassName
{
color: #3E4389;
}
.AnyTagClassName
{
color: #3E4389;
}
</style>
background-color css
<style>
a { background-color: #3E4389; }
a { background-color: rgb(62,67,137); }
div.DivClassName
{
background-color: #3E4389;
}
.BgClassName
{
background-color: #3E4389;
}
</style>
border-color css
<style>
span { border-color: #3E4389; }
span { border-color: rgb(62,67,137); }
td.TdClassName
{
border-color: #3E4389;
}
.TagClassName
{
border-color: #3E4389;
}
</style>