Html Css Color HEX #393685 Jacksons Purple

📋 copy color: '#393685'

red 57 ◦ green 54 ◦ blue 133

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

Shades of Jacksons Purple #393685

Tints of Jacksons Purple #393685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.51%

R = 23.36%
G = 22.13%
B = 54.51%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#393685 (or 0x393685) is known color: Jacksons Purple. HEX triplet: 39, 36 and 85. RGB value is (57,54,133). Sum of RGB (Red+Green+Blue) = 57+54+133=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #393685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393685 is #C6C97A. Grayscale: #3F3F3F. Windows color (decimal): -13027707 or 8730169. OLE color: 8730169.

HSL color Cylindrical-coordinate representation of color #393685: hue angle of 242.28º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #393685 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 54 133 -
CMYK 0.57 0.59 0 0.48
HSL 242.28º 0.42% 0.37% -
HSV(B) 242.28º 0.59% 0.52% -
XYZ 7.24 5.2 22.81 -
YUV 63.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 57 54 133 0.57 0.59 0 0.48 242.28 0.42 0.37
Hex 39 36 85 39 3B 0 30 F2 2A 25
Octal 71 66 205 71 73 0 60 362 52 45
Binary 111001 110110 10000101 111001 111011 0 110000 11110010 101010 100101

Color Harmonies of #393685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393685

Black with #393685

Text Example


Text Example

White with #393685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393685; }

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

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

background-color css

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

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

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

border-color css

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

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

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