Shades of Jacksons Purple #3F418B
Tints of Jacksons Purple #3F418B
RGB
CMYK
RGB Variations
Color information
#3F418B (or 0x3F418B) is known color: Jacksons Purple. HEX triplet: 3F, 41 and 8B. RGB value is (63,65,139). Sum of RGB (Red+Green+Blue) = 63+65+139=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F418B is #C0BE74. Grayscale: #484848. Windows color (decimal): -12631669 or 9126207. OLE color: 9126207.
HSL color Cylindrical-coordinate representation of color #3F418B: hue angle of 238.42º 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 #3F418B is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 65 | 139 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.45 |
| HSL | 238.42º | 0.38% | 0.4% | - |
| HSV(B) | 238.42º | 0.55% | 0.55% | - |
| XYZ | 8.6 | 6.7 | 25.27 | - |
| YUV | 72.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 139 | 0.55 | 0.53 | 0 | 0.45 | 238.42 | 0.38 | 0.4 |
| Hex | 3F | 41 | 8B | 37 | 35 | 0 | 2D | EE | 26 | 28 |
| Octal | 77 | 101 | 213 | 67 | 65 | 0 | 55 | 356 | 46 | 50 |
| Binary | 111111 | 1000001 | 10001011 | 110111 | 110101 | 0 | 101101 | 11101110 | 100110 | 101000 |
Color Harmonies of #3F418B
Complementary color
Monochromatic Colors of #3F418B
Black with #3F418B
Text Example
Text Example
White with #3F418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F418B; }
p { color: rgb(63,65,139); }
H1.HeaderClassName
{
color: #3F418B;
}
.AnyTagClassName
{
color: #3F418B;
}
</style>
background-color css
<style>
a { background-color: #3F418B; }
a { background-color: rgb(63,65,139); }
div.DivClassName
{
background-color: #3F418B;
}
.BgClassName
{
background-color: #3F418B;
}
</style>
border-color css
<style>
span { border-color: #3F418B; }
span { border-color: rgb(63,65,139); }
td.TdClassName
{
border-color: #3F418B;
}
.TagClassName
{
border-color: #3F418B;
}
</style>