Shades of Jacksons Purple #394080
Tints of Jacksons Purple #394080
RGB
CMYK
RGB Variations
Color information
#394080 (or 0x394080) is known color: Jacksons Purple. HEX triplet: 39, 40 and 80. RGB value is (57,64,128). Sum of RGB (Red+Green+Blue) = 57+64+128=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #394080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394080 is #C6BF7F. Grayscale: #444444. Windows color (decimal): -13025152 or 8405049. OLE color: 8405049.
HSL color Cylindrical-coordinate representation of color #394080: hue angle of 234.08º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #394080 is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 64 | 128 | - |
| CMYK | 0.55 | 0.5 | 0 | 0.50 |
| HSL | 234.08º | 0.38% | 0.36% | - |
| HSV(B) | 234.08º | 0.55% | 0.5% | - |
| XYZ | 7.42 | 6.1 | 21.21 | - |
| YUV | 69.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 128 | 0.55 | 0.5 | 0 | 0.50 | 234.08 | 0.38 | 0.36 |
| Hex | 39 | 40 | 80 | 37 | 32 | 0 | 32 | EA | 26 | 24 |
| Octal | 71 | 100 | 200 | 67 | 62 | 0 | 62 | 352 | 46 | 44 |
| Binary | 111001 | 1000000 | 10000000 | 110111 | 110010 | 0 | 110010 | 11101010 | 100110 | 100100 |
Color Harmonies of #394080
Complementary color
Monochromatic Colors of #394080
Black with #394080
Text Example
Text Example
White with #394080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394080; }
p { color: rgb(57,64,128); }
H1.HeaderClassName
{
color: #394080;
}
.AnyTagClassName
{
color: #394080;
}
</style>
background-color css
<style>
a { background-color: #394080; }
a { background-color: rgb(57,64,128); }
div.DivClassName
{
background-color: #394080;
}
.BgClassName
{
background-color: #394080;
}
</style>
border-color css
<style>
span { border-color: #394080; }
span { border-color: rgb(57,64,128); }
td.TdClassName
{
border-color: #394080;
}
.TagClassName
{
border-color: #394080;
}
</style>