Shades of Jacksons Purple #3E377E
Tints of Jacksons Purple #3E377E
RGB
CMYK
RGB Variations
Color information
#3E377E (or 0x3E377E) is known color: Jacksons Purple. HEX triplet: 3E, 37 and 7E. RGB value is (62,55,126). Sum of RGB (Red+Green+Blue) = 62+55+126=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E377E is #C1C881. Grayscale: #404040. Windows color (decimal): -12699778 or 8271678. OLE color: 8271678.
HSL color Cylindrical-coordinate representation of color #3E377E: hue angle of 245.92º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E377E is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 55 | 126 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.51 |
| HSL | 245.92º | 0.39% | 0.35% | - |
| HSV(B) | 245.92º | 0.56% | 0.49% | - |
| XYZ | 7.12 | 5.26 | 20.38 | - |
| YUV | 65.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 126 | 0.51 | 0.56 | 0 | 0.51 | 245.92 | 0.39 | 0.35 |
| Hex | 3E | 37 | 7E | 33 | 38 | 0 | 33 | F6 | 27 | 23 |
| Octal | 76 | 67 | 176 | 63 | 70 | 0 | 63 | 366 | 47 | 43 |
| Binary | 111110 | 110111 | 1111110 | 110011 | 111000 | 0 | 110011 | 11110110 | 100111 | 100011 |
Color Harmonies of #3E377E
Complementary color
Monochromatic Colors of #3E377E
Black with #3E377E
Text Example
Text Example
White with #3E377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E377E; }
p { color: rgb(62,55,126); }
H1.HeaderClassName
{
color: #3E377E;
}
.AnyTagClassName
{
color: #3E377E;
}
</style>
background-color css
<style>
a { background-color: #3E377E; }
a { background-color: rgb(62,55,126); }
div.DivClassName
{
background-color: #3E377E;
}
.BgClassName
{
background-color: #3E377E;
}
</style>
border-color css
<style>
span { border-color: #3E377E; }
span { border-color: rgb(62,55,126); }
td.TdClassName
{
border-color: #3E377E;
}
.TagClassName
{
border-color: #3E377E;
}
</style>