Shades of Jacksons Purple #3E4585
Tints of Jacksons Purple #3E4585
RGB
CMYK
RGB Variations
Color information
#3E4585 (or 0x3E4585) is known color: Jacksons Purple. HEX triplet: 3E, 45 and 85. RGB value is (62,69,133). Sum of RGB (Red+Green+Blue) = 62+69+133=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E4585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4585 is #C1BA7A. Grayscale: #494949. Windows color (decimal): -12696187 or 8734014. OLE color: 8734014.
HSL color Cylindrical-coordinate representation of color #3E4585: hue angle of 234.08º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E4585 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 69 | 133 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.48 |
| HSL | 234.08º | 0.36% | 0.38% | - |
| HSV(B) | 234.08º | 0.53% | 0.52% | - |
| XYZ | 8.35 | 6.97 | 23.1 | - |
| YUV | 74.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 133 | 0.53 | 0.48 | 0 | 0.48 | 234.08 | 0.36 | 0.38 |
| Hex | 3E | 45 | 85 | 35 | 30 | 0 | 30 | EA | 24 | 26 |
| Octal | 76 | 105 | 205 | 65 | 60 | 0 | 60 | 352 | 44 | 46 |
| Binary | 111110 | 1000101 | 10000101 | 110101 | 110000 | 0 | 110000 | 11101010 | 100100 | 100110 |
Color Harmonies of #3E4585
Complementary color
Monochromatic Colors of #3E4585
Black with #3E4585
Text Example
Text Example
White with #3E4585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4585; }
p { color: rgb(62,69,133); }
H1.HeaderClassName
{
color: #3E4585;
}
.AnyTagClassName
{
color: #3E4585;
}
</style>
background-color css
<style>
a { background-color: #3E4585; }
a { background-color: rgb(62,69,133); }
div.DivClassName
{
background-color: #3E4585;
}
.BgClassName
{
background-color: #3E4585;
}
</style>
border-color css
<style>
span { border-color: #3E4585; }
span { border-color: rgb(62,69,133); }
td.TdClassName
{
border-color: #3E4585;
}
.TagClassName
{
border-color: #3E4585;
}
</style>