Html Css Color HEX #393186 Jacksons Purple

📋 copy color: '#393186'

red 57 ◦ green 49 ◦ blue 134

#393186
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #393186

Tints of Jacksons Purple #393186

RGB

 RED value IS 57 (22.66% from 255) = 23.75%

 GREEN value IS 49 (19.53% from 255) = 20.42%

 BLUE value IS 134 (52.73% from 255) = 55.83%

R = 23.75%
G = 20.42%
B = 55.83%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#393186 (or 0x393186) is known color: Jacksons Purple. HEX triplet: 39, 31 and 86. RGB value is (57,49,134). Sum of RGB (Red+Green+Blue) = 57+49+134=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #393186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393186 is #C6CE79. Grayscale: #3C3C3C. Windows color (decimal): -13028986 or 8794425. OLE color: 8794425.

HSL color Cylindrical-coordinate representation of color #393186: hue angle of 245.65º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393186 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 49 134 -
CMYK 0.57 0.63 0 0.47
HSL 245.65º 0.46% 0.36% -
HSV(B) 245.65º 0.63% 0.53% -
XYZ 7.09 4.79 23.1 -
YUV 61.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 57 49 134 0.57 0.63 0 0.47 245.65 0.46 0.36
Hex 39 31 86 39 3F 0 2F F6 2E 24
Octal 71 61 206 71 77 0 57 366 56 44
Binary 111001 110001 10000110 111001 111111 0 101111 11110110 101110 100100

Color Harmonies of #393186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393186

Black with #393186

Text Example


Text Example

White with #393186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393186; }

 p { color: rgb(57,49,134); }

 H1.HeaderClassName
 {
   color: #393186;
 }
 .AnyTagClassName
 {
   color: #393186;
 }
</style>

background-color css

<style>
 a { background-color: #393186; }

 a { background-color: rgb(57,49,134); }

 div.DivClassName
 {
   background-color: #393186;
 }
 .BgClassName
 {
   background-color: #393186;
 }
</style>

border-color css

<style>
 span { border-color: #393186; }

 span { border-color: rgb(57,49,134); }

 td.TdClassName
 {
   border-color: #393186;
 }
 .TagClassName
 {
   border-color: #393186;
 }
</style>