Shades of Jacksons Purple #3F418C
Tints of Jacksons Purple #3F418C
RGB
CMYK
RGB Variations
Color information
#3F418C (or 0x3F418C) is known color: Jacksons Purple. HEX triplet: 3F, 41 and 8C. RGB value is (63,65,140). Sum of RGB (Red+Green+Blue) = 63+65+140=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F418C is #C0BE73. Grayscale: #484848. Windows color (decimal): -12631668 or 9191743. OLE color: 9191743.
HSL color Cylindrical-coordinate representation of color #3F418C: hue angle of 238.44º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F418C is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 65 | 140 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.45 |
| HSL | 238.44º | 0.38% | 0.4% | - |
| HSV(B) | 238.44º | 0.55% | 0.55% | - |
| XYZ | 8.67 | 6.73 | 25.65 | - |
| YUV | 72.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 140 | 0.55 | 0.54 | 0 | 0.45 | 238.44 | 0.38 | 0.4 |
| Hex | 3F | 41 | 8C | 37 | 36 | 0 | 2D | EE | 26 | 28 |
| Octal | 77 | 101 | 214 | 67 | 66 | 0 | 55 | 356 | 46 | 50 |
| Binary | 111111 | 1000001 | 10001100 | 110111 | 110110 | 0 | 101101 | 11101110 | 100110 | 101000 |
Color Harmonies of #3F418C
Complementary color
Monochromatic Colors of #3F418C
Black with #3F418C
Text Example
Text Example
White with #3F418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F418C; }
p { color: rgb(63,65,140); }
H1.HeaderClassName
{
color: #3F418C;
}
.AnyTagClassName
{
color: #3F418C;
}
</style>
background-color css
<style>
a { background-color: #3F418C; }
a { background-color: rgb(63,65,140); }
div.DivClassName
{
background-color: #3F418C;
}
.BgClassName
{
background-color: #3F418C;
}
</style>
border-color css
<style>
span { border-color: #3F418C; }
span { border-color: rgb(63,65,140); }
td.TdClassName
{
border-color: #3F418C;
}
.TagClassName
{
border-color: #3F418C;
}
</style>