Shades of Jacksons Purple #3F4176
Tints of Jacksons Purple #3F4176
RGB
CMYK
RGB Variations
Color information
#3F4176 (or 0x3F4176) is known color: Jacksons Purple. HEX triplet: 3F, 41 and 76. RGB value is (63,65,118). Sum of RGB (Red+Green+Blue) = 63+65+118=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F4176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4176 is #C0BE89. Grayscale: #464646. Windows color (decimal): -12631690 or 7749951. OLE color: 7749951.
HSL color Cylindrical-coordinate representation of color #3F4176: hue angle of 237.82º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F4176 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 65 | 118 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.54 |
| HSL | 237.82º | 0.3% | 0.35% | - |
| HSV(B) | 237.82º | 0.47% | 0.46% | - |
| XYZ | 7.21 | 6.15 | 17.95 | - |
| YUV | 70.44 | 154.84 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 118 | 0.47 | 0.45 | 0 | 0.54 | 237.82 | 0.3 | 0.35 |
| Hex | 3F | 41 | 76 | 2F | 2D | 0 | 36 | EE | 1E | 23 |
| Octal | 77 | 101 | 166 | 57 | 55 | 0 | 66 | 356 | 36 | 43 |
| Binary | 111111 | 1000001 | 1110110 | 101111 | 101101 | 0 | 110110 | 11101110 | 11110 | 100011 |
Color Harmonies of #3F4176
Complementary color
Monochromatic Colors of #3F4176
Black with #3F4176
Text Example
Text Example
White with #3F4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4176; }
p { color: rgb(63,65,118); }
H1.HeaderClassName
{
color: #3F4176;
}
.AnyTagClassName
{
color: #3F4176;
}
</style>
background-color css
<style>
a { background-color: #3F4176; }
a { background-color: rgb(63,65,118); }
div.DivClassName
{
background-color: #3F4176;
}
.BgClassName
{
background-color: #3F4176;
}
</style>
border-color css
<style>
span { border-color: #3F4176; }
span { border-color: rgb(63,65,118); }
td.TdClassName
{
border-color: #3F4176;
}
.TagClassName
{
border-color: #3F4176;
}
</style>