Html Css Color HEX #393682 Jacksons Purple

📋 copy color: '#393682'

red 57 ◦ green 54 ◦ blue 130

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

Shades of Jacksons Purple #393682

Tints of Jacksons Purple #393682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

 BLUE value IS 130 (51.17% from 255) = 53.94%

R = 23.65%
G = 22.41%
B = 53.94%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#393682 (or 0x393682) is known color: Jacksons Purple. HEX triplet: 39, 36 and 82. RGB value is (57,54,130). Sum of RGB (Red+Green+Blue) = 57+54+130=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #393682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393682 is #C6C97D. Grayscale: #3F3F3F. Windows color (decimal): -13027710 or 8533561. OLE color: 8533561.

HSL color Cylindrical-coordinate representation of color #393682: hue angle of 242.37º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393682 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 54 130 -
CMYK 0.56 0.58 0 0.49
HSL 242.37º 0.41% 0.36% -
HSV(B) 242.37º 0.58% 0.51% -
XYZ 7.04 5.12 21.74 -
YUV 63.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 57 54 130 0.56 0.58 0 0.49 242.37 0.41 0.36
Hex 39 36 82 38 3A 0 31 F2 29 24
Octal 71 66 202 70 72 0 61 362 51 44
Binary 111001 110110 10000010 111000 111010 0 110001 11110010 101001 100100

Color Harmonies of #393682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393682

Black with #393682

Text Example


Text Example

White with #393682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393682; }

 p { color: rgb(57,54,130); }

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

background-color css

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

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

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

border-color css

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

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

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