Shades of Jacksons Purple #3F357E
Tints of Jacksons Purple #3F357E
RGB
CMYK
RGB Variations
Color information
#3F357E (or 0x3F357E) is known color: Jacksons Purple. HEX triplet: 3F, 35 and 7E. RGB value is (63,53,126). Sum of RGB (Red+Green+Blue) = 63+53+126=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F357E is #C0CA81. Grayscale: #404040. Windows color (decimal): -12634754 or 8271167. OLE color: 8271167.
HSL color Cylindrical-coordinate representation of color #3F357E: hue angle of 248.22º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F357E is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 53 | 126 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.51 |
| HSL | 248.22º | 0.41% | 0.35% | - |
| HSV(B) | 248.22º | 0.58% | 0.49% | - |
| XYZ | 7.09 | 5.11 | 20.35 | - |
| YUV | 64.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 126 | 0.50 | 0.58 | 0 | 0.51 | 248.22 | 0.41 | 0.35 |
| Hex | 3F | 35 | 7E | 32 | 3A | 0 | 33 | F8 | 29 | 23 |
| Octal | 77 | 65 | 176 | 62 | 72 | 0 | 63 | 370 | 51 | 43 |
| Binary | 111111 | 110101 | 1111110 | 110010 | 111010 | 0 | 110011 | 11111000 | 101001 | 100011 |
Color Harmonies of #3F357E
Complementary color
Monochromatic Colors of #3F357E
Black with #3F357E
Text Example
Text Example
White with #3F357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F357E; }
p { color: rgb(63,53,126); }
H1.HeaderClassName
{
color: #3F357E;
}
.AnyTagClassName
{
color: #3F357E;
}
</style>
background-color css
<style>
a { background-color: #3F357E; }
a { background-color: rgb(63,53,126); }
div.DivClassName
{
background-color: #3F357E;
}
.BgClassName
{
background-color: #3F357E;
}
</style>
border-color css
<style>
span { border-color: #3F357E; }
span { border-color: rgb(63,53,126); }
td.TdClassName
{
border-color: #3F357E;
}
.TagClassName
{
border-color: #3F357E;
}
</style>