Shades of Jacksons Purple #3E4588
Tints of Jacksons Purple #3E4588
RGB
CMYK
RGB Variations
Color information
#3E4588 (or 0x3E4588) is known color: Jacksons Purple. HEX triplet: 3E, 45 and 88. RGB value is (62,69,136). Sum of RGB (Red+Green+Blue) = 62+69+136=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E4588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4588 is #C1BA77. Grayscale: #4A4A4A. Windows color (decimal): -12696184 or 8930622. OLE color: 8930622.
HSL color Cylindrical-coordinate representation of color #3E4588: hue angle of 234.32º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E4588 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 69 | 136 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.47 |
| HSL | 234.32º | 0.37% | 0.39% | - |
| HSV(B) | 234.32º | 0.54% | 0.53% | - |
| XYZ | 8.56 | 7.06 | 24.2 | - |
| YUV | 74.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 136 | 0.54 | 0.49 | 0 | 0.47 | 234.32 | 0.37 | 0.39 |
| Hex | 3E | 45 | 88 | 36 | 31 | 0 | 2F | EA | 25 | 27 |
| Octal | 76 | 105 | 210 | 66 | 61 | 0 | 57 | 352 | 45 | 47 |
| Binary | 111110 | 1000101 | 10001000 | 110110 | 110001 | 0 | 101111 | 11101010 | 100101 | 100111 |
Color Harmonies of #3E4588
Complementary color
Monochromatic Colors of #3E4588
Black with #3E4588
Text Example
Text Example
White with #3E4588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4588; }
p { color: rgb(62,69,136); }
H1.HeaderClassName
{
color: #3E4588;
}
.AnyTagClassName
{
color: #3E4588;
}
</style>
background-color css
<style>
a { background-color: #3E4588; }
a { background-color: rgb(62,69,136); }
div.DivClassName
{
background-color: #3E4588;
}
.BgClassName
{
background-color: #3E4588;
}
</style>
border-color css
<style>
span { border-color: #3E4588; }
span { border-color: rgb(62,69,136); }
td.TdClassName
{
border-color: #3E4588;
}
.TagClassName
{
border-color: #3E4588;
}
</style>