Shades of Jacksons Purple #3F4282
Tints of Jacksons Purple #3F4282
RGB
CMYK
RGB Variations
Color information
#3F4282 (or 0x3F4282) is known color: Jacksons Purple. HEX triplet: 3F, 42 and 82. RGB value is (63,66,130). Sum of RGB (Red+Green+Blue) = 63+66+130=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F4282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4282 is #C0BD7D. Grayscale: #484848. Windows color (decimal): -12631422 or 8536639. OLE color: 8536639.
HSL color Cylindrical-coordinate representation of color #3F4282: hue angle of 237.31º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F4282 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 66 | 130 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.49 |
| HSL | 237.31º | 0.35% | 0.38% | - |
| HSV(B) | 237.31º | 0.52% | 0.51% | - |
| XYZ | 8.03 | 6.56 | 21.96 | - |
| YUV | 72.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 130 | 0.52 | 0.49 | 0 | 0.49 | 237.31 | 0.35 | 0.38 |
| Hex | 3F | 42 | 82 | 34 | 31 | 0 | 31 | ED | 23 | 26 |
| Octal | 77 | 102 | 202 | 64 | 61 | 0 | 61 | 355 | 43 | 46 |
| Binary | 111111 | 1000010 | 10000010 | 110100 | 110001 | 0 | 110001 | 11101101 | 100011 | 100110 |
Color Harmonies of #3F4282
Complementary color
Monochromatic Colors of #3F4282
Black with #3F4282
Text Example
Text Example
White with #3F4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4282; }
p { color: rgb(63,66,130); }
H1.HeaderClassName
{
color: #3F4282;
}
.AnyTagClassName
{
color: #3F4282;
}
</style>
background-color css
<style>
a { background-color: #3F4282; }
a { background-color: rgb(63,66,130); }
div.DivClassName
{
background-color: #3F4282;
}
.BgClassName
{
background-color: #3F4282;
}
</style>
border-color css
<style>
span { border-color: #3F4282; }
span { border-color: rgb(63,66,130); }
td.TdClassName
{
border-color: #3F4282;
}
.TagClassName
{
border-color: #3F4282;
}
</style>