Shades of Jacksons Purple #3F418E
Tints of Jacksons Purple #3F418E
RGB
CMYK
RGB Variations
Color information
#3F418E (or 0x3F418E) is known color: Jacksons Purple. HEX triplet: 3F, 41 and 8E. RGB value is (63,65,142). Sum of RGB (Red+Green+Blue) = 63+65+142=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F418E is #C0BE71. Grayscale: #484848. Windows color (decimal): -12631666 or 9322815. OLE color: 9322815.
HSL color Cylindrical-coordinate representation of color #3F418E: hue angle of 238.48º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F418E is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 65 | 142 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.44 |
| HSL | 238.48º | 0.39% | 0.4% | - |
| HSV(B) | 238.48º | 0.56% | 0.56% | - |
| XYZ | 8.82 | 6.79 | 26.44 | - |
| YUV | 73.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 142 | 0.56 | 0.54 | 0 | 0.44 | 238.48 | 0.39 | 0.4 |
| Hex | 3F | 41 | 8E | 38 | 36 | 0 | 2C | EE | 27 | 28 |
| Octal | 77 | 101 | 216 | 70 | 66 | 0 | 54 | 356 | 47 | 50 |
| Binary | 111111 | 1000001 | 10001110 | 111000 | 110110 | 0 | 101100 | 11101110 | 100111 | 101000 |
Color Harmonies of #3F418E
Complementary color
Monochromatic Colors of #3F418E
Black with #3F418E
Text Example
Text Example
White with #3F418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F418E; }
p { color: rgb(63,65,142); }
H1.HeaderClassName
{
color: #3F418E;
}
.AnyTagClassName
{
color: #3F418E;
}
</style>
background-color css
<style>
a { background-color: #3F418E; }
a { background-color: rgb(63,65,142); }
div.DivClassName
{
background-color: #3F418E;
}
.BgClassName
{
background-color: #3F418E;
}
</style>
border-color css
<style>
span { border-color: #3F418E; }
span { border-color: rgb(63,65,142); }
td.TdClassName
{
border-color: #3F418E;
}
.TagClassName
{
border-color: #3F418E;
}
</style>