Html Css Color HEX #393781 Jacksons Purple

📋 copy color: '#393781'

red 57 ◦ green 55 ◦ blue 129

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

Shades of Jacksons Purple #393781

Tints of Jacksons Purple #393781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

 BLUE value IS 129 (50.78% from 255) = 53.53%

R = 23.65%
G = 22.82%
B = 53.53%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#393781 (or 0x393781) is known color: Jacksons Purple. HEX triplet: 39, 37 and 81. RGB value is (57,55,129). Sum of RGB (Red+Green+Blue) = 57+55+129=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #393781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393781 is #C6C87E. Grayscale: #3F3F3F. Windows color (decimal): -13027455 or 8468281. OLE color: 8468281.

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

Color convert

RGB 57 55 129 -
CMYK 0.56 0.57 0 0.49
HSL 241.62º 0.4% 0.36% -
HSV(B) 241.62º 0.57% 0.51% -
XYZ 7.02 5.19 21.4 -
YUV 64.03 164.66 122.98 -
System Red Green Blue C M Y K H S L
Decimal 57 55 129 0.56 0.57 0 0.49 241.62 0.4 0.36
Hex 39 37 81 38 39 0 31 F2 28 24
Octal 71 67 201 70 71 0 61 362 50 44
Binary 111001 110111 10000001 111000 111001 0 110001 11110010 101000 100100

Color Harmonies of #393781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393781

Black with #393781

Text Example


Text Example

White with #393781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393781; }

 p { color: rgb(57,55,129); }

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

background-color css

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

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

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

border-color css

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

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

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