Shades of Jacksons Purple #3F417B
Tints of Jacksons Purple #3F417B
RGB
CMYK
RGB Variations
Color information
#3F417B (or 0x3F417B) is known color: Jacksons Purple. HEX triplet: 3F, 41 and 7B. RGB value is (63,65,123). Sum of RGB (Red+Green+Blue) = 63+65+123=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F417B is #C0BE84. Grayscale: #464646. Windows color (decimal): -12631685 or 8077631. OLE color: 8077631.
HSL color Cylindrical-coordinate representation of color #3F417B: hue angle of 238º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F417B is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 65 | 123 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.52 |
| HSL | 238º | 0.32% | 0.36% | - |
| HSV(B) | 238º | 0.49% | 0.48% | - |
| XYZ | 7.52 | 6.27 | 19.55 | - |
| YUV | 71.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 123 | 0.49 | 0.47 | 0 | 0.52 | 238 | 0.32 | 0.36 |
| Hex | 3F | 41 | 7B | 31 | 2F | 0 | 34 | EE | 20 | 24 |
| Octal | 77 | 101 | 173 | 61 | 57 | 0 | 64 | 356 | 40 | 44 |
| Binary | 111111 | 1000001 | 1111011 | 110001 | 101111 | 0 | 110100 | 11101110 | 100000 | 100100 |
Color Harmonies of #3F417B
Complementary color
Monochromatic Colors of #3F417B
Black with #3F417B
Text Example
Text Example
White with #3F417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F417B; }
p { color: rgb(63,65,123); }
H1.HeaderClassName
{
color: #3F417B;
}
.AnyTagClassName
{
color: #3F417B;
}
</style>
background-color css
<style>
a { background-color: #3F417B; }
a { background-color: rgb(63,65,123); }
div.DivClassName
{
background-color: #3F417B;
}
.BgClassName
{
background-color: #3F417B;
}
</style>
border-color css
<style>
span { border-color: #3F417B; }
span { border-color: rgb(63,65,123); }
td.TdClassName
{
border-color: #3F417B;
}
.TagClassName
{
border-color: #3F417B;
}
</style>