Shades of Jacksons Purple #3F377F
Tints of Jacksons Purple #3F377F
RGB
CMYK
RGB Variations
Color information
#3F377F (or 0x3F377F) is known color: Jacksons Purple. HEX triplet: 3F, 37 and 7F. RGB value is (63,55,127). Sum of RGB (Red+Green+Blue) = 63+55+127=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F377F is #C0C880. Grayscale: #414141. Windows color (decimal): -12634241 or 8337215. OLE color: 8337215.
HSL color Cylindrical-coordinate representation of color #3F377F: hue angle of 246.67º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F377F is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 55 | 127 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.50 |
| HSL | 246.67º | 0.4% | 0.36% | - |
| HSV(B) | 246.67º | 0.57% | 0.5% | - |
| XYZ | 7.25 | 5.32 | 20.72 | - |
| YUV | 65.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 127 | 0.50 | 0.57 | 0 | 0.50 | 246.67 | 0.4 | 0.36 |
| Hex | 3F | 37 | 7F | 32 | 39 | 0 | 32 | F7 | 28 | 24 |
| Octal | 77 | 67 | 177 | 62 | 71 | 0 | 62 | 367 | 50 | 44 |
| Binary | 111111 | 110111 | 1111111 | 110010 | 111001 | 0 | 110010 | 11110111 | 101000 | 100100 |
Color Harmonies of #3F377F
Complementary color
Monochromatic Colors of #3F377F
Black with #3F377F
Text Example
Text Example
White with #3F377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F377F; }
p { color: rgb(63,55,127); }
H1.HeaderClassName
{
color: #3F377F;
}
.AnyTagClassName
{
color: #3F377F;
}
</style>
background-color css
<style>
a { background-color: #3F377F; }
a { background-color: rgb(63,55,127); }
div.DivClassName
{
background-color: #3F377F;
}
.BgClassName
{
background-color: #3F377F;
}
</style>
border-color css
<style>
span { border-color: #3F377F; }
span { border-color: rgb(63,55,127); }
td.TdClassName
{
border-color: #3F377F;
}
.TagClassName
{
border-color: #3F377F;
}
</style>