Shades of Jacksons Purple #393277
Tints of Jacksons Purple #393277
RGB
CMYK
RGB Variations
Color information
#393277 (or 0x393277) is known color: Jacksons Purple. HEX triplet: 39, 32 and 77. RGB value is (57,50,119). Sum of RGB (Red+Green+Blue) = 57+50+119=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #393277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393277 is #C6CD88. Grayscale: #3B3B3B. Windows color (decimal): -13028745 or 7811641. OLE color: 7811641.
HSL color Cylindrical-coordinate representation of color #393277: hue angle of 246.09º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393277 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 50 | 119 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.53 |
| HSL | 246.09º | 0.41% | 0.33% | - |
| HSV(B) | 246.09º | 0.58% | 0.47% | - |
| XYZ | 6.16 | 4.48 | 17.99 | - |
| YUV | 59.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 119 | 0.52 | 0.58 | 0 | 0.53 | 246.09 | 0.41 | 0.33 |
| Hex | 39 | 32 | 77 | 34 | 3A | 0 | 35 | F6 | 29 | 21 |
| Octal | 71 | 62 | 167 | 64 | 72 | 0 | 65 | 366 | 51 | 41 |
| Binary | 111001 | 110010 | 1110111 | 110100 | 111010 | 0 | 110101 | 11110110 | 101001 | 100001 |
Color Harmonies of #393277
Complementary color
Monochromatic Colors of #393277
Black with #393277
Text Example
Text Example
White with #393277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393277; }
p { color: rgb(57,50,119); }
H1.HeaderClassName
{
color: #393277;
}
.AnyTagClassName
{
color: #393277;
}
</style>
background-color css
<style>
a { background-color: #393277; }
a { background-color: rgb(57,50,119); }
div.DivClassName
{
background-color: #393277;
}
.BgClassName
{
background-color: #393277;
}
</style>
border-color css
<style>
span { border-color: #393277; }
span { border-color: rgb(57,50,119); }
td.TdClassName
{
border-color: #393277;
}
.TagClassName
{
border-color: #393277;
}
</style>