Html Css Color HEX #393286 Jacksons Purple

📋 copy color: '#393286'

red 57 ◦ green 50 ◦ blue 134

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

Shades of Jacksons Purple #393286

Tints of Jacksons Purple #393286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 23.65%
G = 20.75%
B = 55.6%

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

#393286 (or 0x393286) is known color: Jacksons Purple. HEX triplet: 39, 32 and 86. RGB value is (57,50,134). Sum of RGB (Red+Green+Blue) = 57+50+134=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #393286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393286 is #C6CD79. Grayscale: #3D3D3D. Windows color (decimal): -13028730 or 8794681. OLE color: 8794681.

HSL color Cylindrical-coordinate representation of color #393286: hue angle of 245º 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 #393286 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 50 134 -
CMYK 0.57 0.63 0 0.47
HSL 245º 0.46% 0.36% -
HSV(B) 245º 0.63% 0.53% -
XYZ 7.13 4.87 23.12 -
YUV 61.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 57 50 134 0.57 0.63 0 0.47 245 0.46 0.36
Hex 39 32 86 39 3F 0 2F F5 2E 24
Octal 71 62 206 71 77 0 57 365 56 44
Binary 111001 110010 10000110 111001 111111 0 101111 11110101 101110 100100

Color Harmonies of #393286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393286

Black with #393286

Text Example


Text Example

White with #393286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393286; }

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

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

background-color css

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

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

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

border-color css

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

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

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