Shades of Jacksons Purple #394488
Tints of Jacksons Purple #394488
RGB
CMYK
RGB Variations
Color information
#394488 (or 0x394488) is known color: Jacksons Purple. HEX triplet: 39, 44 and 88. RGB value is (57,68,136). Sum of RGB (Red+Green+Blue) = 57+68+136=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #394488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394488 is #C6BB77. Grayscale: #484848. Windows color (decimal): -13024120 or 8930361. OLE color: 8930361.
HSL color Cylindrical-coordinate representation of color #394488: hue angle of 231.65º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #394488 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 68 | 136 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.47 |
| HSL | 231.65º | 0.41% | 0.38% | - |
| HSV(B) | 231.65º | 0.58% | 0.53% | - |
| XYZ | 8.2 | 6.78 | 24.17 | - |
| YUV | 72.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 136 | 0.58 | 0.50 | 0 | 0.47 | 231.65 | 0.41 | 0.38 |
| Hex | 39 | 44 | 88 | 3A | 32 | 0 | 2F | E8 | 29 | 26 |
| Octal | 71 | 104 | 210 | 72 | 62 | 0 | 57 | 350 | 51 | 46 |
| Binary | 111001 | 1000100 | 10001000 | 111010 | 110010 | 0 | 101111 | 11101000 | 101001 | 100110 |
Color Harmonies of #394488
Complementary color
Monochromatic Colors of #394488
Black with #394488
Text Example
Text Example
White with #394488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394488; }
p { color: rgb(57,68,136); }
H1.HeaderClassName
{
color: #394488;
}
.AnyTagClassName
{
color: #394488;
}
</style>
background-color css
<style>
a { background-color: #394488; }
a { background-color: rgb(57,68,136); }
div.DivClassName
{
background-color: #394488;
}
.BgClassName
{
background-color: #394488;
}
</style>
border-color css
<style>
span { border-color: #394488; }
span { border-color: rgb(57,68,136); }
td.TdClassName
{
border-color: #394488;
}
.TagClassName
{
border-color: #394488;
}
</style>