Shades of Jacksons Purple #394191
Tints of Jacksons Purple #394191
RGB
CMYK
RGB Variations
Color information
#394191 (or 0x394191) is known color: Jacksons Purple. HEX triplet: 39, 41 and 91. RGB value is (57,65,145). Sum of RGB (Red+Green+Blue) = 57+65+145=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #394191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394191 is #C6BE6E. Grayscale: #474747. Windows color (decimal): -13024879 or 9519417. OLE color: 9519417.
HSL color Cylindrical-coordinate representation of color #394191: hue angle of 234.55º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394191 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 65 | 145 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.43 |
| HSL | 234.55º | 0.44% | 0.4% | - |
| HSV(B) | 234.55º | 0.61% | 0.57% | - |
| XYZ | 8.69 | 6.69 | 27.62 | - |
| YUV | 71.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 145 | 0.61 | 0.55 | 0 | 0.43 | 234.55 | 0.44 | 0.4 |
| Hex | 39 | 41 | 91 | 3D | 37 | 0 | 2B | EB | 2C | 28 |
| Octal | 71 | 101 | 221 | 75 | 67 | 0 | 53 | 353 | 54 | 50 |
| Binary | 111001 | 1000001 | 10010001 | 111101 | 110111 | 0 | 101011 | 11101011 | 101100 | 101000 |
Color Harmonies of #394191
Complementary color
Monochromatic Colors of #394191
Black with #394191
Text Example
Text Example
White with #394191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394191; }
p { color: rgb(57,65,145); }
H1.HeaderClassName
{
color: #394191;
}
.AnyTagClassName
{
color: #394191;
}
</style>
background-color css
<style>
a { background-color: #394191; }
a { background-color: rgb(57,65,145); }
div.DivClassName
{
background-color: #394191;
}
.BgClassName
{
background-color: #394191;
}
</style>
border-color css
<style>
span { border-color: #394191; }
span { border-color: rgb(57,65,145); }
td.TdClassName
{
border-color: #394191;
}
.TagClassName
{
border-color: #394191;
}
</style>