Shades of Jacksons Purple #394182
Tints of Jacksons Purple #394182
RGB
CMYK
RGB Variations
Color information
#394182 (or 0x394182) is known color: Jacksons Purple. HEX triplet: 39, 41 and 82. RGB value is (57,65,130). Sum of RGB (Red+Green+Blue) = 57+65+130=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #394182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394182 is #C6BE7D. Grayscale: #454545. Windows color (decimal): -13024894 or 8536377. OLE color: 8536377.
HSL color Cylindrical-coordinate representation of color #394182: hue angle of 233.42º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #394182 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 65 | 130 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.49 |
| HSL | 233.42º | 0.39% | 0.37% | - |
| HSV(B) | 233.42º | 0.56% | 0.51% | - |
| XYZ | 7.61 | 6.26 | 21.93 | - |
| YUV | 70.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 130 | 0.56 | 0.50 | 0 | 0.49 | 233.42 | 0.39 | 0.37 |
| Hex | 39 | 41 | 82 | 38 | 32 | 0 | 31 | E9 | 27 | 25 |
| Octal | 71 | 101 | 202 | 70 | 62 | 0 | 61 | 351 | 47 | 45 |
| Binary | 111001 | 1000001 | 10000010 | 111000 | 110010 | 0 | 110001 | 11101001 | 100111 | 100101 |
Color Harmonies of #394182
Complementary color
Monochromatic Colors of #394182
Black with #394182
Text Example
Text Example
White with #394182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394182; }
p { color: rgb(57,65,130); }
H1.HeaderClassName
{
color: #394182;
}
.AnyTagClassName
{
color: #394182;
}
</style>
background-color css
<style>
a { background-color: #394182; }
a { background-color: rgb(57,65,130); }
div.DivClassName
{
background-color: #394182;
}
.BgClassName
{
background-color: #394182;
}
</style>
border-color css
<style>
span { border-color: #394182; }
span { border-color: rgb(57,65,130); }
td.TdClassName
{
border-color: #394182;
}
.TagClassName
{
border-color: #394182;
}
</style>