Shades of Jacksons Purple #3F357A
Tints of Jacksons Purple #3F357A
RGB
CMYK
RGB Variations
Color information
#3F357A (or 0x3F357A) is known color: Jacksons Purple. HEX triplet: 3F, 35 and 7A. RGB value is (63,53,122). Sum of RGB (Red+Green+Blue) = 63+53+122=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F357A is #C0CA85. Grayscale: #3F3F3F. Windows color (decimal): -12634758 or 8009023. OLE color: 8009023.
HSL color Cylindrical-coordinate representation of color #3F357A: hue angle of 248.7º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F357A is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 53 | 122 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.52 |
| HSL | 248.7º | 0.39% | 0.34% | - |
| HSV(B) | 248.7º | 0.57% | 0.48% | - |
| XYZ | 6.84 | 5.01 | 19.02 | - |
| YUV | 63.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 122 | 0.48 | 0.57 | 0 | 0.52 | 248.7 | 0.39 | 0.34 |
| Hex | 3F | 35 | 7A | 30 | 39 | 0 | 34 | F9 | 27 | 22 |
| Octal | 77 | 65 | 172 | 60 | 71 | 0 | 64 | 371 | 47 | 42 |
| Binary | 111111 | 110101 | 1111010 | 110000 | 111001 | 0 | 110100 | 11111001 | 100111 | 100010 |
Color Harmonies of #3F357A
Complementary color
Monochromatic Colors of #3F357A
Black with #3F357A
Text Example
Text Example
White with #3F357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F357A; }
p { color: rgb(63,53,122); }
H1.HeaderClassName
{
color: #3F357A;
}
.AnyTagClassName
{
color: #3F357A;
}
</style>
background-color css
<style>
a { background-color: #3F357A; }
a { background-color: rgb(63,53,122); }
div.DivClassName
{
background-color: #3F357A;
}
.BgClassName
{
background-color: #3F357A;
}
</style>
border-color css
<style>
span { border-color: #3F357A; }
span { border-color: rgb(63,53,122); }
td.TdClassName
{
border-color: #3F357A;
}
.TagClassName
{
border-color: #3F357A;
}
</style>