Shades of Jacksons Purple #3F427D
Tints of Jacksons Purple #3F427D
RGB
CMYK
RGB Variations
Color information
#3F427D (or 0x3F427D) is known color: Jacksons Purple. HEX triplet: 3F, 42 and 7D. RGB value is (63,66,125). Sum of RGB (Red+Green+Blue) = 63+66+125=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F427D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F427D is #C0BD82. Grayscale: #474747. Windows color (decimal): -12631427 or 8208959. OLE color: 8208959.
HSL color Cylindrical-coordinate representation of color #3F427D: hue angle of 237.1º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F427D is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 66 | 125 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.51 |
| HSL | 237.1º | 0.33% | 0.37% | - |
| HSV(B) | 237.1º | 0.5% | 0.49% | - |
| XYZ | 7.7 | 6.43 | 20.24 | - |
| YUV | 71.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 125 | 0.50 | 0.47 | 0 | 0.51 | 237.1 | 0.33 | 0.37 |
| Hex | 3F | 42 | 7D | 32 | 2F | 0 | 33 | ED | 21 | 25 |
| Octal | 77 | 102 | 175 | 62 | 57 | 0 | 63 | 355 | 41 | 45 |
| Binary | 111111 | 1000010 | 1111101 | 110010 | 101111 | 0 | 110011 | 11101101 | 100001 | 100101 |
Color Harmonies of #3F427D
Complementary color
Monochromatic Colors of #3F427D
Black with #3F427D
Text Example
Text Example
White with #3F427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F427D; }
p { color: rgb(63,66,125); }
H1.HeaderClassName
{
color: #3F427D;
}
.AnyTagClassName
{
color: #3F427D;
}
</style>
background-color css
<style>
a { background-color: #3F427D; }
a { background-color: rgb(63,66,125); }
div.DivClassName
{
background-color: #3F427D;
}
.BgClassName
{
background-color: #3F427D;
}
</style>
border-color css
<style>
span { border-color: #3F427D; }
span { border-color: rgb(63,66,125); }
td.TdClassName
{
border-color: #3F427D;
}
.TagClassName
{
border-color: #3F427D;
}
</style>