Shades of Jacksons Purple #3E458B
Tints of Jacksons Purple #3E458B
RGB
CMYK
RGB Variations
Color information
#3E458B (or 0x3E458B) is known color: Jacksons Purple. HEX triplet: 3E, 45 and 8B. RGB value is (62,69,139). Sum of RGB (Red+Green+Blue) = 62+69+139=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E458B is #C1BA74. Grayscale: #4A4A4A. Windows color (decimal): -12696181 or 9127230. OLE color: 9127230.
HSL color Cylindrical-coordinate representation of color #3E458B: hue angle of 234.55º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E458B is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 69 | 139 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.45 |
| HSL | 234.55º | 0.38% | 0.39% | - |
| HSV(B) | 234.55º | 0.55% | 0.55% | - |
| XYZ | 8.77 | 7.14 | 25.34 | - |
| YUV | 74.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 139 | 0.55 | 0.50 | 0 | 0.45 | 234.55 | 0.38 | 0.39 |
| Hex | 3E | 45 | 8B | 37 | 32 | 0 | 2D | EB | 26 | 27 |
| Octal | 76 | 105 | 213 | 67 | 62 | 0 | 55 | 353 | 46 | 47 |
| Binary | 111110 | 1000101 | 10001011 | 110111 | 110010 | 0 | 101101 | 11101011 | 100110 | 100111 |
Color Harmonies of #3E458B
Complementary color
Monochromatic Colors of #3E458B
Black with #3E458B
Text Example
Text Example
White with #3E458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E458B; }
p { color: rgb(62,69,139); }
H1.HeaderClassName
{
color: #3E458B;
}
.AnyTagClassName
{
color: #3E458B;
}
</style>
background-color css
<style>
a { background-color: #3E458B; }
a { background-color: rgb(62,69,139); }
div.DivClassName
{
background-color: #3E458B;
}
.BgClassName
{
background-color: #3E458B;
}
</style>
border-color css
<style>
span { border-color: #3E458B; }
span { border-color: rgb(62,69,139); }
td.TdClassName
{
border-color: #3E458B;
}
.TagClassName
{
border-color: #3E458B;
}
</style>