Shades of Jacksons Purple #3F4285
Tints of Jacksons Purple #3F4285
RGB
CMYK
RGB Variations
Color information
#3F4285 (or 0x3F4285) is known color: Jacksons Purple. HEX triplet: 3F, 42 and 85. RGB value is (63,66,133). Sum of RGB (Red+Green+Blue) = 63+66+133=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F4285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4285 is #C0BD7A. Grayscale: #484848. Windows color (decimal): -12631419 or 8733247. OLE color: 8733247.
HSL color Cylindrical-coordinate representation of color #3F4285: hue angle of 237.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F4285 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 66 | 133 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.48 |
| HSL | 237.43º | 0.36% | 0.38% | - |
| HSV(B) | 237.43º | 0.53% | 0.52% | - |
| XYZ | 8.23 | 6.65 | 23.04 | - |
| YUV | 72.74 | 162.01 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 133 | 0.53 | 0.50 | 0 | 0.48 | 237.43 | 0.36 | 0.38 |
| Hex | 3F | 42 | 85 | 35 | 32 | 0 | 30 | ED | 24 | 26 |
| Octal | 77 | 102 | 205 | 65 | 62 | 0 | 60 | 355 | 44 | 46 |
| Binary | 111111 | 1000010 | 10000101 | 110101 | 110010 | 0 | 110000 | 11101101 | 100100 | 100110 |
Color Harmonies of #3F4285
Complementary color
Monochromatic Colors of #3F4285
Black with #3F4285
Text Example
Text Example
White with #3F4285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4285; }
p { color: rgb(63,66,133); }
H1.HeaderClassName
{
color: #3F4285;
}
.AnyTagClassName
{
color: #3F4285;
}
</style>
background-color css
<style>
a { background-color: #3F4285; }
a { background-color: rgb(63,66,133); }
div.DivClassName
{
background-color: #3F4285;
}
.BgClassName
{
background-color: #3F4285;
}
</style>
border-color css
<style>
span { border-color: #3F4285; }
span { border-color: rgb(63,66,133); }
td.TdClassName
{
border-color: #3F4285;
}
.TagClassName
{
border-color: #3F4285;
}
</style>