Shades of Jacksons Purple #3E377D
Tints of Jacksons Purple #3E377D
RGB
CMYK
RGB Variations
Color information
#3E377D (or 0x3E377D) is known color: Jacksons Purple. HEX triplet: 3E, 37 and 7D. RGB value is (62,55,125). Sum of RGB (Red+Green+Blue) = 62+55+125=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E377D is #C1C882. Grayscale: #404040. Windows color (decimal): -12699779 or 8206142. OLE color: 8206142.
HSL color Cylindrical-coordinate representation of color #3E377D: hue angle of 246º 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 #3E377D is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 55 | 125 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.51 |
| HSL | 246º | 0.39% | 0.35% | - |
| HSV(B) | 246º | 0.56% | 0.49% | - |
| XYZ | 7.05 | 5.24 | 20.04 | - |
| YUV | 65.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 125 | 0.50 | 0.56 | 0 | 0.51 | 246 | 0.39 | 0.35 |
| Hex | 3E | 37 | 7D | 32 | 38 | 0 | 33 | F6 | 27 | 23 |
| Octal | 76 | 67 | 175 | 62 | 70 | 0 | 63 | 366 | 47 | 43 |
| Binary | 111110 | 110111 | 1111101 | 110010 | 111000 | 0 | 110011 | 11110110 | 100111 | 100011 |
Color Harmonies of #3E377D
Complementary color
Monochromatic Colors of #3E377D
Black with #3E377D
Text Example
Text Example
White with #3E377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E377D; }
p { color: rgb(62,55,125); }
H1.HeaderClassName
{
color: #3E377D;
}
.AnyTagClassName
{
color: #3E377D;
}
</style>
background-color css
<style>
a { background-color: #3E377D; }
a { background-color: rgb(62,55,125); }
div.DivClassName
{
background-color: #3E377D;
}
.BgClassName
{
background-color: #3E377D;
}
</style>
border-color css
<style>
span { border-color: #3E377D; }
span { border-color: rgb(62,55,125); }
td.TdClassName
{
border-color: #3E377D;
}
.TagClassName
{
border-color: #3E377D;
}
</style>