Shades of Jacksons Purple #3E387F
Tints of Jacksons Purple #3E387F
RGB
CMYK
RGB Variations
Color information
#3E387F (or 0x3E387F) is known color: Jacksons Purple. HEX triplet: 3E, 38 and 7F. RGB value is (62,56,127). Sum of RGB (Red+Green+Blue) = 62+56+127=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E387F is #C1C780. Grayscale: #414141. Windows color (decimal): -12699521 or 8337470. OLE color: 8337470.
HSL color Cylindrical-coordinate representation of color #3E387F: hue angle of 245.07º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E387F is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 56 | 127 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.50 |
| HSL | 245.07º | 0.39% | 0.36% | - |
| HSV(B) | 245.07º | 0.56% | 0.5% | - |
| XYZ | 7.23 | 5.38 | 20.74 | - |
| YUV | 65.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 127 | 0.51 | 0.56 | 0 | 0.50 | 245.07 | 0.39 | 0.36 |
| Hex | 3E | 38 | 7F | 33 | 38 | 0 | 32 | F5 | 27 | 24 |
| Octal | 76 | 70 | 177 | 63 | 70 | 0 | 62 | 365 | 47 | 44 |
| Binary | 111110 | 111000 | 1111111 | 110011 | 111000 | 0 | 110010 | 11110101 | 100111 | 100100 |
Color Harmonies of #3E387F
Complementary color
Monochromatic Colors of #3E387F
Black with #3E387F
Text Example
Text Example
White with #3E387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E387F; }
p { color: rgb(62,56,127); }
H1.HeaderClassName
{
color: #3E387F;
}
.AnyTagClassName
{
color: #3E387F;
}
</style>
background-color css
<style>
a { background-color: #3E387F; }
a { background-color: rgb(62,56,127); }
div.DivClassName
{
background-color: #3E387F;
}
.BgClassName
{
background-color: #3E387F;
}
</style>
border-color css
<style>
span { border-color: #3E387F; }
span { border-color: rgb(62,56,127); }
td.TdClassName
{
border-color: #3E387F;
}
.TagClassName
{
border-color: #3E387F;
}
</style>