Html Css Color HEX #393986 Jacksons Purple

📋 copy color: '#393986'

red 57 ◦ green 57 ◦ blue 134

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

Shades of Jacksons Purple #393986

Tints of Jacksons Purple #393986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

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

R = 22.98%
G = 22.98%
B = 54.03%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#393986 (or 0x393986) is known color: Jacksons Purple. HEX triplet: 39, 39 and 86. RGB value is (57,57,134). Sum of RGB (Red+Green+Blue) = 57+57+134=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #393986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393986 is #C6C679. Grayscale: #414141. Windows color (decimal): -13026938 or 8796473. OLE color: 8796473.

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

Color convert

RGB 57 57 134 -
CMYK 0.57 0.57 0 0.47
HSL 240º 0.4% 0.37% -
HSV(B) 240º 0.57% 0.53% -
XYZ 7.45 5.52 23.23 -
YUV 65.78 166.5 121.74 -
System Red Green Blue C M Y K H S L
Decimal 57 57 134 0.57 0.57 0 0.47 240 0.4 0.37
Hex 39 39 86 39 39 0 2F F0 28 25
Octal 71 71 206 71 71 0 57 360 50 45
Binary 111001 111001 10000110 111001 111001 0 101111 11110000 101000 100101

Color Harmonies of #393986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393986

Black with #393986

Text Example


Text Example

White with #393986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393986; }

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

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

background-color css

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

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

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

border-color css

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

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

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