Shades of Jacksons Purple #39418A
Tints of Jacksons Purple #39418A
RGB
CMYK
RGB Variations
Color information
#39418A (or 0x39418A) is known color: Jacksons Purple. HEX triplet: 39, 41 and 8A. RGB value is (57,65,138). Sum of RGB (Red+Green+Blue) = 57+65+138=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #39418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39418A is #C6BE75. Grayscale: #464646. Windows color (decimal): -13024886 or 9060665. OLE color: 9060665.
HSL color Cylindrical-coordinate representation of color #39418A: hue angle of 234.07º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39418A is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 65 | 138 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.46 |
| HSL | 234.07º | 0.42% | 0.38% | - |
| HSV(B) | 234.07º | 0.59% | 0.54% | - |
| XYZ | 8.17 | 6.49 | 24.87 | - |
| YUV | 70.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 138 | 0.59 | 0.53 | 0 | 0.46 | 234.07 | 0.42 | 0.38 |
| Hex | 39 | 41 | 8A | 3B | 35 | 0 | 2E | EA | 2A | 26 |
| Octal | 71 | 101 | 212 | 73 | 65 | 0 | 56 | 352 | 52 | 46 |
| Binary | 111001 | 1000001 | 10001010 | 111011 | 110101 | 0 | 101110 | 11101010 | 101010 | 100110 |
Color Harmonies of #39418A
Complementary color
Monochromatic Colors of #39418A
Black with #39418A
Text Example
Text Example
White with #39418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39418A; }
p { color: rgb(57,65,138); }
H1.HeaderClassName
{
color: #39418A;
}
.AnyTagClassName
{
color: #39418A;
}
</style>
background-color css
<style>
a { background-color: #39418A; }
a { background-color: rgb(57,65,138); }
div.DivClassName
{
background-color: #39418A;
}
.BgClassName
{
background-color: #39418A;
}
</style>
border-color css
<style>
span { border-color: #39418A; }
span { border-color: rgb(57,65,138); }
td.TdClassName
{
border-color: #39418A;
}
.TagClassName
{
border-color: #39418A;
}
</style>