Shades of Jacksons Purple #3E367C
Tints of Jacksons Purple #3E367C
RGB
CMYK
RGB Variations
Color information
#3E367C (or 0x3E367C) is known color: Jacksons Purple. HEX triplet: 3E, 36 and 7C. RGB value is (62,54,124). Sum of RGB (Red+Green+Blue) = 62+54+124=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E367C is #C1C983. Grayscale: #404040. Windows color (decimal): -12700036 or 8140350. OLE color: 8140350.
HSL color Cylindrical-coordinate representation of color #3E367C: hue angle of 246.86º 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 #3E367C is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 54 | 124 | - |
| CMYK | 0.5 | 0.56 | 0 | 0.51 |
| HSL | 246.86º | 0.39% | 0.35% | - |
| HSV(B) | 246.86º | 0.56% | 0.49% | - |
| XYZ | 6.94 | 5.12 | 19.69 | - |
| YUV | 64.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 124 | 0.5 | 0.56 | 0 | 0.51 | 246.86 | 0.39 | 0.35 |
| Hex | 3E | 36 | 7C | 32 | 38 | 0 | 33 | F7 | 27 | 23 |
| Octal | 76 | 66 | 174 | 62 | 70 | 0 | 63 | 367 | 47 | 43 |
| Binary | 111110 | 110110 | 1111100 | 110010 | 111000 | 0 | 110011 | 11110111 | 100111 | 100011 |
Color Harmonies of #3E367C
Complementary color
Monochromatic Colors of #3E367C
Black with #3E367C
Text Example
Text Example
White with #3E367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E367C; }
p { color: rgb(62,54,124); }
H1.HeaderClassName
{
color: #3E367C;
}
.AnyTagClassName
{
color: #3E367C;
}
</style>
background-color css
<style>
a { background-color: #3E367C; }
a { background-color: rgb(62,54,124); }
div.DivClassName
{
background-color: #3E367C;
}
.BgClassName
{
background-color: #3E367C;
}
</style>
border-color css
<style>
span { border-color: #3E367C; }
span { border-color: rgb(62,54,124); }
td.TdClassName
{
border-color: #3E367C;
}
.TagClassName
{
border-color: #3E367C;
}
</style>